Shades of China Ivory #F9F0CE
Tints of China Ivory #F9F0CE
RGB
CMYK
RGB Variations
Color information
#F9F0CE (or 0xF9F0CE) is known color: China Ivory. HEX triplet: F9, F0 and CE. RGB value is (249,240,206). Sum of RGB (Red+Green+Blue) = 249+240+206=695 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.83% from 695); Green value is 240 (94.14% from 255 or 34.53% from 695); Blue value is 206 (80.86% from 255 or 29.64% from 695); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F0CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9F0CE is #060F31. Grayscale: #EEEEEE. Windows color (decimal): -397106 or 13562105. OLE color: 13562105.
HSL color Cylindrical-coordinate representation of color #F9F0CE: hue angle of 47.44º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F9F0CE is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 240 | 206 | - |
| CMYK | 0 | 0.04 | 0.17 | 0.02 |
| HSL | 47.44º | 0.78% | 0.89% | - |
| HSV(B) | 47.44º | 0.17% | 0.98% | - |
| XYZ | 81.37 | 86.92 | 70.88 | - |
| YUV | 238.82 | 109.48 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 240 | 206 | 0 | 0.04 | 0.17 | 0.02 | 47.44 | 0.78 | 0.89 |
| Hex | F9 | F0 | CE | 0 | 4 | 11 | 2 | 2F | 4E | 59 |
| Octal | 371 | 360 | 316 | 0 | 4 | 21 | 2 | 57 | 116 | 131 |
| Binary | 11111001 | 11110000 | 11001110 | 0 | 100 | 10001 | 10 | 101111 | 1001110 | 1011001 |
Color Harmonies of #F9F0CE
Complementary color
Monochromatic Colors of #F9F0CE
Black with #F9F0CE
Text Example
Text Example
White with #F9F0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F0CE; }
p { color: rgb(249,240,206); }
H1.HeaderClassName
{
color: #F9F0CE;
}
.AnyTagClassName
{
color: #F9F0CE;
}
</style>
background-color css
<style>
a { background-color: #F9F0CE; }
a { background-color: rgb(249,240,206); }
div.DivClassName
{
background-color: #F9F0CE;
}
.BgClassName
{
background-color: #F9F0CE;
}
</style>
border-color css
<style>
span { border-color: #F9F0CE; }
span { border-color: rgb(249,240,206); }
td.TdClassName
{
border-color: #F9F0CE;
}
.TagClassName
{
border-color: #F9F0CE;
}
</style>