Shades of China Ivory #FFF7D1
Tints of China Ivory #FFF7D1
RGB
CMYK
RGB Variations
Color information
#FFF7D1 (or 0xFFF7D1) is known color: China Ivory. HEX triplet: FF, F7 and D1. RGB value is (255,247,209). Sum of RGB (Red+Green+Blue) = 255+247+209=711 (94% of max value = 765). Red value is 255 (100% from 255 or 35.86% from 711); Green value is 247 (96.88% from 255 or 34.74% from 711); Blue value is 209 (82.03% from 255 or 29.40% from 711); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF7D1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF7D1 is #00082E. Grayscale: #F5F5F5. Windows color (decimal): -2095 or 13760511. OLE color: 13760511.
HSL color Cylindrical-coordinate representation of color #FFF7D1: hue angle of 49.57º 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 #FFF7D1 is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 247 | 209 | - |
| CMYK | 0 | 0.03 | 0.18 | 0 |
| HSL | 49.57º | 1% | 0.91% | - |
| HSV(B) | 49.57º | 0.18% | 1% | - |
| XYZ | 86.01 | 92.38 | 73.62 | - |
| YUV | 245.06 | 107.65 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 247 | 209 | 0 | 0.03 | 0.18 | 0 | 49.57 | 1 | 0.91 |
| Hex | FF | F7 | D1 | 0 | 3 | 12 | 0 | 32 | 64 | 5B |
| Octal | 377 | 367 | 321 | 0 | 3 | 22 | 0 | 62 | 144 | 133 |
| Binary | 11111111 | 11110111 | 11010001 | 0 | 11 | 10010 | 0 | 110010 | 1100100 | 1011011 |
Color Harmonies of #FFF7D1
Complementary color
Monochromatic Colors of #FFF7D1
Black with #FFF7D1
Text Example
Text Example
White with #FFF7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF7D1; }
p { color: rgb(255,247,209); }
H1.HeaderClassName
{
color: #FFF7D1;
}
.AnyTagClassName
{
color: #FFF7D1;
}
</style>
background-color css
<style>
a { background-color: #FFF7D1; }
a { background-color: rgb(255,247,209); }
div.DivClassName
{
background-color: #FFF7D1;
}
.BgClassName
{
background-color: #FFF7D1;
}
</style>
border-color css
<style>
span { border-color: #FFF7D1; }
span { border-color: rgb(255,247,209); }
td.TdClassName
{
border-color: #FFF7D1;
}
.TagClassName
{
border-color: #FFF7D1;
}
</style>