Shades of China Ivory #FDF3CE
Tints of China Ivory #FDF3CE
RGB
CMYK
RGB Variations
Color information
#FDF3CE (or 0xFDF3CE) is known color: China Ivory. HEX triplet: FD, F3 and CE. RGB value is (253,243,206). Sum of RGB (Red+Green+Blue) = 253+243+206=702 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.04% from 702); Green value is 243 (95.31% from 255 or 34.62% from 702); Blue value is 206 (80.86% from 255 or 29.34% from 702); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF3CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF3CE is #020C31. Grayscale: #F1F1F1. Windows color (decimal): -134194 or 13562877. OLE color: 13562877.
HSL color Cylindrical-coordinate representation of color #FDF3CE: hue angle of 47.23º 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 #FDF3CE is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 243 | 206 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.01 |
| HSL | 47.23º | 0.92% | 0.9% | - |
| HSV(B) | 47.23º | 0.19% | 0.99% | - |
| XYZ | 83.7 | 89.44 | 71.24 | - |
| YUV | 241.77 | 107.81 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 243 | 206 | 0 | 0.04 | 0.19 | 0.01 | 47.23 | 0.92 | 0.9 |
| Hex | FD | F3 | CE | 0 | 4 | 13 | 1 | 2F | 5C | 5A |
| Octal | 375 | 363 | 316 | 0 | 4 | 23 | 1 | 57 | 134 | 132 |
| Binary | 11111101 | 11110011 | 11001110 | 0 | 100 | 10011 | 1 | 101111 | 1011100 | 1011010 |
Color Harmonies of #FDF3CE
Complementary color
Monochromatic Colors of #FDF3CE
Black with #FDF3CE
Text Example
Text Example
White with #FDF3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF3CE; }
p { color: rgb(253,243,206); }
H1.HeaderClassName
{
color: #FDF3CE;
}
.AnyTagClassName
{
color: #FDF3CE;
}
</style>
background-color css
<style>
a { background-color: #FDF3CE; }
a { background-color: rgb(253,243,206); }
div.DivClassName
{
background-color: #FDF3CE;
}
.BgClassName
{
background-color: #FDF3CE;
}
</style>
border-color css
<style>
span { border-color: #FDF3CE; }
span { border-color: rgb(253,243,206); }
td.TdClassName
{
border-color: #FDF3CE;
}
.TagClassName
{
border-color: #FDF3CE;
}
</style>