Shades of China Ivory #F9F2CF
Tints of China Ivory #F9F2CF
RGB
CMYK
RGB Variations
Color information
#F9F2CF (or 0xF9F2CF) is known color: China Ivory. HEX triplet: F9, F2 and CF. RGB value is (249,242,207). Sum of RGB (Red+Green+Blue) = 249+242+207=698 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.67% from 698); Green value is 242 (94.92% from 255 or 34.67% from 698); Blue value is 207 (81.25% from 255 or 29.66% from 698); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F2CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9F2CF is #060D30. Grayscale: #F0F0F0. Windows color (decimal): -396593 or 13628153. OLE color: 13628153.
HSL color Cylindrical-coordinate representation of color #F9F2CF: hue angle of 50º 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 #F9F2CF is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 242 | 207 | - |
| CMYK | 0 | 0.03 | 0.17 | 0.02 |
| HSL | 50º | 0.78% | 0.89% | - |
| HSV(B) | 50º | 0.17% | 0.98% | - |
| XYZ | 82.08 | 88.15 | 71.72 | - |
| YUV | 240.1 | 109.32 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 242 | 207 | 0 | 0.03 | 0.17 | 0.02 | 50 | 0.78 | 0.89 |
| Hex | F9 | F2 | CF | 0 | 3 | 11 | 2 | 32 | 4E | 59 |
| Octal | 371 | 362 | 317 | 0 | 3 | 21 | 2 | 62 | 116 | 131 |
| Binary | 11111001 | 11110010 | 11001111 | 0 | 11 | 10001 | 10 | 110010 | 1001110 | 1011001 |
Color Harmonies of #F9F2CF
Complementary color
Monochromatic Colors of #F9F2CF
Black with #F9F2CF
Text Example
Text Example
White with #F9F2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F2CF; }
p { color: rgb(249,242,207); }
H1.HeaderClassName
{
color: #F9F2CF;
}
.AnyTagClassName
{
color: #F9F2CF;
}
</style>
background-color css
<style>
a { background-color: #F9F2CF; }
a { background-color: rgb(249,242,207); }
div.DivClassName
{
background-color: #F9F2CF;
}
.BgClassName
{
background-color: #F9F2CF;
}
</style>
border-color css
<style>
span { border-color: #F9F2CF; }
span { border-color: rgb(249,242,207); }
td.TdClassName
{
border-color: #F9F2CF;
}
.TagClassName
{
border-color: #F9F2CF;
}
</style>