Shades of China Ivory #FDF2CB
Tints of China Ivory #FDF2CB
RGB
CMYK
RGB Variations
Color information
#FDF2CB (or 0xFDF2CB) is known color: China Ivory. HEX triplet: FD, F2 and CB. RGB value is (253,242,203). Sum of RGB (Red+Green+Blue) = 253+242+203=698 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.25% from 698); Green value is 242 (94.92% from 255 or 34.67% from 698); Blue value is 203 (79.69% from 255 or 29.08% from 698); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF2CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF2CB is #020D34. Grayscale: #F1F1F1. Windows color (decimal): -134453 or 13366013. OLE color: 13366013.
HSL color Cylindrical-coordinate representation of color #FDF2CB: hue angle of 46.8º 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 #FDF2CB is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 242 | 203 | - |
| CMYK | 0 | 0.04 | 0.20 | 0.01 |
| HSL | 46.8º | 0.93% | 0.89% | - |
| HSV(B) | 46.8º | 0.2% | 0.99% | - |
| XYZ | 83.04 | 88.7 | 69.24 | - |
| YUV | 240.84 | 106.64 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 242 | 203 | 0 | 0.04 | 0.20 | 0.01 | 46.8 | 0.93 | 0.89 |
| Hex | FD | F2 | CB | 0 | 4 | 14 | 1 | 2F | 5D | 59 |
| Octal | 375 | 362 | 313 | 0 | 4 | 24 | 1 | 57 | 135 | 131 |
| Binary | 11111101 | 11110010 | 11001011 | 0 | 100 | 10100 | 1 | 101111 | 1011101 | 1011001 |
Color Harmonies of #FDF2CB
Complementary color
Monochromatic Colors of #FDF2CB
Black with #FDF2CB
Text Example
Text Example
White with #FDF2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF2CB; }
p { color: rgb(253,242,203); }
H1.HeaderClassName
{
color: #FDF2CB;
}
.AnyTagClassName
{
color: #FDF2CB;
}
</style>
background-color css
<style>
a { background-color: #FDF2CB; }
a { background-color: rgb(253,242,203); }
div.DivClassName
{
background-color: #FDF2CB;
}
.BgClassName
{
background-color: #FDF2CB;
}
</style>
border-color css
<style>
span { border-color: #FDF2CB; }
span { border-color: rgb(253,242,203); }
td.TdClassName
{
border-color: #FDF2CB;
}
.TagClassName
{
border-color: #FDF2CB;
}
</style>