Shades of Lemon Chiffon #FDF5CA
Tints of Lemon Chiffon #FDF5CA
RGB
CMYK
RGB Variations
Color information
#FDF5CA (or 0xFDF5CA) is known color: Lemon Chiffon. HEX triplet: FD, F5 and CA. RGB value is (253,245,202). Sum of RGB (Red+Green+Blue) = 253+245+202=700 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.14% from 700); Green value is 245 (96.09% from 255 or 35% from 700); Blue value is 202 (79.30% from 255 or 28.86% from 700); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF5CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF5CA is #020A35. Grayscale: #F2F2F2. Windows color (decimal): -133686 or 13301245. OLE color: 13301245.
HSL color Cylindrical-coordinate representation of color #FDF5CA: hue angle of 50.59º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FDF5CA is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 245 | 202 | - |
| CMYK | 0 | 0.03 | 0.20 | 0.01 |
| HSL | 50.59º | 0.93% | 0.89% | - |
| HSV(B) | 50.59º | 0.2% | 0.99% | - |
| XYZ | 83.82 | 90.45 | 68.92 | - |
| YUV | 242.49 | 105.15 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 245 | 202 | 0 | 0.03 | 0.20 | 0.01 | 50.59 | 0.93 | 0.89 |
| Hex | FD | F5 | CA | 0 | 3 | 14 | 1 | 33 | 5D | 59 |
| Octal | 375 | 365 | 312 | 0 | 3 | 24 | 1 | 63 | 135 | 131 |
| Binary | 11111101 | 11110101 | 11001010 | 0 | 11 | 10100 | 1 | 110011 | 1011101 | 1011001 |
Color Harmonies of #FDF5CA
Complementary color
Monochromatic Colors of #FDF5CA
Black with #FDF5CA
Text Example
Text Example
White with #FDF5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF5CA; }
p { color: rgb(253,245,202); }
H1.HeaderClassName
{
color: #FDF5CA;
}
.AnyTagClassName
{
color: #FDF5CA;
}
</style>
background-color css
<style>
a { background-color: #FDF5CA; }
a { background-color: rgb(253,245,202); }
div.DivClassName
{
background-color: #FDF5CA;
}
.BgClassName
{
background-color: #FDF5CA;
}
</style>
border-color css
<style>
span { border-color: #FDF5CA; }
span { border-color: rgb(253,245,202); }
td.TdClassName
{
border-color: #FDF5CA;
}
.TagClassName
{
border-color: #FDF5CA;
}
</style>