Shades of China Ivory #FDF4CE
Tints of China Ivory #FDF4CE
RGB
CMYK
RGB Variations
Color information
#FDF4CE (or 0xFDF4CE) is known color: China Ivory. HEX triplet: FD, F4 and CE. RGB value is (253,244,206). Sum of RGB (Red+Green+Blue) = 253+244+206=703 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.99% from 703); Green value is 244 (95.70% from 255 or 34.71% from 703); Blue value is 206 (80.86% from 255 or 29.30% from 703); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF4CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF4CE is #020B31. Grayscale: #F2F2F2. Windows color (decimal): -133938 or 13563133. OLE color: 13563133.
HSL color Cylindrical-coordinate representation of color #FDF4CE: hue angle of 48.51º 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 #FDF4CE is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 244 | 206 | - |
CMYK | 0 | 0.04 | 0.19 | 0.01 |
HSL | 48.51º | 0.92% | 0.9% | - |
HSV(B) | 48.51º | 0.19% | 0.99% | - |
XYZ | 84 | 90.04 | 71.34 | - |
YUV | 242.36 | 107.48 | 135.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 244 | 206 | 0 | 0.04 | 0.19 | 0.01 | 48.51 | 0.92 | 0.9 |
Hex | FD | F4 | CE | 0 | 4 | 13 | 1 | 31 | 5C | 5A |
Octal | 375 | 364 | 316 | 0 | 4 | 23 | 1 | 61 | 134 | 132 |
Binary | 11111101 | 11110100 | 11001110 | 0 | 100 | 10011 | 1 | 110001 | 1011100 | 1011010 |
Color Harmonies of #FDF4CE
Complementary color
Monochromatic Colors of #FDF4CE
Black with #FDF4CE
Text Example
Text Example
White with #FDF4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF4CE; }
p { color: rgb(253,244,206); }
H1.HeaderClassName
{
color: #FDF4CE;
}
.AnyTagClassName
{
color: #FDF4CE;
}
</style>
background-color css
<style>
a { background-color: #FDF4CE; }
a { background-color: rgb(253,244,206); }
div.DivClassName
{
background-color: #FDF4CE;
}
.BgClassName
{
background-color: #FDF4CE;
}
</style>
border-color css
<style>
span { border-color: #FDF4CE; }
span { border-color: rgb(253,244,206); }
td.TdClassName
{
border-color: #FDF4CE;
}
.TagClassName
{
border-color: #FDF4CE;
}
</style>