Shades of Lemon Chiffon #FDF5C9
Tints of Lemon Chiffon #FDF5C9
RGB
CMYK
RGB Variations
Color information
#FDF5C9 (or 0xFDF5C9) is known color: Lemon Chiffon. HEX triplet: FD, F5 and C9. RGB value is (253,245,201). Sum of RGB (Red+Green+Blue) = 253+245+201=699 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.19% from 699); Green value is 245 (96.09% from 255 or 35.05% from 699); Blue value is 201 (78.91% from 255 or 28.76% from 699); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF5C9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF5C9 is #020A36. Grayscale: #F2F2F2. Windows color (decimal): -133687 or 13235709. OLE color: 13235709.
HSL color Cylindrical-coordinate representation of color #FDF5C9: hue angle of 50.77º 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 #FDF5C9 is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 245 | 201 | - |
| CMYK | 0 | 0.03 | 0.21 | 0.01 |
| HSL | 50.77º | 0.93% | 0.89% | - |
| HSV(B) | 50.77º | 0.21% | 0.99% | - |
| XYZ | 83.7 | 90.4 | 68.3 | - |
| YUV | 242.38 | 104.65 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 245 | 201 | 0 | 0.03 | 0.21 | 0.01 | 50.77 | 0.93 | 0.89 |
| Hex | FD | F5 | C9 | 0 | 3 | 15 | 1 | 33 | 5D | 59 |
| Octal | 375 | 365 | 311 | 0 | 3 | 25 | 1 | 63 | 135 | 131 |
| Binary | 11111101 | 11110101 | 11001001 | 0 | 11 | 10101 | 1 | 110011 | 1011101 | 1011001 |
Color Harmonies of #FDF5C9
Complementary color
Monochromatic Colors of #FDF5C9
Black with #FDF5C9
Text Example
Text Example
White with #FDF5C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF5C9; }
p { color: rgb(253,245,201); }
H1.HeaderClassName
{
color: #FDF5C9;
}
.AnyTagClassName
{
color: #FDF5C9;
}
</style>
background-color css
<style>
a { background-color: #FDF5C9; }
a { background-color: rgb(253,245,201); }
div.DivClassName
{
background-color: #FDF5C9;
}
.BgClassName
{
background-color: #FDF5C9;
}
</style>
border-color css
<style>
span { border-color: #FDF5C9; }
span { border-color: rgb(253,245,201); }
td.TdClassName
{
border-color: #FDF5C9;
}
.TagClassName
{
border-color: #FDF5C9;
}
</style>