Shades of China Ivory #F9F0CD
Tints of China Ivory #F9F0CD
RGB
CMYK
RGB Variations
Color information
#F9F0CD (or 0xF9F0CD) is known color: China Ivory. HEX triplet: F9, F0 and CD. RGB value is (249,240,205). Sum of RGB (Red+Green+Blue) = 249+240+205=694 (91% of max value = 765). Red value is 249 (97.66% from 255 or 35.88% from 694); Green value is 240 (94.14% from 255 or 34.58% from 694); Blue value is 205 (80.47% from 255 or 29.54% from 694); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F0CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9F0CD is #060F32. Grayscale: #EEEEEE. Windows color (decimal): -397107 or 13496569. OLE color: 13496569.
HSL color Cylindrical-coordinate representation of color #F9F0CD: hue angle of 47.73º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F9F0CD is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 240 | 205 | - |
CMYK | 0 | 0.04 | 0.18 | 0.02 |
HSL | 47.73º | 0.79% | 0.89% | - |
HSV(B) | 47.73º | 0.18% | 0.98% | - |
XYZ | 81.25 | 86.87 | 70.24 | - |
YUV | 238.7 | 108.98 | 135.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 240 | 205 | 0 | 0.04 | 0.18 | 0.02 | 47.73 | 0.79 | 0.89 |
Hex | F9 | F0 | CD | 0 | 4 | 12 | 2 | 30 | 4F | 59 |
Octal | 371 | 360 | 315 | 0 | 4 | 22 | 2 | 60 | 117 | 131 |
Binary | 11111001 | 11110000 | 11001101 | 0 | 100 | 10010 | 10 | 110000 | 1001111 | 1011001 |
Color Harmonies of #F9F0CD
Complementary color
Monochromatic Colors of #F9F0CD
Black with #F9F0CD
Text Example
Text Example
White with #F9F0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F0CD; }
p { color: rgb(249,240,205); }
H1.HeaderClassName
{
color: #F9F0CD;
}
.AnyTagClassName
{
color: #F9F0CD;
}
</style>
background-color css
<style>
a { background-color: #F9F0CD; }
a { background-color: rgb(249,240,205); }
div.DivClassName
{
background-color: #F9F0CD;
}
.BgClassName
{
background-color: #F9F0CD;
}
</style>
border-color css
<style>
span { border-color: #F9F0CD; }
span { border-color: rgb(249,240,205); }
td.TdClassName
{
border-color: #F9F0CD;
}
.TagClassName
{
border-color: #F9F0CD;
}
</style>