Shades of Lemon Chiffon #FDF5CB
Tints of Lemon Chiffon #FDF5CB
RGB
CMYK
RGB Variations
Color information
#FDF5CB (or 0xFDF5CB) is known color: Lemon Chiffon. HEX triplet: FD, F5 and CB. RGB value is (253,245,203). Sum of RGB (Red+Green+Blue) = 253+245+203=701 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.09% from 701); Green value is 245 (96.09% from 255 or 34.95% from 701); Blue value is 203 (79.69% from 255 or 28.96% from 701); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF5CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF5CB is #020A34. Grayscale: #F2F2F2. Windows color (decimal): -133685 or 13366781. OLE color: 13366781.
HSL color Cylindrical-coordinate representation of color #FDF5CB: hue angle of 50.4º 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 #FDF5CB is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 245 | 203 | - |
| CMYK | 0 | 0.03 | 0.20 | 0.01 |
| HSL | 50.4º | 0.93% | 0.89% | - |
| HSV(B) | 50.4º | 0.2% | 0.99% | - |
| XYZ | 83.94 | 90.5 | 69.54 | - |
| YUV | 242.6 | 105.65 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 245 | 203 | 0 | 0.03 | 0.20 | 0.01 | 50.4 | 0.93 | 0.89 |
| Hex | FD | F5 | CB | 0 | 3 | 14 | 1 | 32 | 5D | 59 |
| Octal | 375 | 365 | 313 | 0 | 3 | 24 | 1 | 62 | 135 | 131 |
| Binary | 11111101 | 11110101 | 11001011 | 0 | 11 | 10100 | 1 | 110010 | 1011101 | 1011001 |
Color Harmonies of #FDF5CB
Complementary color
Monochromatic Colors of #FDF5CB
Black with #FDF5CB
Text Example
Text Example
White with #FDF5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF5CB; }
p { color: rgb(253,245,203); }
H1.HeaderClassName
{
color: #FDF5CB;
}
.AnyTagClassName
{
color: #FDF5CB;
}
</style>
background-color css
<style>
a { background-color: #FDF5CB; }
a { background-color: rgb(253,245,203); }
div.DivClassName
{
background-color: #FDF5CB;
}
.BgClassName
{
background-color: #FDF5CB;
}
</style>
border-color css
<style>
span { border-color: #FDF5CB; }
span { border-color: rgb(253,245,203); }
td.TdClassName
{
border-color: #FDF5CB;
}
.TagClassName
{
border-color: #FDF5CB;
}
</style>