Shades of Lemon Chiffon #FDF6CB
Tints of Lemon Chiffon #FDF6CB
RGB
CMYK
RGB Variations
Color information
#FDF6CB (or 0xFDF6CB) is known color: Lemon Chiffon. HEX triplet: FD, F6 and CB. RGB value is (253,246,203). Sum of RGB (Red+Green+Blue) = 253+246+203=702 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.04% from 702); Green value is 246 (96.48% from 255 or 35.04% from 702); Blue value is 203 (79.69% from 255 or 28.92% from 702); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF6CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF6CB is #020934. Grayscale: #F3F3F3. Windows color (decimal): -133429 or 13367037. OLE color: 13367037.
HSL color Cylindrical-coordinate representation of color #FDF6CB: hue angle of 51.6º 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 #FDF6CB is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 246 | 203 | - |
| CMYK | 0 | 0.03 | 0.20 | 0.01 |
| HSL | 51.6º | 0.93% | 0.89% | - |
| HSV(B) | 51.6º | 0.2% | 0.99% | - |
| XYZ | 84.24 | 91.11 | 69.65 | - |
| YUV | 243.19 | 105.32 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 246 | 203 | 0 | 0.03 | 0.20 | 0.01 | 51.6 | 0.93 | 0.89 |
| Hex | FD | F6 | CB | 0 | 3 | 14 | 1 | 34 | 5D | 59 |
| Octal | 375 | 366 | 313 | 0 | 3 | 24 | 1 | 64 | 135 | 131 |
| Binary | 11111101 | 11110110 | 11001011 | 0 | 11 | 10100 | 1 | 110100 | 1011101 | 1011001 |
Color Harmonies of #FDF6CB
Complementary color
Monochromatic Colors of #FDF6CB
Black with #FDF6CB
Text Example
Text Example
White with #FDF6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF6CB; }
p { color: rgb(253,246,203); }
H1.HeaderClassName
{
color: #FDF6CB;
}
.AnyTagClassName
{
color: #FDF6CB;
}
</style>
background-color css
<style>
a { background-color: #FDF6CB; }
a { background-color: rgb(253,246,203); }
div.DivClassName
{
background-color: #FDF6CB;
}
.BgClassName
{
background-color: #FDF6CB;
}
</style>
border-color css
<style>
span { border-color: #FDF6CB; }
span { border-color: rgb(253,246,203); }
td.TdClassName
{
border-color: #FDF6CB;
}
.TagClassName
{
border-color: #FDF6CB;
}
</style>