Shades of Lemon Chiffon #FDF8CA
Tints of Lemon Chiffon #FDF8CA
RGB
CMYK
RGB Variations
Color information
#FDF8CA (or 0xFDF8CA) is known color: Lemon Chiffon. HEX triplet: FD, F8 and CA. RGB value is (253,248,202). Sum of RGB (Red+Green+Blue) = 253+248+202=703 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.99% from 703); Green value is 248 (97.27% from 255 or 35.28% from 703); Blue value is 202 (79.30% from 255 or 28.73% from 703); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF8CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF8CA is #020735. Grayscale: #F4F4F4. Windows color (decimal): -132918 or 13302013. OLE color: 13302013.
HSL color Cylindrical-coordinate representation of color #FDF8CA: hue angle of 54.12º 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 #FDF8CA is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 248 | 202 | - |
| CMYK | 0 | 0.02 | 0.20 | 0.01 |
| HSL | 54.12º | 0.93% | 0.89% | - |
| HSV(B) | 54.12º | 0.2% | 0.99% | - |
| XYZ | 84.74 | 92.28 | 69.22 | - |
| YUV | 244.25 | 104.16 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 248 | 202 | 0 | 0.02 | 0.20 | 0.01 | 54.12 | 0.93 | 0.89 |
| Hex | FD | F8 | CA | 0 | 2 | 14 | 1 | 36 | 5D | 59 |
| Octal | 375 | 370 | 312 | 0 | 2 | 24 | 1 | 66 | 135 | 131 |
| Binary | 11111101 | 11111000 | 11001010 | 0 | 10 | 10100 | 1 | 110110 | 1011101 | 1011001 |
Color Harmonies of #FDF8CA
Complementary color
Monochromatic Colors of #FDF8CA
Black with #FDF8CA
Text Example
Text Example
White with #FDF8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF8CA; }
p { color: rgb(253,248,202); }
H1.HeaderClassName
{
color: #FDF8CA;
}
.AnyTagClassName
{
color: #FDF8CA;
}
</style>
background-color css
<style>
a { background-color: #FDF8CA; }
a { background-color: rgb(253,248,202); }
div.DivClassName
{
background-color: #FDF8CA;
}
.BgClassName
{
background-color: #FDF8CA;
}
</style>
border-color css
<style>
span { border-color: #FDF8CA; }
span { border-color: rgb(253,248,202); }
td.TdClassName
{
border-color: #FDF8CA;
}
.TagClassName
{
border-color: #FDF8CA;
}
</style>