Shades of China Ivory #FDF2D0
Tints of China Ivory #FDF2D0
RGB
CMYK
RGB Variations
Color information
#FDF2D0 (or 0xFDF2D0) is known color: China Ivory. HEX triplet: FD, F2 and D0. RGB value is (253,242,208). Sum of RGB (Red+Green+Blue) = 253+242+208=703 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.99% from 703); Green value is 242 (94.92% from 255 or 34.42% from 703); Blue value is 208 (81.64% from 255 or 29.59% from 703); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF2D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF2D0 is #020D2F. Grayscale: #F1F1F1. Windows color (decimal): -134448 or 13693693. OLE color: 13693693.
HSL color Cylindrical-coordinate representation of color #FDF2D0: hue angle of 45.33º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FDF2D0 is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 242 | 208 | - |
CMYK | 0 | 0.04 | 0.18 | 0.01 |
HSL | 45.33º | 0.92% | 0.9% | - |
HSV(B) | 45.33º | 0.18% | 0.99% | - |
XYZ | 83.65 | 88.94 | 72.43 | - |
YUV | 241.41 | 109.14 | 136.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 242 | 208 | 0 | 0.04 | 0.18 | 0.01 | 45.33 | 0.92 | 0.9 |
Hex | FD | F2 | D0 | 0 | 4 | 12 | 1 | 2D | 5C | 5A |
Octal | 375 | 362 | 320 | 0 | 4 | 22 | 1 | 55 | 134 | 132 |
Binary | 11111101 | 11110010 | 11010000 | 0 | 100 | 10010 | 1 | 101101 | 1011100 | 1011010 |
Color Harmonies of #FDF2D0
Complementary color
Monochromatic Colors of #FDF2D0
Black with #FDF2D0
Text Example
Text Example
White with #FDF2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF2D0; }
p { color: rgb(253,242,208); }
H1.HeaderClassName
{
color: #FDF2D0;
}
.AnyTagClassName
{
color: #FDF2D0;
}
</style>
background-color css
<style>
a { background-color: #FDF2D0; }
a { background-color: rgb(253,242,208); }
div.DivClassName
{
background-color: #FDF2D0;
}
.BgClassName
{
background-color: #FDF2D0;
}
</style>
border-color css
<style>
span { border-color: #FDF2D0; }
span { border-color: rgb(253,242,208); }
td.TdClassName
{
border-color: #FDF2D0;
}
.TagClassName
{
border-color: #FDF2D0;
}
</style>