Shades of Lemon Chiffon #FFF8CD
Tints of Lemon Chiffon #FFF8CD
RGB
CMYK
RGB Variations
Color information
#FFF8CD (or 0xFFF8CD) is known color: Lemon Chiffon. HEX triplet: FF, F8 and CD. RGB value is (255,248,205). Sum of RGB (Red+Green+Blue) = 255+248+205=708 (93% of max value = 765). Red value is 255 (100% from 255 or 36.02% from 708); Green value is 248 (97.27% from 255 or 35.03% from 708); Blue value is 205 (80.47% from 255 or 28.95% from 708); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF8CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF8CD is #000732. Grayscale: #F5F5F5. Windows color (decimal): -1843 or 13498623. OLE color: 13498623.
HSL color Cylindrical-coordinate representation of color #FFF8CD: hue angle of 51.6º 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 #FFF8CD is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 248 | 205 | - |
| CMYK | 0 | 0.03 | 0.20 | 0 |
| HSL | 51.6º | 1% | 0.9% | - |
| HSV(B) | 51.6º | 0.2% | 1% | - |
| XYZ | 85.83 | 92.8 | 71.15 | - |
| YUV | 245.19 | 105.32 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 248 | 205 | 0 | 0.03 | 0.20 | 0 | 51.6 | 1 | 0.9 |
| Hex | FF | F8 | CD | 0 | 3 | 14 | 0 | 34 | 64 | 5A |
| Octal | 377 | 370 | 315 | 0 | 3 | 24 | 0 | 64 | 144 | 132 |
| Binary | 11111111 | 11111000 | 11001101 | 0 | 11 | 10100 | 0 | 110100 | 1100100 | 1011010 |
Color Harmonies of #FFF8CD
Complementary color
Monochromatic Colors of #FFF8CD
Black with #FFF8CD
Text Example
Text Example
White with #FFF8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF8CD; }
p { color: rgb(255,248,205); }
H1.HeaderClassName
{
color: #FFF8CD;
}
.AnyTagClassName
{
color: #FFF8CD;
}
</style>
background-color css
<style>
a { background-color: #FFF8CD; }
a { background-color: rgb(255,248,205); }
div.DivClassName
{
background-color: #FFF8CD;
}
.BgClassName
{
background-color: #FFF8CD;
}
</style>
border-color css
<style>
span { border-color: #FFF8CD; }
span { border-color: rgb(255,248,205); }
td.TdClassName
{
border-color: #FFF8CD;
}
.TagClassName
{
border-color: #FFF8CD;
}
</style>