Shades of Lemon Chiffon #FDF7CA
Tints of Lemon Chiffon #FDF7CA
RGB
CMYK
RGB Variations
Color information
#FDF7CA (or 0xFDF7CA) is known color: Lemon Chiffon. HEX triplet: FD, F7 and CA. RGB value is (253,247,202). Sum of RGB (Red+Green+Blue) = 253+247+202=702 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.04% from 702); Green value is 247 (96.88% from 255 or 35.19% from 702); Blue value is 202 (79.30% from 255 or 28.77% from 702); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF7CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF7CA is #020835. Grayscale: #F3F3F3. Windows color (decimal): -133174 or 13301757. OLE color: 13301757.
HSL color Cylindrical-coordinate representation of color #FDF7CA: hue angle of 52.94º 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 #FDF7CA is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 247 | 202 | - |
| CMYK | 0 | 0.02 | 0.20 | 0.01 |
| HSL | 52.94º | 0.93% | 0.89% | - |
| HSV(B) | 52.94º | 0.2% | 0.99% | - |
| XYZ | 84.43 | 91.67 | 69.12 | - |
| YUV | 243.66 | 104.49 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 247 | 202 | 0 | 0.02 | 0.20 | 0.01 | 52.94 | 0.93 | 0.89 |
| Hex | FD | F7 | CA | 0 | 2 | 14 | 1 | 35 | 5D | 59 |
| Octal | 375 | 367 | 312 | 0 | 2 | 24 | 1 | 65 | 135 | 131 |
| Binary | 11111101 | 11110111 | 11001010 | 0 | 10 | 10100 | 1 | 110101 | 1011101 | 1011001 |
Color Harmonies of #FDF7CA
Complementary color
Monochromatic Colors of #FDF7CA
Black with #FDF7CA
Text Example
Text Example
White with #FDF7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF7CA; }
p { color: rgb(253,247,202); }
H1.HeaderClassName
{
color: #FDF7CA;
}
.AnyTagClassName
{
color: #FDF7CA;
}
</style>
background-color css
<style>
a { background-color: #FDF7CA; }
a { background-color: rgb(253,247,202); }
div.DivClassName
{
background-color: #FDF7CA;
}
.BgClassName
{
background-color: #FDF7CA;
}
</style>
border-color css
<style>
span { border-color: #FDF7CA; }
span { border-color: rgb(253,247,202); }
td.TdClassName
{
border-color: #FDF7CA;
}
.TagClassName
{
border-color: #FDF7CA;
}
</style>