Shades of China Ivory #FFF7D0
Tints of China Ivory #FFF7D0
RGB
CMYK
RGB Variations
Color information
#FFF7D0 (or 0xFFF7D0) is known color: China Ivory. HEX triplet: FF, F7 and D0. RGB value is (255,247,208). Sum of RGB (Red+Green+Blue) = 255+247+208=710 (94% of max value = 765). Red value is 255 (100% from 255 or 35.92% from 710); Green value is 247 (96.88% from 255 or 34.79% from 710); Blue value is 208 (81.64% from 255 or 29.30% from 710); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF7D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF7D0 is #00082F. Grayscale: #F5F5F5. Windows color (decimal): -2096 or 13694975. OLE color: 13694975.
HSL color Cylindrical-coordinate representation of color #FFF7D0: hue angle of 49.79º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FFF7D0 is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 247 | 208 | - |
| CMYK | 0 | 0.03 | 0.18 | 0 |
| HSL | 49.79º | 1% | 0.91% | - |
| HSV(B) | 49.79º | 0.18% | 1% | - |
| XYZ | 85.89 | 92.34 | 72.97 | - |
| YUV | 244.95 | 107.15 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 247 | 208 | 0 | 0.03 | 0.18 | 0 | 49.79 | 1 | 0.91 |
| Hex | FF | F7 | D0 | 0 | 3 | 12 | 0 | 32 | 64 | 5B |
| Octal | 377 | 367 | 320 | 0 | 3 | 22 | 0 | 62 | 144 | 133 |
| Binary | 11111111 | 11110111 | 11010000 | 0 | 11 | 10010 | 0 | 110010 | 1100100 | 1011011 |
Color Harmonies of #FFF7D0
Complementary color
Monochromatic Colors of #FFF7D0
Black with #FFF7D0
Text Example
Text Example
White with #FFF7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF7D0; }
p { color: rgb(255,247,208); }
H1.HeaderClassName
{
color: #FFF7D0;
}
.AnyTagClassName
{
color: #FFF7D0;
}
</style>
background-color css
<style>
a { background-color: #FFF7D0; }
a { background-color: rgb(255,247,208); }
div.DivClassName
{
background-color: #FFF7D0;
}
.BgClassName
{
background-color: #FFF7D0;
}
</style>
border-color css
<style>
span { border-color: #FFF7D0; }
span { border-color: rgb(255,247,208); }
td.TdClassName
{
border-color: #FFF7D0;
}
.TagClassName
{
border-color: #FFF7D0;
}
</style>