Shades of China Ivory #F6F0D3
Tints of China Ivory #F6F0D3
RGB
CMYK
RGB Variations
Color information
#F6F0D3 (or 0xF6F0D3) is known color: China Ivory. HEX triplet: F6, F0 and D3. RGB value is (246,240,211). Sum of RGB (Red+Green+Blue) = 246+240+211=697 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.29% from 697); Green value is 240 (94.14% from 255 or 34.43% from 697); Blue value is 211 (82.81% from 255 or 30.27% from 697); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F0D3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6F0D3 is #090F2C. Grayscale: #EEEEEE. Windows color (decimal): -593709 or 13889782. OLE color: 13889782.
HSL color Cylindrical-coordinate representation of color #F6F0D3: hue angle of 49.71º degrees, saturation: 0.66, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F6F0D3 is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 240 | 211 | - |
| CMYK | 0 | 0.02 | 0.14 | 0.04 |
| HSL | 49.71º | 0.66% | 0.9% | - |
| HSV(B) | 49.71º | 0.14% | 0.96% | - |
| XYZ | 80.92 | 86.62 | 74.08 | - |
| YUV | 238.49 | 112.49 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 240 | 211 | 0 | 0.02 | 0.14 | 0.04 | 49.71 | 0.66 | 0.9 |
| Hex | F6 | F0 | D3 | 0 | 2 | E | 4 | 32 | 42 | 5A |
| Octal | 366 | 360 | 323 | 0 | 2 | 16 | 4 | 62 | 102 | 132 |
| Binary | 11110110 | 11110000 | 11010011 | 0 | 10 | 1110 | 100 | 110010 | 1000010 | 1011010 |
Color Harmonies of #F6F0D3
Complementary color
Monochromatic Colors of #F6F0D3
Black with #F6F0D3
Text Example
Text Example
White with #F6F0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F0D3; }
p { color: rgb(246,240,211); }
H1.HeaderClassName
{
color: #F6F0D3;
}
.AnyTagClassName
{
color: #F6F0D3;
}
</style>
background-color css
<style>
a { background-color: #F6F0D3; }
a { background-color: rgb(246,240,211); }
div.DivClassName
{
background-color: #F6F0D3;
}
.BgClassName
{
background-color: #F6F0D3;
}
</style>
border-color css
<style>
span { border-color: #F6F0D3; }
span { border-color: rgb(246,240,211); }
td.TdClassName
{
border-color: #F6F0D3;
}
.TagClassName
{
border-color: #F6F0D3;
}
</style>