Shades of Lemon Chiffon #FDF9CE
Tints of Lemon Chiffon #FDF9CE
RGB
CMYK
RGB Variations
Color information
#FDF9CE (or 0xFDF9CE) is known color: Lemon Chiffon. HEX triplet: FD, F9 and CE. RGB value is (253,249,206). Sum of RGB (Red+Green+Blue) = 253+249+206=708 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.73% from 708); Green value is 249 (97.66% from 255 or 35.17% from 708); Blue value is 206 (80.86% from 255 or 29.10% from 708); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF9CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF9CE is #020631. Grayscale: #F5F5F5. Windows color (decimal): -132658 or 13564413. OLE color: 13564413.
HSL color Cylindrical-coordinate representation of color #FDF9CE: hue angle of 54.89º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FDF9CE is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 249 | 206 | - |
| CMYK | 0 | 0.02 | 0.19 | 0.01 |
| HSL | 54.89º | 0.92% | 0.9% | - |
| HSV(B) | 54.89º | 0.19% | 0.99% | - |
| XYZ | 85.52 | 93.09 | 71.85 | - |
| YUV | 245.29 | 105.83 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 249 | 206 | 0 | 0.02 | 0.19 | 0.01 | 54.89 | 0.92 | 0.9 |
| Hex | FD | F9 | CE | 0 | 2 | 13 | 1 | 37 | 5C | 5A |
| Octal | 375 | 371 | 316 | 0 | 2 | 23 | 1 | 67 | 134 | 132 |
| Binary | 11111101 | 11111001 | 11001110 | 0 | 10 | 10011 | 1 | 110111 | 1011100 | 1011010 |
Color Harmonies of #FDF9CE
Complementary color
Monochromatic Colors of #FDF9CE
Black with #FDF9CE
Text Example
Text Example
White with #FDF9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF9CE; }
p { color: rgb(253,249,206); }
H1.HeaderClassName
{
color: #FDF9CE;
}
.AnyTagClassName
{
color: #FDF9CE;
}
</style>
background-color css
<style>
a { background-color: #FDF9CE; }
a { background-color: rgb(253,249,206); }
div.DivClassName
{
background-color: #FDF9CE;
}
.BgClassName
{
background-color: #FDF9CE;
}
</style>
border-color css
<style>
span { border-color: #FDF9CE; }
span { border-color: rgb(253,249,206); }
td.TdClassName
{
border-color: #FDF9CE;
}
.TagClassName
{
border-color: #FDF9CE;
}
</style>