Shades of China Ivory #FAF2D0
Tints of China Ivory #FAF2D0
RGB
CMYK
RGB Variations
Color information
#FAF2D0 (or 0xFAF2D0) is known color: China Ivory. HEX triplet: FA, F2 and D0. RGB value is (250,242,208). Sum of RGB (Red+Green+Blue) = 250+242+208=700 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.71% from 700); Green value is 242 (94.92% from 255 or 34.57% from 700); Blue value is 208 (81.64% from 255 or 29.71% from 700); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF2D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF2D0 is #050D2F. Grayscale: #F0F0F0. Windows color (decimal): -331056 or 13693690. OLE color: 13693690.
HSL color Cylindrical-coordinate representation of color #FAF2D0: hue angle of 48.57º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FAF2D0 is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 242 | 208 | - |
| CMYK | 0 | 0.03 | 0.17 | 0.02 |
| HSL | 48.57º | 0.81% | 0.9% | - |
| HSV(B) | 48.57º | 0.17% | 0.98% | - |
| XYZ | 82.56 | 88.38 | 72.38 | - |
| YUV | 240.52 | 109.65 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 242 | 208 | 0 | 0.03 | 0.17 | 0.02 | 48.57 | 0.81 | 0.9 |
| Hex | FA | F2 | D0 | 0 | 3 | 11 | 2 | 31 | 51 | 5A |
| Octal | 372 | 362 | 320 | 0 | 3 | 21 | 2 | 61 | 121 | 132 |
| Binary | 11111010 | 11110010 | 11010000 | 0 | 11 | 10001 | 10 | 110001 | 1010001 | 1011010 |
Color Harmonies of #FAF2D0
Complementary color
Monochromatic Colors of #FAF2D0
Black with #FAF2D0
Text Example
Text Example
White with #FAF2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF2D0; }
p { color: rgb(250,242,208); }
H1.HeaderClassName
{
color: #FAF2D0;
}
.AnyTagClassName
{
color: #FAF2D0;
}
</style>
background-color css
<style>
a { background-color: #FAF2D0; }
a { background-color: rgb(250,242,208); }
div.DivClassName
{
background-color: #FAF2D0;
}
.BgClassName
{
background-color: #FAF2D0;
}
</style>
border-color css
<style>
span { border-color: #FAF2D0; }
span { border-color: rgb(250,242,208); }
td.TdClassName
{
border-color: #FAF2D0;
}
.TagClassName
{
border-color: #FAF2D0;
}
</style>