White Hex Code — #FFFFFF
RGB, HSL, and CMYK values for White.
White Color Values
| Format | Value |
|---|---|
| HEX | #FFFFFF |
| RGB | rgb(255, 255, 255) |
| HSL | hsl(0, 0%, 100%) |
| CMYK | cmyk(0%, 0%, 0%, 0%) |
Want to explore more shades? Use our Color Converter
About White
Color psychology: Purity, cleanliness, simplicity.
White (#FFFFFF) is a light shade of white. It's commonly used in web design, graphic design, and branding where purity, cleanliness, simplicity are desired associations.
How to Use White in CSS
/* Using HEX */ color: #FFFFFF; background-color: #FFFFFF; /* Using RGB */ color: rgb(255, 255, 255); /* Using HSL */ color: hsl(0, 0%, 100%);