Shades of China Ivory #F9F1CE
Tints of China Ivory #F9F1CE
RGB
CMYK
RGB Variations
Color information
#F9F1CE (or 0xF9F1CE) is known color: China Ivory. HEX triplet: F9, F1 and CE. RGB value is (249,241,206). Sum of RGB (Red+Green+Blue) = 249+241+206=696 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.78% from 696); Green value is 241 (94.53% from 255 or 34.63% from 696); Blue value is 206 (80.86% from 255 or 29.60% from 696); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F1CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9F1CE is #060E31. Grayscale: #EFEFEF. Windows color (decimal): -396850 or 13562361. OLE color: 13562361.
HSL color Cylindrical-coordinate representation of color #F9F1CE: hue angle of 48.84º 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 #F9F1CE is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 241 | 206 | - |
| CMYK | 0 | 0.03 | 0.17 | 0.02 |
| HSL | 48.84º | 0.78% | 0.89% | - |
| HSV(B) | 48.84º | 0.17% | 0.98% | - |
| XYZ | 81.66 | 87.51 | 70.98 | - |
| YUV | 239.4 | 109.15 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 241 | 206 | 0 | 0.03 | 0.17 | 0.02 | 48.84 | 0.78 | 0.89 |
| Hex | F9 | F1 | CE | 0 | 3 | 11 | 2 | 31 | 4E | 59 |
| Octal | 371 | 361 | 316 | 0 | 3 | 21 | 2 | 61 | 116 | 131 |
| Binary | 11111001 | 11110001 | 11001110 | 0 | 11 | 10001 | 10 | 110001 | 1001110 | 1011001 |
Color Harmonies of #F9F1CE
Complementary color
Monochromatic Colors of #F9F1CE
Black with #F9F1CE
Text Example
Text Example
White with #F9F1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F1CE; }
p { color: rgb(249,241,206); }
H1.HeaderClassName
{
color: #F9F1CE;
}
.AnyTagClassName
{
color: #F9F1CE;
}
</style>
background-color css
<style>
a { background-color: #F9F1CE; }
a { background-color: rgb(249,241,206); }
div.DivClassName
{
background-color: #F9F1CE;
}
.BgClassName
{
background-color: #F9F1CE;
}
</style>
border-color css
<style>
span { border-color: #F9F1CE; }
span { border-color: rgb(249,241,206); }
td.TdClassName
{
border-color: #F9F1CE;
}
.TagClassName
{
border-color: #F9F1CE;
}
</style>