#fffccc color space conversions
Hex:
#fffccc
RGB:
255, 252, 204
CMY:
0, 1, 20
CMYK:
0, 1, 20, 0
HSL:
56°, 100.0000%, 90.0000%
HSV (HSB):
56°, 20.0000%, 100.0000%
XYZ:
86.9495, 95.2404, 70.9273
xyY:
0.3435, 0.3763, 95.2404
CIE-Lab:
98.1296, -6.5607, 23.4024
CIE-LCH:
98.1296, 24.3047, 105.6605
CIE-Luv:
98.1296, 4.3282, 35.2226
Hunter-Lab:
97.5912, -11.7489, 25.2231
#fffccc color charts
#fffccc color shades, tints & tones
#fffccc color schemes
#fffccc color preview, HTML & CSS examples
This text has a color of #fffccc
<p style="color:#fffccc;">Text here</p>
.mytext {color:#fffccc;}
This box has a color of #fffccc
<div style="background-color:#fffccc;">Content here</div>
.mybackground {background-color:#fffccc;}
Border around this has a color of #fffccc
<div style="border:2px solid #fffccc;">Content here</div>
.myborder {border:2px solid #fffccc;}