Shades of Lemon Chiffon #FFF7CA
Tints of Lemon Chiffon #FFF7CA
RGB
CMYK
RGB Variations
Color information
#FFF7CA (or 0xFFF7CA) is known color: Lemon Chiffon. HEX triplet: FF, F7 and CA. RGB value is (255,247,202). Sum of RGB (Red+Green+Blue) = 255+247+202=704 (93% of max value = 765). Red value is 255 (100% from 255 or 36.22% from 704); Green value is 247 (96.88% from 255 or 35.09% from 704); Blue value is 202 (79.30% from 255 or 28.69% from 704); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF7CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF7CA is #000835. Grayscale: #F4F4F4. Windows color (decimal): -2102 or 13301759. OLE color: 13301759.
HSL color Cylindrical-coordinate representation of color #FFF7CA: hue angle of 50.94º 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 #FFF7CA is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 247 | 202 | - |
| CMYK | 0 | 0.03 | 0.21 | 0 |
| HSL | 50.94º | 1% | 0.9% | - |
| HSV(B) | 50.94º | 0.21% | 1% | - |
| XYZ | 85.16 | 92.05 | 69.16 | - |
| YUV | 244.26 | 104.15 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 247 | 202 | 0 | 0.03 | 0.21 | 0 | 50.94 | 1 | 0.9 |
| Hex | FF | F7 | CA | 0 | 3 | 15 | 0 | 33 | 64 | 5A |
| Octal | 377 | 367 | 312 | 0 | 3 | 25 | 0 | 63 | 144 | 132 |
| Binary | 11111111 | 11110111 | 11001010 | 0 | 11 | 10101 | 0 | 110011 | 1100100 | 1011010 |
Color Harmonies of #FFF7CA
Complementary color
Monochromatic Colors of #FFF7CA
Black with #FFF7CA
Text Example
Text Example
White with #FFF7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF7CA; }
p { color: rgb(255,247,202); }
H1.HeaderClassName
{
color: #FFF7CA;
}
.AnyTagClassName
{
color: #FFF7CA;
}
</style>
background-color css
<style>
a { background-color: #FFF7CA; }
a { background-color: rgb(255,247,202); }
div.DivClassName
{
background-color: #FFF7CA;
}
.BgClassName
{
background-color: #FFF7CA;
}
</style>
border-color css
<style>
span { border-color: #FFF7CA; }
span { border-color: rgb(255,247,202); }
td.TdClassName
{
border-color: #FFF7CA;
}
.TagClassName
{
border-color: #FFF7CA;
}
</style>