#FFFFFF — White
#FFFFFF is White. RGB, HSL, CMYK values, a shade/tint palette, and CSS snippets.
HEX
#FFFFFF
RGB
rgb(255, 255, 255)
HSL
hsl(0, 0%, 100%)
HSV
hsv(0, 0%, 100%)
CMYK
cmyk(0%, 0%, 0%, 0%)
20%
40%
60%
80%
100%
Shades and tints of White
CSS snippets
| Hex | color: #FFFFFF; |
| Keyword | color: white; |
| RGB | color: rgb(255, 255, 255); |
| HSL | color: hsl(0, 0%, 100%); |
Frequently asked questions
What color is #FFFFFF?
#FFFFFF is White, a standard CSS named color. In RGB it's rgb(255, 255, 255); in HSL it's hsl(0, 0%, 100%).
How do I use #FFFFFF in CSS?
Use it directly as a hex value (color: #FFFFFF;), or by its CSS keyword name (color: white;) — both are recognized by every modern browser and produce the identical color.
What's the CMYK value for print?
White converts to approximately C0 M0 Y0 K0 in CMYK — useful as a starting point for print work, though always verify against your printer's actual color profile since RGB-to-CMYK conversion is inherently approximate.
Other colors
How was this tool?
Your feedback helps us improve this tool.
