Shades of Lemon Chiffon #FFFCCC
Tints of Lemon Chiffon #FFFCCC
RGB
CMYK
RGB Variations
Color information
#FFFCCC (or 0xFFFCCC) is known color: Lemon Chiffon. HEX triplet: FF, FC and CC. RGB value is (255,252,204). Sum of RGB (Red+Green+Blue) = 255+252+204=711 (94% of max value = 765). Red value is 255 (100% from 255 or 35.86% from 711); Green value is 252 (98.83% from 255 or 35.44% from 711); Blue value is 204 (80.08% from 255 or 28.69% from 711); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFCCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFCCC is #000333. Grayscale: #F7F7F7. Windows color (decimal): -820 or 13434111. OLE color: 13434111.
HSL color Cylindrical-coordinate representation of color #FFFCCC: hue angle of 56.47º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FFFCCC is Cyan = 0, Magento = 0.01, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 252 | 204 | - |
CMYK | 0 | 0.01 | 0.2 | 0 |
HSL | 56.47º | 1% | 0.9% | - |
HSV(B) | 56.47º | 0.2% | 1% | - |
XYZ | 86.95 | 95.24 | 70.93 | - |
YUV | 247.43 | 103.49 | 133.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 252 | 204 | 0 | 0.01 | 0.2 | 0 | 56.47 | 1 | 0.9 |
Hex | FF | FC | CC | 0 | 1 | 14 | 0 | 38 | 64 | 5A |
Octal | 377 | 374 | 314 | 0 | 1 | 24 | 0 | 70 | 144 | 132 |
Binary | 11111111 | 11111100 | 11001100 | 0 | 1 | 10100 | 0 | 111000 | 1100100 | 1011010 |
Color Harmonies of #FFFCCC
Complementary color
Monochromatic Colors of #FFFCCC
Black with #FFFCCC
Text Example
Text Example
White with #FFFCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFCCC; }
p { color: rgb(255,252,204); }
H1.HeaderClassName
{
color: #FFFCCC;
}
.AnyTagClassName
{
color: #FFFCCC;
}
</style>
background-color css
<style>
a { background-color: #FFFCCC; }
a { background-color: rgb(255,252,204); }
div.DivClassName
{
background-color: #FFFCCC;
}
.BgClassName
{
background-color: #FFFCCC;
}
</style>
border-color css
<style>
span { border-color: #FFFCCC; }
span { border-color: rgb(255,252,204); }
td.TdClassName
{
border-color: #FFFCCC;
}
.TagClassName
{
border-color: #FFFCCC;
}
</style>