Shades of Lemon Chiffon #FFF8CA
Tints of Lemon Chiffon #FFF8CA
RGB
CMYK
RGB Variations
Color information
#FFF8CA (or 0xFFF8CA) is known color: Lemon Chiffon. HEX triplet: FF, F8 and CA. RGB value is (255,248,202). Sum of RGB (Red+Green+Blue) = 255+248+202=705 (93% of max value = 765). Red value is 255 (100% from 255 or 36.17% from 705); Green value is 248 (97.27% from 255 or 35.18% from 705); Blue value is 202 (79.30% from 255 or 28.65% from 705); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF8CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF8CA is #000735. Grayscale: #F5F5F5. Windows color (decimal): -1846 or 13302015. OLE color: 13302015.
HSL color Cylindrical-coordinate representation of color #FFF8CA: hue angle of 52.08º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FFF8CA is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 248 | 202 | - |
| CMYK | 0 | 0.03 | 0.21 | 0 |
| HSL | 52.08º | 1% | 0.9% | - |
| HSV(B) | 52.08º | 0.21% | 1% | - |
| XYZ | 85.47 | 92.66 | 69.26 | - |
| YUV | 244.85 | 103.82 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 248 | 202 | 0 | 0.03 | 0.21 | 0 | 52.08 | 1 | 0.9 |
| Hex | FF | F8 | CA | 0 | 3 | 15 | 0 | 34 | 64 | 5A |
| Octal | 377 | 370 | 312 | 0 | 3 | 25 | 0 | 64 | 144 | 132 |
| Binary | 11111111 | 11111000 | 11001010 | 0 | 11 | 10101 | 0 | 110100 | 1100100 | 1011010 |
Color Harmonies of #FFF8CA
Complementary color
Monochromatic Colors of #FFF8CA
Black with #FFF8CA
Text Example
Text Example
White with #FFF8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF8CA; }
p { color: rgb(255,248,202); }
H1.HeaderClassName
{
color: #FFF8CA;
}
.AnyTagClassName
{
color: #FFF8CA;
}
</style>
background-color css
<style>
a { background-color: #FFF8CA; }
a { background-color: rgb(255,248,202); }
div.DivClassName
{
background-color: #FFF8CA;
}
.BgClassName
{
background-color: #FFF8CA;
}
</style>
border-color css
<style>
span { border-color: #FFF8CA; }
span { border-color: rgb(255,248,202); }
td.TdClassName
{
border-color: #FFF8CA;
}
.TagClassName
{
border-color: #FFF8CA;
}
</style>