Shades of Ivory #FAFAF4
Tints of Ivory #FAFAF4
RGB
CMYK
RGB Variations
Color information
#FAFAF4 (or 0xFAFAF4) is known color: Ivory. HEX triplet: FA, FA and F4. RGB value is (250,250,244). Sum of RGB (Red+Green+Blue) = 250+250+244=744 (98% of max value = 765). Red value is 250 (98.05% from 255 or 33.60% from 744); Green value is 250 (98.05% from 255 or 33.60% from 744); Blue value is 244 (95.70% from 255 or 32.80% from 744); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFAF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFAF4 is #05050B. Grayscale: #F9F9F9. Windows color (decimal): -328972 or 16055034. OLE color: 16055034.
HSL color Cylindrical-coordinate representation of color #FAFAF4: hue angle of 60º degrees, saturation: 0.38, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #FAFAF4 is Cyan = 0, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 250 | 244 | - |
CMYK | 0 | 0 | 0.02 | 0.02 |
HSL | 60º | 0.38% | 0.97% | - |
HSV(B) | 60º | 0.02% | 0.98% | - |
XYZ | 89.94 | 95.23 | 99.23 | - |
YUV | 249.32 | 125 | 128.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 250 | 244 | 0 | 0 | 0.02 | 0.02 | 60 | 0.38 | 0.97 |
Hex | FA | FA | F4 | 0 | 0 | 2 | 2 | 3C | 26 | 61 |
Octal | 372 | 372 | 364 | 0 | 0 | 2 | 2 | 74 | 46 | 141 |
Binary | 11111010 | 11111010 | 11110100 | 0 | 0 | 10 | 10 | 111100 | 100110 | 1100001 |
Color Harmonies of #FAFAF4
Complementary color
Monochromatic Colors of #FAFAF4
Black with #FAFAF4
Text Example
Text Example
White with #FAFAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFAF4; }
p { color: rgb(250,250,244); }
H1.HeaderClassName
{
color: #FAFAF4;
}
.AnyTagClassName
{
color: #FAFAF4;
}
</style>
background-color css
<style>
a { background-color: #FAFAF4; }
a { background-color: rgb(250,250,244); }
div.DivClassName
{
background-color: #FAFAF4;
}
.BgClassName
{
background-color: #FAFAF4;
}
</style>
border-color css
<style>
span { border-color: #FAFAF4; }
span { border-color: rgb(250,250,244); }
td.TdClassName
{
border-color: #FAFAF4;
}
.TagClassName
{
border-color: #FAFAF4;
}
</style>