Shades of Ivory #FAFAEC
Tints of Ivory #FAFAEC
RGB
CMYK
RGB Variations
Color information
#FAFAEC (or 0xFAFAEC) is known color: Ivory. HEX triplet: FA, FA and EC. RGB value is (250,250,236). Sum of RGB (Red+Green+Blue) = 250+250+236=736 (97% of max value = 765). Red value is 250 (98.05% from 255 or 33.97% from 736); Green value is 250 (98.05% from 255 or 33.97% from 736); Blue value is 236 (92.58% from 255 or 32.07% from 736); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFAEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFAEC is #050513. Grayscale: #F8F8F8. Windows color (decimal): -328980 or 15530746. OLE color: 15530746.
HSL color Cylindrical-coordinate representation of color #FAFAEC: hue angle of 60º 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 #FAFAEC is Cyan = 0, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 250 | 236 | - |
| CMYK | 0 | 0 | 0.06 | 0.02 |
| HSL | 60º | 0.58% | 0.95% | - |
| HSV(B) | 60º | 0.06% | 0.98% | - |
| XYZ | 88.75 | 94.75 | 92.97 | - |
| YUV | 248.4 | 121 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 250 | 236 | 0 | 0 | 0.06 | 0.02 | 60 | 0.58 | 0.95 |
| Hex | FA | FA | EC | 0 | 0 | 6 | 2 | 3C | 3A | 5F |
| Octal | 372 | 372 | 354 | 0 | 0 | 6 | 2 | 74 | 72 | 137 |
| Binary | 11111010 | 11111010 | 11101100 | 0 | 0 | 110 | 10 | 111100 | 111010 | 1011111 |
Color Harmonies of #FAFAEC
Complementary color
Monochromatic Colors of #FAFAEC
Black with #FAFAEC
Text Example
Text Example
White with #FAFAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFAEC; }
p { color: rgb(250,250,236); }
H1.HeaderClassName
{
color: #FAFAEC;
}
.AnyTagClassName
{
color: #FAFAEC;
}
</style>
background-color css
<style>
a { background-color: #FAFAEC; }
a { background-color: rgb(250,250,236); }
div.DivClassName
{
background-color: #FAFAEC;
}
.BgClassName
{
background-color: #FAFAEC;
}
</style>
border-color css
<style>
span { border-color: #FAFAEC; }
span { border-color: rgb(250,250,236); }
td.TdClassName
{
border-color: #FAFAEC;
}
.TagClassName
{
border-color: #FAFAEC;
}
</style>