Shades of Lemon Chiffon #FCF6CA
Tints of Lemon Chiffon #FCF6CA
RGB
CMYK
RGB Variations
Color information
#FCF6CA (or 0xFCF6CA) is known color: Lemon Chiffon. HEX triplet: FC, F6 and CA. RGB value is (252,246,202). Sum of RGB (Red+Green+Blue) = 252+246+202=700 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36% from 700); Green value is 246 (96.48% from 255 or 35.14% from 700); Blue value is 202 (79.30% from 255 or 28.86% from 700); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF6CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF6CA is #030935. Grayscale: #F2F2F2. Windows color (decimal): -198966 or 13301500. OLE color: 13301500.
HSL color Cylindrical-coordinate representation of color #FCF6CA: hue angle of 52.8º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FCF6CA is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 246 | 202 | - |
| CMYK | 0 | 0.02 | 0.20 | 0.01 |
| HSL | 52.8º | 0.89% | 0.89% | - |
| HSV(B) | 52.8º | 0.2% | 0.99% | - |
| XYZ | 83.76 | 90.87 | 69 | - |
| YUV | 242.78 | 104.99 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 246 | 202 | 0 | 0.02 | 0.20 | 0.01 | 52.8 | 0.89 | 0.89 |
| Hex | FC | F6 | CA | 0 | 2 | 14 | 1 | 35 | 59 | 59 |
| Octal | 374 | 366 | 312 | 0 | 2 | 24 | 1 | 65 | 131 | 131 |
| Binary | 11111100 | 11110110 | 11001010 | 0 | 10 | 10100 | 1 | 110101 | 1011001 | 1011001 |
Color Harmonies of #FCF6CA
Complementary color
Monochromatic Colors of #FCF6CA
Black with #FCF6CA
Text Example
Text Example
White with #FCF6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF6CA; }
p { color: rgb(252,246,202); }
H1.HeaderClassName
{
color: #FCF6CA;
}
.AnyTagClassName
{
color: #FCF6CA;
}
</style>
background-color css
<style>
a { background-color: #FCF6CA; }
a { background-color: rgb(252,246,202); }
div.DivClassName
{
background-color: #FCF6CA;
}
.BgClassName
{
background-color: #FCF6CA;
}
</style>
border-color css
<style>
span { border-color: #FCF6CA; }
span { border-color: rgb(252,246,202); }
td.TdClassName
{
border-color: #FCF6CA;
}
.TagClassName
{
border-color: #FCF6CA;
}
</style>