Shades of China Ivory #FDF6D1
Tints of China Ivory #FDF6D1
RGB
CMYK
RGB Variations
Color information
#FDF6D1 (or 0xFDF6D1) is known color: China Ivory. HEX triplet: FD, F6 and D1. RGB value is (253,246,209). Sum of RGB (Red+Green+Blue) = 253+246+209=708 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.73% from 708); Green value is 246 (96.48% from 255 or 34.75% from 708); Blue value is 209 (82.03% from 255 or 29.52% from 708); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF6D1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF6D1 is #02092E. Grayscale: #F4F4F4. Windows color (decimal): -133423 or 13760253. OLE color: 13760253.
HSL color Cylindrical-coordinate representation of color #FDF6D1: hue angle of 50.45º degrees, saturation: 0.92, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FDF6D1 is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 246 | 209 | - |
| CMYK | 0 | 0.03 | 0.17 | 0.01 |
| HSL | 50.45º | 0.92% | 0.91% | - |
| HSV(B) | 50.45º | 0.17% | 0.99% | - |
| XYZ | 84.97 | 91.4 | 73.48 | - |
| YUV | 243.88 | 108.32 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 246 | 209 | 0 | 0.03 | 0.17 | 0.01 | 50.45 | 0.92 | 0.91 |
| Hex | FD | F6 | D1 | 0 | 3 | 11 | 1 | 32 | 5C | 5B |
| Octal | 375 | 366 | 321 | 0 | 3 | 21 | 1 | 62 | 134 | 133 |
| Binary | 11111101 | 11110110 | 11010001 | 0 | 11 | 10001 | 1 | 110010 | 1011100 | 1011011 |
Color Harmonies of #FDF6D1
Complementary color
Monochromatic Colors of #FDF6D1
Black with #FDF6D1
Text Example
Text Example
White with #FDF6D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF6D1; }
p { color: rgb(253,246,209); }
H1.HeaderClassName
{
color: #FDF6D1;
}
.AnyTagClassName
{
color: #FDF6D1;
}
</style>
background-color css
<style>
a { background-color: #FDF6D1; }
a { background-color: rgb(253,246,209); }
div.DivClassName
{
background-color: #FDF6D1;
}
.BgClassName
{
background-color: #FDF6D1;
}
</style>
border-color css
<style>
span { border-color: #FDF6D1; }
span { border-color: rgb(253,246,209); }
td.TdClassName
{
border-color: #FDF6D1;
}
.TagClassName
{
border-color: #FDF6D1;
}
</style>