Shades of Lemon Chiffon #FCF9CE
Tints of Lemon Chiffon #FCF9CE
RGB
CMYK
RGB Variations
Color information
#FCF9CE (or 0xFCF9CE) is known color: Lemon Chiffon. HEX triplet: FC, F9 and CE. RGB value is (252,249,206). Sum of RGB (Red+Green+Blue) = 252+249+206=707 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.64% from 707); Green value is 249 (97.66% from 255 or 35.22% from 707); Blue value is 206 (80.86% from 255 or 29.14% from 707); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF9CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF9CE is #030631. Grayscale: #F5F5F5. Windows color (decimal): -198194 or 13564412. OLE color: 13564412.
HSL color Cylindrical-coordinate representation of color #FCF9CE: hue angle of 56.09º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FCF9CE is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 249 | 206 | - |
| CMYK | 0 | 0.01 | 0.18 | 0.01 |
| HSL | 56.09º | 0.88% | 0.9% | - |
| HSV(B) | 56.09º | 0.18% | 0.99% | - |
| XYZ | 85.16 | 92.9 | 71.84 | - |
| YUV | 245 | 105.99 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 249 | 206 | 0 | 0.01 | 0.18 | 0.01 | 56.09 | 0.88 | 0.9 |
| Hex | FC | F9 | CE | 0 | 1 | 12 | 1 | 38 | 58 | 5A |
| Octal | 374 | 371 | 316 | 0 | 1 | 22 | 1 | 70 | 130 | 132 |
| Binary | 11111100 | 11111001 | 11001110 | 0 | 1 | 10010 | 1 | 111000 | 1011000 | 1011010 |
Color Harmonies of #FCF9CE
Complementary color
Monochromatic Colors of #FCF9CE
Black with #FCF9CE
Text Example
Text Example
White with #FCF9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF9CE; }
p { color: rgb(252,249,206); }
H1.HeaderClassName
{
color: #FCF9CE;
}
.AnyTagClassName
{
color: #FCF9CE;
}
</style>
background-color css
<style>
a { background-color: #FCF9CE; }
a { background-color: rgb(252,249,206); }
div.DivClassName
{
background-color: #FCF9CE;
}
.BgClassName
{
background-color: #FCF9CE;
}
</style>
border-color css
<style>
span { border-color: #FCF9CE; }
span { border-color: rgb(252,249,206); }
td.TdClassName
{
border-color: #FCF9CE;
}
.TagClassName
{
border-color: #FCF9CE;
}
</style>