Shades of China Ivory #F7EECE
Tints of China Ivory #F7EECE
RGB
CMYK
RGB Variations
Color information
#F7EECE (or 0xF7EECE) is known color: China Ivory. HEX triplet: F7, EE and CE. RGB value is (247,238,206). Sum of RGB (Red+Green+Blue) = 247+238+206=691 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.75% from 691); Green value is 238 (93.36% from 255 or 34.44% from 691); Blue value is 206 (80.86% from 255 or 29.81% from 691); Max value from RGB is 247 - color contains mainly: red. Hex color #F7EECE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7EECE is #081131. Grayscale: #EDEDED. Windows color (decimal): -528690 or 13561591. OLE color: 13561591.
HSL color Cylindrical-coordinate representation of color #F7EECE: hue angle of 46.83º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F7EECE is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 238 | 206 | - |
| CMYK | 0 | 0.04 | 0.17 | 0.03 |
| HSL | 46.83º | 0.72% | 0.89% | - |
| HSV(B) | 46.83º | 0.17% | 0.97% | - |
| XYZ | 80.07 | 85.38 | 70.65 | - |
| YUV | 237.04 | 110.48 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 238 | 206 | 0 | 0.04 | 0.17 | 0.03 | 46.83 | 0.72 | 0.89 |
| Hex | F7 | EE | CE | 0 | 4 | 11 | 3 | 2F | 48 | 59 |
| Octal | 367 | 356 | 316 | 0 | 4 | 21 | 3 | 57 | 110 | 131 |
| Binary | 11110111 | 11101110 | 11001110 | 0 | 100 | 10001 | 11 | 101111 | 1001000 | 1011001 |
Color Harmonies of #F7EECE
Complementary color
Monochromatic Colors of #F7EECE
Black with #F7EECE
Text Example
Text Example
White with #F7EECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7EECE; }
p { color: rgb(247,238,206); }
H1.HeaderClassName
{
color: #F7EECE;
}
.AnyTagClassName
{
color: #F7EECE;
}
</style>
background-color css
<style>
a { background-color: #F7EECE; }
a { background-color: rgb(247,238,206); }
div.DivClassName
{
background-color: #F7EECE;
}
.BgClassName
{
background-color: #F7EECE;
}
</style>
border-color css
<style>
span { border-color: #F7EECE; }
span { border-color: rgb(247,238,206); }
td.TdClassName
{
border-color: #F7EECE;
}
.TagClassName
{
border-color: #F7EECE;
}
</style>