Shades of Ivory #FAFAF2
Tints of Ivory #FAFAF2
RGB
CMYK
RGB Variations
Color information
#FAFAF2 (or 0xFAFAF2) is known color: Ivory. HEX triplet: FA, FA and F2. RGB value is (250,250,242). Sum of RGB (Red+Green+Blue) = 250+250+242=742 (98% of max value = 765). Red value is 250 (98.05% from 255 or 33.69% from 742); Green value is 250 (98.05% from 255 or 33.69% from 742); Blue value is 242 (94.92% from 255 or 32.61% from 742); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFAF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFAF2 is #05050D. Grayscale: #F9F9F9. Windows color (decimal): -328974 or 15923962. OLE color: 15923962.
HSL color Cylindrical-coordinate representation of color #FAFAF2: hue angle of 60º degrees, saturation: 0.44, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #FAFAF2 is Cyan = 0, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 250 | 242 | - |
CMYK | 0 | 0 | 0.03 | 0.02 |
HSL | 60º | 0.44% | 0.96% | - |
HSV(B) | 60º | 0.03% | 0.98% | - |
XYZ | 89.64 | 95.11 | 97.64 | - |
YUV | 249.09 | 124 | 128.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 250 | 242 | 0 | 0 | 0.03 | 0.02 | 60 | 0.44 | 0.96 |
Hex | FA | FA | F2 | 0 | 0 | 3 | 2 | 3C | 2C | 60 |
Octal | 372 | 372 | 362 | 0 | 0 | 3 | 2 | 74 | 54 | 140 |
Binary | 11111010 | 11111010 | 11110010 | 0 | 0 | 11 | 10 | 111100 | 101100 | 1100000 |
Color Harmonies of #FAFAF2
Complementary color
Monochromatic Colors of #FAFAF2
Black with #FAFAF2
Text Example
Text Example
White with #FAFAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFAF2; }
p { color: rgb(250,250,242); }
H1.HeaderClassName
{
color: #FAFAF2;
}
.AnyTagClassName
{
color: #FAFAF2;
}
</style>
background-color css
<style>
a { background-color: #FAFAF2; }
a { background-color: rgb(250,250,242); }
div.DivClassName
{
background-color: #FAFAF2;
}
.BgClassName
{
background-color: #FAFAF2;
}
</style>
border-color css
<style>
span { border-color: #FAFAF2; }
span { border-color: rgb(250,250,242); }
td.TdClassName
{
border-color: #FAFAF2;
}
.TagClassName
{
border-color: #FAFAF2;
}
</style>