Shades of China Ivory #FAF4D8
Tints of China Ivory #FAF4D8
RGB
CMYK
RGB Variations
Color information
#FAF4D8 (or 0xFAF4D8) is known color: China Ivory. HEX triplet: FA, F4 and D8. RGB value is (250,244,216). Sum of RGB (Red+Green+Blue) = 250+244+216=710 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.21% from 710); Green value is 244 (95.70% from 255 or 34.37% from 710); Blue value is 216 (84.77% from 255 or 30.42% from 710); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF4D8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF4D8 is #050B27. Grayscale: #F2F2F2. Windows color (decimal): -330536 or 14218490. OLE color: 14218490.
HSL color Cylindrical-coordinate representation of color #FAF4D8: hue angle of 49.41º degrees, saturation: 0.77, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FAF4D8 is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 244 | 216 | - |
| CMYK | 0 | 0.02 | 0.14 | 0.02 |
| HSL | 49.41º | 0.77% | 0.91% | - |
| HSV(B) | 49.41º | 0.14% | 0.98% | - |
| XYZ | 84.17 | 89.98 | 77.9 | - |
| YUV | 242.6 | 112.99 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 244 | 216 | 0 | 0.02 | 0.14 | 0.02 | 49.41 | 0.77 | 0.91 |
| Hex | FA | F4 | D8 | 0 | 2 | E | 2 | 31 | 4D | 5B |
| Octal | 372 | 364 | 330 | 0 | 2 | 16 | 2 | 61 | 115 | 133 |
| Binary | 11111010 | 11110100 | 11011000 | 0 | 10 | 1110 | 10 | 110001 | 1001101 | 1011011 |
Color Harmonies of #FAF4D8
Complementary color
Monochromatic Colors of #FAF4D8
Black with #FAF4D8
Text Example
Text Example
White with #FAF4D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF4D8; }
p { color: rgb(250,244,216); }
H1.HeaderClassName
{
color: #FAF4D8;
}
.AnyTagClassName
{
color: #FAF4D8;
}
</style>
background-color css
<style>
a { background-color: #FAF4D8; }
a { background-color: rgb(250,244,216); }
div.DivClassName
{
background-color: #FAF4D8;
}
.BgClassName
{
background-color: #FAF4D8;
}
</style>
border-color css
<style>
span { border-color: #FAF4D8; }
span { border-color: rgb(250,244,216); }
td.TdClassName
{
border-color: #FAF4D8;
}
.TagClassName
{
border-color: #FAF4D8;
}
</style>