Shades of China Ivory #FDF2CE
Tints of China Ivory #FDF2CE
RGB
CMYK
RGB Variations
Color information
#FDF2CE (or 0xFDF2CE) is known color: China Ivory. HEX triplet: FD, F2 and CE. RGB value is (253,242,206). Sum of RGB (Red+Green+Blue) = 253+242+206=701 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.09% from 701); Green value is 242 (94.92% from 255 or 34.52% from 701); Blue value is 206 (80.86% from 255 or 29.39% from 701); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF2CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF2CE is #020D31. Grayscale: #F1F1F1. Windows color (decimal): -134450 or 13562621. OLE color: 13562621.
HSL color Cylindrical-coordinate representation of color #FDF2CE: hue angle of 45.96º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FDF2CE is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 242 | 206 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.01 |
| HSL | 45.96º | 0.92% | 0.9% | - |
| HSV(B) | 45.96º | 0.19% | 0.99% | - |
| XYZ | 83.4 | 88.84 | 71.15 | - |
| YUV | 241.19 | 108.14 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 242 | 206 | 0 | 0.04 | 0.19 | 0.01 | 45.96 | 0.92 | 0.9 |
| Hex | FD | F2 | CE | 0 | 4 | 13 | 1 | 2E | 5C | 5A |
| Octal | 375 | 362 | 316 | 0 | 4 | 23 | 1 | 56 | 134 | 132 |
| Binary | 11111101 | 11110010 | 11001110 | 0 | 100 | 10011 | 1 | 101110 | 1011100 | 1011010 |
Color Harmonies of #FDF2CE
Complementary color
Monochromatic Colors of #FDF2CE
Black with #FDF2CE
Text Example
Text Example
White with #FDF2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF2CE; }
p { color: rgb(253,242,206); }
H1.HeaderClassName
{
color: #FDF2CE;
}
.AnyTagClassName
{
color: #FDF2CE;
}
</style>
background-color css
<style>
a { background-color: #FDF2CE; }
a { background-color: rgb(253,242,206); }
div.DivClassName
{
background-color: #FDF2CE;
}
.BgClassName
{
background-color: #FDF2CE;
}
</style>
border-color css
<style>
span { border-color: #FDF2CE; }
span { border-color: rgb(253,242,206); }
td.TdClassName
{
border-color: #FDF2CE;
}
.TagClassName
{
border-color: #FDF2CE;
}
</style>