Shades of China Ivory #FAF2CE
Tints of China Ivory #FAF2CE
RGB
CMYK
RGB Variations
Color information
#FAF2CE (or 0xFAF2CE) is known color: China Ivory. HEX triplet: FA, F2 and CE. RGB value is (250,242,206). Sum of RGB (Red+Green+Blue) = 250+242+206=698 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.82% from 698); Green value is 242 (94.92% from 255 or 34.67% from 698); Blue value is 206 (80.86% from 255 or 29.51% from 698); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF2CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF2CE is #050D31. Grayscale: #F0F0F0. Windows color (decimal): -331058 or 13562618. OLE color: 13562618.
HSL color Cylindrical-coordinate representation of color #FAF2CE: hue angle of 49.09º 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 #FAF2CE is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 242 | 206 | - |
| CMYK | 0 | 0.03 | 0.18 | 0.02 |
| HSL | 49.09º | 0.81% | 0.89% | - |
| HSV(B) | 49.09º | 0.18% | 0.98% | - |
| XYZ | 82.32 | 88.28 | 71.09 | - |
| YUV | 240.29 | 108.65 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 242 | 206 | 0 | 0.03 | 0.18 | 0.02 | 49.09 | 0.81 | 0.89 |
| Hex | FA | F2 | CE | 0 | 3 | 12 | 2 | 31 | 51 | 59 |
| Octal | 372 | 362 | 316 | 0 | 3 | 22 | 2 | 61 | 121 | 131 |
| Binary | 11111010 | 11110010 | 11001110 | 0 | 11 | 10010 | 10 | 110001 | 1010001 | 1011001 |
Color Harmonies of #FAF2CE
Complementary color
Monochromatic Colors of #FAF2CE
Black with #FAF2CE
Text Example
Text Example
White with #FAF2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF2CE; }
p { color: rgb(250,242,206); }
H1.HeaderClassName
{
color: #FAF2CE;
}
.AnyTagClassName
{
color: #FAF2CE;
}
</style>
background-color css
<style>
a { background-color: #FAF2CE; }
a { background-color: rgb(250,242,206); }
div.DivClassName
{
background-color: #FAF2CE;
}
.BgClassName
{
background-color: #FAF2CE;
}
</style>
border-color css
<style>
span { border-color: #FAF2CE; }
span { border-color: rgb(250,242,206); }
td.TdClassName
{
border-color: #FAF2CE;
}
.TagClassName
{
border-color: #FAF2CE;
}
</style>