Shades of China Ivory #F9F2CE
Tints of China Ivory #F9F2CE
RGB
CMYK
RGB Variations
Color information
#F9F2CE (or 0xF9F2CE) is known color: China Ivory. HEX triplet: F9, F2 and CE. RGB value is (249,242,206). Sum of RGB (Red+Green+Blue) = 249+242+206=697 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.72% from 697); Green value is 242 (94.92% from 255 or 34.72% from 697); Blue value is 206 (80.86% from 255 or 29.56% from 697); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F2CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9F2CE is #060D31. Grayscale: #F0F0F0. Windows color (decimal): -396594 or 13562617. OLE color: 13562617.
HSL color Cylindrical-coordinate representation of color #F9F2CE: hue angle of 50.23º 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 #F9F2CE is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 242 | 206 | - |
| CMYK | 0 | 0.03 | 0.17 | 0.02 |
| HSL | 50.23º | 0.78% | 0.89% | - |
| HSV(B) | 50.23º | 0.17% | 0.98% | - |
| XYZ | 81.96 | 88.1 | 71.08 | - |
| YUV | 239.99 | 108.82 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 242 | 206 | 0 | 0.03 | 0.17 | 0.02 | 50.23 | 0.78 | 0.89 |
| Hex | F9 | F2 | CE | 0 | 3 | 11 | 2 | 32 | 4E | 59 |
| Octal | 371 | 362 | 316 | 0 | 3 | 21 | 2 | 62 | 116 | 131 |
| Binary | 11111001 | 11110010 | 11001110 | 0 | 11 | 10001 | 10 | 110010 | 1001110 | 1011001 |
Color Harmonies of #F9F2CE
Complementary color
Monochromatic Colors of #F9F2CE
Black with #F9F2CE
Text Example
Text Example
White with #F9F2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F2CE; }
p { color: rgb(249,242,206); }
H1.HeaderClassName
{
color: #F9F2CE;
}
.AnyTagClassName
{
color: #F9F2CE;
}
</style>
background-color css
<style>
a { background-color: #F9F2CE; }
a { background-color: rgb(249,242,206); }
div.DivClassName
{
background-color: #F9F2CE;
}
.BgClassName
{
background-color: #F9F2CE;
}
</style>
border-color css
<style>
span { border-color: #F9F2CE; }
span { border-color: rgb(249,242,206); }
td.TdClassName
{
border-color: #F9F2CE;
}
.TagClassName
{
border-color: #F9F2CE;
}
</style>