Shades of Lemon Chiffon #FFF8CC
Tints of Lemon Chiffon #FFF8CC
RGB
CMYK
RGB Variations
Color information
#FFF8CC (or 0xFFF8CC) is known color: Lemon Chiffon. HEX triplet: FF, F8 and CC. RGB value is (255,248,204). Sum of RGB (Red+Green+Blue) = 255+248+204=707 (93% of max value = 765). Red value is 255 (100% from 255 or 36.07% from 707); Green value is 248 (97.27% from 255 or 35.08% from 707); Blue value is 204 (80.08% from 255 or 28.85% from 707); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF8CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF8CC is #000733. Grayscale: #F5F5F5. Windows color (decimal): -1844 or 13433087. OLE color: 13433087.
HSL color Cylindrical-coordinate representation of color #FFF8CC: hue angle of 51.76º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FFF8CC is Cyan = 0, Magento = 0.03, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 248 | 204 | - |
| CMYK | 0 | 0.03 | 0.2 | 0 |
| HSL | 51.76º | 1% | 0.9% | - |
| HSV(B) | 51.76º | 0.2% | 1% | - |
| XYZ | 85.71 | 92.75 | 70.51 | - |
| YUV | 245.08 | 104.82 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 248 | 204 | 0 | 0.03 | 0.2 | 0 | 51.76 | 1 | 0.9 |
| Hex | FF | F8 | CC | 0 | 3 | 14 | 0 | 34 | 64 | 5A |
| Octal | 377 | 370 | 314 | 0 | 3 | 24 | 0 | 64 | 144 | 132 |
| Binary | 11111111 | 11111000 | 11001100 | 0 | 11 | 10100 | 0 | 110100 | 1100100 | 1011010 |
Color Harmonies of #FFF8CC
Complementary color
Monochromatic Colors of #FFF8CC
Black with #FFF8CC
Text Example
Text Example
White with #FFF8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF8CC; }
p { color: rgb(255,248,204); }
H1.HeaderClassName
{
color: #FFF8CC;
}
.AnyTagClassName
{
color: #FFF8CC;
}
</style>
background-color css
<style>
a { background-color: #FFF8CC; }
a { background-color: rgb(255,248,204); }
div.DivClassName
{
background-color: #FFF8CC;
}
.BgClassName
{
background-color: #FFF8CC;
}
</style>
border-color css
<style>
span { border-color: #FFF8CC; }
span { border-color: rgb(255,248,204); }
td.TdClassName
{
border-color: #FFF8CC;
}
.TagClassName
{
border-color: #FFF8CC;
}
</style>