Shades of Lemon Chiffon #FDF8C9
Tints of Lemon Chiffon #FDF8C9
RGB
CMYK
RGB Variations
Color information
#FDF8C9 (or 0xFDF8C9) is known color: Lemon Chiffon. HEX triplet: FD, F8 and C9. RGB value is (253,248,201). Sum of RGB (Red+Green+Blue) = 253+248+201=702 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.04% from 702); Green value is 248 (97.27% from 255 or 35.33% from 702); Blue value is 201 (78.91% from 255 or 28.63% from 702); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF8C9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF8C9 is #020736. Grayscale: #F4F4F4. Windows color (decimal): -132919 or 13236477. OLE color: 13236477.
HSL color Cylindrical-coordinate representation of color #FDF8C9: hue angle of 54.23º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FDF8C9 is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 248 | 201 | - |
CMYK | 0 | 0.02 | 0.21 | 0.01 |
HSL | 54.23º | 0.93% | 0.89% | - |
HSV(B) | 54.23º | 0.21% | 0.99% | - |
XYZ | 84.62 | 92.23 | 68.6 | - |
YUV | 244.14 | 103.66 | 134.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 248 | 201 | 0 | 0.02 | 0.21 | 0.01 | 54.23 | 0.93 | 0.89 |
Hex | FD | F8 | C9 | 0 | 2 | 15 | 1 | 36 | 5D | 59 |
Octal | 375 | 370 | 311 | 0 | 2 | 25 | 1 | 66 | 135 | 131 |
Binary | 11111101 | 11111000 | 11001001 | 0 | 10 | 10101 | 1 | 110110 | 1011101 | 1011001 |
Color Harmonies of #FDF8C9
Complementary color
Monochromatic Colors of #FDF8C9
Black with #FDF8C9
Text Example
Text Example
White with #FDF8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF8C9; }
p { color: rgb(253,248,201); }
H1.HeaderClassName
{
color: #FDF8C9;
}
.AnyTagClassName
{
color: #FDF8C9;
}
</style>
background-color css
<style>
a { background-color: #FDF8C9; }
a { background-color: rgb(253,248,201); }
div.DivClassName
{
background-color: #FDF8C9;
}
.BgClassName
{
background-color: #FDF8C9;
}
</style>
border-color css
<style>
span { border-color: #FDF8C9; }
span { border-color: rgb(253,248,201); }
td.TdClassName
{
border-color: #FDF8C9;
}
.TagClassName
{
border-color: #FDF8C9;
}
</style>