Shades of China Ivory #FDF7D6
Tints of China Ivory #FDF7D6
RGB
CMYK
RGB Variations
Color information
#FDF7D6 (or 0xFDF7D6) is known color: China Ivory. HEX triplet: FD, F7 and D6. RGB value is (253,247,214). Sum of RGB (Red+Green+Blue) = 253+247+214=714 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.43% from 714); Green value is 247 (96.88% from 255 or 34.59% from 714); Blue value is 214 (83.98% from 255 or 29.97% from 714); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF7D6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF7D6 is #020829. Grayscale: #F5F5F5. Windows color (decimal): -133162 or 14088189. OLE color: 14088189.
HSL color Cylindrical-coordinate representation of color #FDF7D6: hue angle of 50.77º degrees, saturation: 0.91, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FDF7D6 is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 247 | 214 | - |
| CMYK | 0 | 0.02 | 0.15 | 0.01 |
| HSL | 50.77º | 0.91% | 0.92% | - |
| HSV(B) | 50.77º | 0.15% | 0.99% | - |
| XYZ | 85.91 | 92.26 | 76.9 | - |
| YUV | 245.03 | 110.49 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 247 | 214 | 0 | 0.02 | 0.15 | 0.01 | 50.77 | 0.91 | 0.92 |
| Hex | FD | F7 | D6 | 0 | 2 | F | 1 | 33 | 5B | 5C |
| Octal | 375 | 367 | 326 | 0 | 2 | 17 | 1 | 63 | 133 | 134 |
| Binary | 11111101 | 11110111 | 11010110 | 0 | 10 | 1111 | 1 | 110011 | 1011011 | 1011100 |
Color Harmonies of #FDF7D6
Complementary color
Monochromatic Colors of #FDF7D6
Black with #FDF7D6
Text Example
Text Example
White with #FDF7D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF7D6; }
p { color: rgb(253,247,214); }
H1.HeaderClassName
{
color: #FDF7D6;
}
.AnyTagClassName
{
color: #FDF7D6;
}
</style>
background-color css
<style>
a { background-color: #FDF7D6; }
a { background-color: rgb(253,247,214); }
div.DivClassName
{
background-color: #FDF7D6;
}
.BgClassName
{
background-color: #FDF7D6;
}
</style>
border-color css
<style>
span { border-color: #FDF7D6; }
span { border-color: rgb(253,247,214); }
td.TdClassName
{
border-color: #FDF7D6;
}
.TagClassName
{
border-color: #FDF7D6;
}
</style>