Shades of Ivory #FAFAE8
Tints of Ivory #FAFAE8
RGB
CMYK
RGB Variations
Color information
#FAFAE8 (or 0xFAFAE8) is known color: Ivory. HEX triplet: FA, FA and E8. RGB value is (250,250,232). Sum of RGB (Red+Green+Blue) = 250+250+232=732 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.15% from 732); Green value is 250 (98.05% from 255 or 34.15% from 732); Blue value is 232 (91.02% from 255 or 31.69% from 732); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFAE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFAE8 is #050517. Grayscale: #F8F8F8. Windows color (decimal): -328984 or 15268602. OLE color: 15268602.
HSL color Cylindrical-coordinate representation of color #FAFAE8: hue angle of 60º degrees, saturation: 0.64, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FAFAE8 is Cyan = 0, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 250 | 232 | - |
| CMYK | 0 | 0 | 0.07 | 0.02 |
| HSL | 60º | 0.64% | 0.95% | - |
| HSV(B) | 60º | 0.07% | 0.98% | - |
| XYZ | 88.18 | 94.52 | 89.94 | - |
| YUV | 247.95 | 119 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 250 | 232 | 0 | 0 | 0.07 | 0.02 | 60 | 0.64 | 0.95 |
| Hex | FA | FA | E8 | 0 | 0 | 7 | 2 | 3C | 40 | 5F |
| Octal | 372 | 372 | 350 | 0 | 0 | 7 | 2 | 74 | 100 | 137 |
| Binary | 11111010 | 11111010 | 11101000 | 0 | 0 | 111 | 10 | 111100 | 1000000 | 1011111 |
Color Harmonies of #FAFAE8
Complementary color
Monochromatic Colors of #FAFAE8
Black with #FAFAE8
Text Example
Text Example
White with #FAFAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFAE8; }
p { color: rgb(250,250,232); }
H1.HeaderClassName
{
color: #FAFAE8;
}
.AnyTagClassName
{
color: #FAFAE8;
}
</style>
background-color css
<style>
a { background-color: #FAFAE8; }
a { background-color: rgb(250,250,232); }
div.DivClassName
{
background-color: #FAFAE8;
}
.BgClassName
{
background-color: #FAFAE8;
}
</style>
border-color css
<style>
span { border-color: #FAFAE8; }
span { border-color: rgb(250,250,232); }
td.TdClassName
{
border-color: #FAFAE8;
}
.TagClassName
{
border-color: #FAFAE8;
}
</style>