Shades of China Ivory #FAF5D8
Tints of China Ivory #FAF5D8
RGB
CMYK
RGB Variations
Color information
#FAF5D8 (or 0xFAF5D8) is known color: China Ivory. HEX triplet: FA, F5 and D8. RGB value is (250,245,216). Sum of RGB (Red+Green+Blue) = 250+245+216=711 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.16% from 711); Green value is 245 (96.09% from 255 or 34.46% from 711); Blue value is 216 (84.77% from 255 or 30.38% from 711); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF5D8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF5D8 is #050A27. Grayscale: #F3F3F3. Windows color (decimal): -330280 or 14218746. OLE color: 14218746.
HSL color Cylindrical-coordinate representation of color #FAF5D8: hue angle of 51.18º 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 #FAF5D8 is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 245 | 216 | - |
| CMYK | 0 | 0.02 | 0.14 | 0.02 |
| HSL | 51.18º | 0.77% | 0.91% | - |
| HSV(B) | 51.18º | 0.14% | 0.98% | - |
| XYZ | 84.47 | 90.59 | 78 | - |
| YUV | 243.19 | 112.66 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 245 | 216 | 0 | 0.02 | 0.14 | 0.02 | 51.18 | 0.77 | 0.91 |
| Hex | FA | F5 | D8 | 0 | 2 | E | 2 | 33 | 4D | 5B |
| Octal | 372 | 365 | 330 | 0 | 2 | 16 | 2 | 63 | 115 | 133 |
| Binary | 11111010 | 11110101 | 11011000 | 0 | 10 | 1110 | 10 | 110011 | 1001101 | 1011011 |
Color Harmonies of #FAF5D8
Complementary color
Monochromatic Colors of #FAF5D8
Black with #FAF5D8
Text Example
Text Example
White with #FAF5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF5D8; }
p { color: rgb(250,245,216); }
H1.HeaderClassName
{
color: #FAF5D8;
}
.AnyTagClassName
{
color: #FAF5D8;
}
</style>
background-color css
<style>
a { background-color: #FAF5D8; }
a { background-color: rgb(250,245,216); }
div.DivClassName
{
background-color: #FAF5D8;
}
.BgClassName
{
background-color: #FAF5D8;
}
</style>
border-color css
<style>
span { border-color: #FAF5D8; }
span { border-color: rgb(250,245,216); }
td.TdClassName
{
border-color: #FAF5D8;
}
.TagClassName
{
border-color: #FAF5D8;
}
</style>