Shades of Ivory #FAF9EC
Tints of Ivory #FAF9EC
RGB
CMYK
RGB Variations
Color information
#FAF9EC (or 0xFAF9EC) is known color: Ivory. HEX triplet: FA, F9 and EC. RGB value is (250,249,236). Sum of RGB (Red+Green+Blue) = 250+249+236=735 (97% of max value = 765). Red value is 250 (98.05% from 255 or 34.01% from 735); Green value is 249 (97.66% from 255 or 33.88% from 735); Blue value is 236 (92.58% from 255 or 32.11% from 735); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF9EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF9EC is #050613. Grayscale: #F7F7F7. Windows color (decimal): -329236 or 15530490. OLE color: 15530490.
HSL color Cylindrical-coordinate representation of color #FAF9EC: hue angle of 55.71º degrees, saturation: 0.58, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FAF9EC is Cyan = 0, Magento = 0.00, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 249 | 236 | - |
| CMYK | 0 | 0.00 | 0.06 | 0.02 |
| HSL | 55.71º | 0.58% | 0.95% | - |
| HSV(B) | 55.71º | 0.06% | 0.98% | - |
| XYZ | 88.44 | 94.13 | 92.86 | - |
| YUV | 247.82 | 121.33 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 249 | 236 | 0 | 0.00 | 0.06 | 0.02 | 55.71 | 0.58 | 0.95 |
| Hex | FA | F9 | EC | 0 | 0 | 6 | 2 | 38 | 3A | 5F |
| Octal | 372 | 371 | 354 | 0 | 0 | 6 | 2 | 70 | 72 | 137 |
| Binary | 11111010 | 11111001 | 11101100 | 0 | 0 | 110 | 10 | 111000 | 111010 | 1011111 |
Color Harmonies of #FAF9EC
Complementary color
Monochromatic Colors of #FAF9EC
Black with #FAF9EC
Text Example
Text Example
White with #FAF9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF9EC; }
p { color: rgb(250,249,236); }
H1.HeaderClassName
{
color: #FAF9EC;
}
.AnyTagClassName
{
color: #FAF9EC;
}
</style>
background-color css
<style>
a { background-color: #FAF9EC; }
a { background-color: rgb(250,249,236); }
div.DivClassName
{
background-color: #FAF9EC;
}
.BgClassName
{
background-color: #FAF9EC;
}
</style>
border-color css
<style>
span { border-color: #FAF9EC; }
span { border-color: rgb(250,249,236); }
td.TdClassName
{
border-color: #FAF9EC;
}
.TagClassName
{
border-color: #FAF9EC;
}
</style>