Shades of Lemon Chiffon #FFF8D0
Tints of Lemon Chiffon #FFF8D0
RGB
CMYK
RGB Variations
Color information
#FFF8D0 (or 0xFFF8D0) is known color: Lemon Chiffon. HEX triplet: FF, F8 and D0. RGB value is (255,248,208). Sum of RGB (Red+Green+Blue) = 255+248+208=711 (94% of max value = 765). Red value is 255 (100% from 255 or 35.86% from 711); Green value is 248 (97.27% from 255 or 34.88% from 711); Blue value is 208 (81.64% from 255 or 29.25% from 711); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF8D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF8D0 is #00072F. Grayscale: #F5F5F5. Windows color (decimal): -1840 or 13695231. OLE color: 13695231.
HSL color Cylindrical-coordinate representation of color #FFF8D0: hue angle of 51.06º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FFF8D0 is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 248 | 208 | - |
| CMYK | 0 | 0.03 | 0.18 | 0 |
| HSL | 51.06º | 1% | 0.91% | - |
| HSV(B) | 51.06º | 0.18% | 1% | - |
| XYZ | 86.19 | 92.95 | 73.07 | - |
| YUV | 245.53 | 106.82 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 248 | 208 | 0 | 0.03 | 0.18 | 0 | 51.06 | 1 | 0.91 |
| Hex | FF | F8 | D0 | 0 | 3 | 12 | 0 | 33 | 64 | 5B |
| Octal | 377 | 370 | 320 | 0 | 3 | 22 | 0 | 63 | 144 | 133 |
| Binary | 11111111 | 11111000 | 11010000 | 0 | 11 | 10010 | 0 | 110011 | 1100100 | 1011011 |
Color Harmonies of #FFF8D0
Complementary color
Monochromatic Colors of #FFF8D0
Black with #FFF8D0
Text Example
Text Example
White with #FFF8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF8D0; }
p { color: rgb(255,248,208); }
H1.HeaderClassName
{
color: #FFF8D0;
}
.AnyTagClassName
{
color: #FFF8D0;
}
</style>
background-color css
<style>
a { background-color: #FFF8D0; }
a { background-color: rgb(255,248,208); }
div.DivClassName
{
background-color: #FFF8D0;
}
.BgClassName
{
background-color: #FFF8D0;
}
</style>
border-color css
<style>
span { border-color: #FFF8D0; }
span { border-color: rgb(255,248,208); }
td.TdClassName
{
border-color: #FFF8D0;
}
.TagClassName
{
border-color: #FFF8D0;
}
</style>