Shades of China Ivory #F6EECE
Tints of China Ivory #F6EECE
RGB
CMYK
RGB Variations
Color information
#F6EECE (or 0xF6EECE) is known color: China Ivory. HEX triplet: F6, EE and CE. RGB value is (246,238,206). Sum of RGB (Red+Green+Blue) = 246+238+206=690 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.65% from 690); Green value is 238 (93.36% from 255 or 34.49% from 690); Blue value is 206 (80.86% from 255 or 29.86% from 690); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EECE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6EECE is #091131. Grayscale: #ECECEC. Windows color (decimal): -594226 or 13561590. OLE color: 13561590.
HSL color Cylindrical-coordinate representation of color #F6EECE: hue angle of 48º degrees, saturation: 0.69, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F6EECE is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
RGB | 246 | 238 | 206 | - |
CMYK | 0 | 0.03 | 0.16 | 0.04 |
HSL | 48º | 0.69% | 0.89% | - |
HSV(B) | 48º | 0.16% | 0.96% | - |
XYZ | 79.72 | 85.2 | 70.64 | - |
YUV | 236.74 | 110.65 | 134.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 246 | 238 | 206 | 0 | 0.03 | 0.16 | 0.04 | 48 | 0.69 | 0.89 |
Hex | F6 | EE | CE | 0 | 3 | 10 | 4 | 30 | 45 | 59 |
Octal | 366 | 356 | 316 | 0 | 3 | 20 | 4 | 60 | 105 | 131 |
Binary | 11110110 | 11101110 | 11001110 | 0 | 11 | 10000 | 100 | 110000 | 1000101 | 1011001 |
Color Harmonies of #F6EECE
Complementary color
Monochromatic Colors of #F6EECE
Black with #F6EECE
Text Example
Text Example
White with #F6EECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6EECE; }
p { color: rgb(246,238,206); }
H1.HeaderClassName
{
color: #F6EECE;
}
.AnyTagClassName
{
color: #F6EECE;
}
</style>
background-color css
<style>
a { background-color: #F6EECE; }
a { background-color: rgb(246,238,206); }
div.DivClassName
{
background-color: #F6EECE;
}
.BgClassName
{
background-color: #F6EECE;
}
</style>
border-color css
<style>
span { border-color: #F6EECE; }
span { border-color: rgb(246,238,206); }
td.TdClassName
{
border-color: #F6EECE;
}
.TagClassName
{
border-color: #F6EECE;
}
</style>