Shades of China Ivory #F6EECB
Tints of China Ivory #F6EECB
RGB
CMYK
RGB Variations
Color information
#F6EECB (or 0xF6EECB) is known color: China Ivory. HEX triplet: F6, EE and CB. RGB value is (246,238,203). Sum of RGB (Red+Green+Blue) = 246+238+203=687 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.81% from 687); Green value is 238 (93.36% from 255 or 34.64% from 687); Blue value is 203 (79.69% from 255 or 29.55% from 687); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EECB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6EECB is #091134. Grayscale: #ECECEC. Windows color (decimal): -594229 or 13364982. OLE color: 13364982.
HSL color Cylindrical-coordinate representation of color #F6EECB: hue angle of 48.84º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F6EECB is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 238 | 203 | - |
| CMYK | 0 | 0.03 | 0.17 | 0.04 |
| HSL | 48.84º | 0.7% | 0.88% | - |
| HSV(B) | 48.84º | 0.17% | 0.96% | - |
| XYZ | 79.36 | 85.05 | 68.73 | - |
| YUV | 236.4 | 109.15 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 238 | 203 | 0 | 0.03 | 0.17 | 0.04 | 48.84 | 0.7 | 0.88 |
| Hex | F6 | EE | CB | 0 | 3 | 11 | 4 | 31 | 46 | 58 |
| Octal | 366 | 356 | 313 | 0 | 3 | 21 | 4 | 61 | 106 | 130 |
| Binary | 11110110 | 11101110 | 11001011 | 0 | 11 | 10001 | 100 | 110001 | 1000110 | 1011000 |
Color Harmonies of #F6EECB
Complementary color
Monochromatic Colors of #F6EECB
Black with #F6EECB
Text Example
Text Example
White with #F6EECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6EECB; }
p { color: rgb(246,238,203); }
H1.HeaderClassName
{
color: #F6EECB;
}
.AnyTagClassName
{
color: #F6EECB;
}
</style>
background-color css
<style>
a { background-color: #F6EECB; }
a { background-color: rgb(246,238,203); }
div.DivClassName
{
background-color: #F6EECB;
}
.BgClassName
{
background-color: #F6EECB;
}
</style>
border-color css
<style>
span { border-color: #F6EECB; }
span { border-color: rgb(246,238,203); }
td.TdClassName
{
border-color: #F6EECB;
}
.TagClassName
{
border-color: #F6EECB;
}
</style>