Shades of China Ivory #FDF3CC
Tints of China Ivory #FDF3CC
RGB
CMYK
RGB Variations
Color information
#FDF3CC (or 0xFDF3CC) is known color: China Ivory. HEX triplet: FD, F3 and CC. RGB value is (253,243,204). Sum of RGB (Red+Green+Blue) = 253+243+204=700 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.14% from 700); Green value is 243 (95.31% from 255 or 34.71% from 700); Blue value is 204 (80.08% from 255 or 29.14% from 700); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF3CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF3CC is #020C33. Grayscale: #F1F1F1. Windows color (decimal): -134196 or 13431805. OLE color: 13431805.
HSL color Cylindrical-coordinate representation of color #FDF3CC: hue angle of 47.76º 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 #FDF3CC is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 243 | 204 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.01 |
| HSL | 47.76º | 0.92% | 0.9% | - |
| HSV(B) | 47.76º | 0.19% | 0.99% | - |
| XYZ | 83.46 | 89.34 | 69.97 | - |
| YUV | 241.54 | 106.81 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 243 | 204 | 0 | 0.04 | 0.19 | 0.01 | 47.76 | 0.92 | 0.9 |
| Hex | FD | F3 | CC | 0 | 4 | 13 | 1 | 30 | 5C | 5A |
| Octal | 375 | 363 | 314 | 0 | 4 | 23 | 1 | 60 | 134 | 132 |
| Binary | 11111101 | 11110011 | 11001100 | 0 | 100 | 10011 | 1 | 110000 | 1011100 | 1011010 |
Color Harmonies of #FDF3CC
Complementary color
Monochromatic Colors of #FDF3CC
Black with #FDF3CC
Text Example
Text Example
White with #FDF3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF3CC; }
p { color: rgb(253,243,204); }
H1.HeaderClassName
{
color: #FDF3CC;
}
.AnyTagClassName
{
color: #FDF3CC;
}
</style>
background-color css
<style>
a { background-color: #FDF3CC; }
a { background-color: rgb(253,243,204); }
div.DivClassName
{
background-color: #FDF3CC;
}
.BgClassName
{
background-color: #FDF3CC;
}
</style>
border-color css
<style>
span { border-color: #FDF3CC; }
span { border-color: rgb(253,243,204); }
td.TdClassName
{
border-color: #FDF3CC;
}
.TagClassName
{
border-color: #FDF3CC;
}
</style>