Shades of Lemon Chiffon #FCFAC8
Tints of Lemon Chiffon #FCFAC8
RGB
CMYK
RGB Variations
Color information
#FCFAC8 (or 0xFCFAC8) is known color: Lemon Chiffon. HEX triplet: FC, FA and C8. RGB value is (252,250,200). Sum of RGB (Red+Green+Blue) = 252+250+200=702 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.90% from 702); Green value is 250 (98.05% from 255 or 35.61% from 702); Blue value is 200 (78.52% from 255 or 28.49% from 702); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFAC8 is #030537. Grayscale: #F5F5F5. Windows color (decimal): -197944 or 13171452. OLE color: 13171452.
HSL color Cylindrical-coordinate representation of color #FCFAC8: hue angle of 57.69º degrees, saturation: 0.9, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FCFAC8 is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 250 | 200 | - |
| CMYK | 0 | 0.01 | 0.21 | 0.01 |
| HSL | 57.69º | 0.9% | 0.89% | - |
| HSV(B) | 57.69º | 0.21% | 0.99% | - |
| XYZ | 84.76 | 93.24 | 68.17 | - |
| YUV | 244.9 | 102.66 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 250 | 200 | 0 | 0.01 | 0.21 | 0.01 | 57.69 | 0.9 | 0.89 |
| Hex | FC | FA | C8 | 0 | 1 | 15 | 1 | 3A | 5A | 59 |
| Octal | 374 | 372 | 310 | 0 | 1 | 25 | 1 | 72 | 132 | 131 |
| Binary | 11111100 | 11111010 | 11001000 | 0 | 1 | 10101 | 1 | 111010 | 1011010 | 1011001 |
Color Harmonies of #FCFAC8
Complementary color
Monochromatic Colors of #FCFAC8
Black with #FCFAC8
Text Example
Text Example
White with #FCFAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFAC8; }
p { color: rgb(252,250,200); }
H1.HeaderClassName
{
color: #FCFAC8;
}
.AnyTagClassName
{
color: #FCFAC8;
}
</style>
background-color css
<style>
a { background-color: #FCFAC8; }
a { background-color: rgb(252,250,200); }
div.DivClassName
{
background-color: #FCFAC8;
}
.BgClassName
{
background-color: #FCFAC8;
}
</style>
border-color css
<style>
span { border-color: #FCFAC8; }
span { border-color: rgb(252,250,200); }
td.TdClassName
{
border-color: #FCFAC8;
}
.TagClassName
{
border-color: #FCFAC8;
}
</style>