Shades of Ivory #FAFAED
Tints of Ivory #FAFAED
RGB
CMYK
RGB Variations
Color information
#FAFAED (or 0xFAFAED) is known color: Ivory. HEX triplet: FA, FA and ED. RGB value is (250,250,237). Sum of RGB (Red+Green+Blue) = 250+250+237=737 (97% of max value = 765). Red value is 250 (98.05% from 255 or 33.92% from 737); Green value is 250 (98.05% from 255 or 33.92% from 737); Blue value is 237 (92.97% from 255 or 32.16% from 737); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFAED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFAED is #050512. Grayscale: #F8F8F8. Windows color (decimal): -328979 or 15596282. OLE color: 15596282.
HSL color Cylindrical-coordinate representation of color #FAFAED: hue angle of 60º degrees, saturation: 0.57, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FAFAED is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 250 | 237 | - |
CMYK | 0 | 0 | 0.05 | 0.02 |
HSL | 60º | 0.57% | 0.95% | - |
HSV(B) | 60º | 0.05% | 0.98% | - |
XYZ | 88.9 | 94.81 | 93.74 | - |
YUV | 248.52 | 121.5 | 129.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 250 | 237 | 0 | 0 | 0.05 | 0.02 | 60 | 0.57 | 0.95 |
Hex | FA | FA | ED | 0 | 0 | 5 | 2 | 3C | 39 | 5F |
Octal | 372 | 372 | 355 | 0 | 0 | 5 | 2 | 74 | 71 | 137 |
Binary | 11111010 | 11111010 | 11101101 | 0 | 0 | 101 | 10 | 111100 | 111001 | 1011111 |
Color Harmonies of #FAFAED
Complementary color
Monochromatic Colors of #FAFAED
Black with #FAFAED
Text Example
Text Example
White with #FAFAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFAED; }
p { color: rgb(250,250,237); }
H1.HeaderClassName
{
color: #FAFAED;
}
.AnyTagClassName
{
color: #FAFAED;
}
</style>
background-color css
<style>
a { background-color: #FAFAED; }
a { background-color: rgb(250,250,237); }
div.DivClassName
{
background-color: #FAFAED;
}
.BgClassName
{
background-color: #FAFAED;
}
</style>
border-color css
<style>
span { border-color: #FAFAED; }
span { border-color: rgb(250,250,237); }
td.TdClassName
{
border-color: #FAFAED;
}
.TagClassName
{
border-color: #FAFAED;
}
</style>