Shades of China Ivory #FFF7D2
Tints of China Ivory #FFF7D2
RGB
CMYK
RGB Variations
Color information
#FFF7D2 (or 0xFFF7D2) is known color: China Ivory. HEX triplet: FF, F7 and D2. RGB value is (255,247,210). Sum of RGB (Red+Green+Blue) = 255+247+210=712 (94% of max value = 765). Red value is 255 (100% from 255 or 35.81% from 712); Green value is 247 (96.88% from 255 or 34.69% from 712); Blue value is 210 (82.42% from 255 or 29.49% from 712); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF7D2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF7D2 is #00082D. Grayscale: #F5F5F5. Windows color (decimal): -2094 or 13826047. OLE color: 13826047.
HSL color Cylindrical-coordinate representation of color #FFF7D2: hue angle of 49.33º 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 #FFF7D2 is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 247 | 210 | - |
| CMYK | 0 | 0.03 | 0.18 | 0 |
| HSL | 49.33º | 1% | 0.91% | - |
| HSV(B) | 49.33º | 0.18% | 1% | - |
| XYZ | 86.13 | 92.43 | 74.27 | - |
| YUV | 245.17 | 108.15 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 247 | 210 | 0 | 0.03 | 0.18 | 0 | 49.33 | 1 | 0.91 |
| Hex | FF | F7 | D2 | 0 | 3 | 12 | 0 | 31 | 64 | 5B |
| Octal | 377 | 367 | 322 | 0 | 3 | 22 | 0 | 61 | 144 | 133 |
| Binary | 11111111 | 11110111 | 11010010 | 0 | 11 | 10010 | 0 | 110001 | 1100100 | 1011011 |
Color Harmonies of #FFF7D2
Complementary color
Monochromatic Colors of #FFF7D2
Black with #FFF7D2
Text Example
Text Example
White with #FFF7D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF7D2; }
p { color: rgb(255,247,210); }
H1.HeaderClassName
{
color: #FFF7D2;
}
.AnyTagClassName
{
color: #FFF7D2;
}
</style>
background-color css
<style>
a { background-color: #FFF7D2; }
a { background-color: rgb(255,247,210); }
div.DivClassName
{
background-color: #FFF7D2;
}
.BgClassName
{
background-color: #FFF7D2;
}
</style>
border-color css
<style>
span { border-color: #FFF7D2; }
span { border-color: rgb(255,247,210); }
td.TdClassName
{
border-color: #FFF7D2;
}
.TagClassName
{
border-color: #FFF7D2;
}
</style>