Shades of China Ivory #FAF0CE
Tints of China Ivory #FAF0CE
RGB
CMYK
RGB Variations
Color information
#FAF0CE (or 0xFAF0CE) is known color: China Ivory. HEX triplet: FA, F0 and CE. RGB value is (250,240,206). Sum of RGB (Red+Green+Blue) = 250+240+206=696 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.92% from 696); Green value is 240 (94.14% from 255 or 34.48% from 696); Blue value is 206 (80.86% from 255 or 29.60% from 696); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF0CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF0CE is #050F31. Grayscale: #EFEFEF. Windows color (decimal): -331570 or 13562106. OLE color: 13562106.
HSL color Cylindrical-coordinate representation of color #FAF0CE: hue angle of 46.36º degrees, saturation: 0.81, 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 #FAF0CE is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 240 | 206 | - |
| CMYK | 0 | 0.04 | 0.18 | 0.02 |
| HSL | 46.36º | 0.81% | 0.89% | - |
| HSV(B) | 46.36º | 0.18% | 0.98% | - |
| XYZ | 81.73 | 87.1 | 70.9 | - |
| YUV | 239.11 | 109.31 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 240 | 206 | 0 | 0.04 | 0.18 | 0.02 | 46.36 | 0.81 | 0.89 |
| Hex | FA | F0 | CE | 0 | 4 | 12 | 2 | 2E | 51 | 59 |
| Octal | 372 | 360 | 316 | 0 | 4 | 22 | 2 | 56 | 121 | 131 |
| Binary | 11111010 | 11110000 | 11001110 | 0 | 100 | 10010 | 10 | 101110 | 1010001 | 1011001 |
Color Harmonies of #FAF0CE
Complementary color
Monochromatic Colors of #FAF0CE
Black with #FAF0CE
Text Example
Text Example
White with #FAF0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF0CE; }
p { color: rgb(250,240,206); }
H1.HeaderClassName
{
color: #FAF0CE;
}
.AnyTagClassName
{
color: #FAF0CE;
}
</style>
background-color css
<style>
a { background-color: #FAF0CE; }
a { background-color: rgb(250,240,206); }
div.DivClassName
{
background-color: #FAF0CE;
}
.BgClassName
{
background-color: #FAF0CE;
}
</style>
border-color css
<style>
span { border-color: #FAF0CE; }
span { border-color: rgb(250,240,206); }
td.TdClassName
{
border-color: #FAF0CE;
}
.TagClassName
{
border-color: #FAF0CE;
}
</style>