Shades of China Ivory #F9EFD0
Tints of China Ivory #F9EFD0
RGB
CMYK
RGB Variations
Color information
#F9EFD0 (or 0xF9EFD0) is known color: China Ivory. HEX triplet: F9, EF and D0. RGB value is (249,239,208). Sum of RGB (Red+Green+Blue) = 249+239+208=696 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.78% from 696); Green value is 239 (93.75% from 255 or 34.34% from 696); Blue value is 208 (81.64% from 255 or 29.89% from 696); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EFD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9EFD0 is #06102F. Grayscale: #EEEEEE. Windows color (decimal): -397360 or 13692921. OLE color: 13692921.
HSL color Cylindrical-coordinate representation of color #F9EFD0: hue angle of 45.37º degrees, saturation: 0.77, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F9EFD0 is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 239 | 208 | - |
| CMYK | 0 | 0.04 | 0.16 | 0.02 |
| HSL | 45.37º | 0.77% | 0.9% | - |
| HSV(B) | 45.37º | 0.16% | 0.98% | - |
| XYZ | 81.32 | 86.43 | 72.07 | - |
| YUV | 238.46 | 110.81 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 239 | 208 | 0 | 0.04 | 0.16 | 0.02 | 45.37 | 0.77 | 0.9 |
| Hex | F9 | EF | D0 | 0 | 4 | 10 | 2 | 2D | 4D | 5A |
| Octal | 371 | 357 | 320 | 0 | 4 | 20 | 2 | 55 | 115 | 132 |
| Binary | 11111001 | 11101111 | 11010000 | 0 | 100 | 10000 | 10 | 101101 | 1001101 | 1011010 |
Color Harmonies of #F9EFD0
Complementary color
Monochromatic Colors of #F9EFD0
Black with #F9EFD0
Text Example
Text Example
White with #F9EFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9EFD0; }
p { color: rgb(249,239,208); }
H1.HeaderClassName
{
color: #F9EFD0;
}
.AnyTagClassName
{
color: #F9EFD0;
}
</style>
background-color css
<style>
a { background-color: #F9EFD0; }
a { background-color: rgb(249,239,208); }
div.DivClassName
{
background-color: #F9EFD0;
}
.BgClassName
{
background-color: #F9EFD0;
}
</style>
border-color css
<style>
span { border-color: #F9EFD0; }
span { border-color: rgb(249,239,208); }
td.TdClassName
{
border-color: #F9EFD0;
}
.TagClassName
{
border-color: #F9EFD0;
}
</style>