Shades of Ivory #FAFBF2
Tints of Ivory #FAFBF2
RGB
CMYK
RGB Variations
Color information
#FAFBF2 (or 0xFAFBF2) is known color: Ivory. HEX triplet: FA, FB and F2. RGB value is (250,251,242). Sum of RGB (Red+Green+Blue) = 250+251+242=743 (98% of max value = 765). Red value is 250 (98.05% from 255 or 33.65% from 743); Green value is 251 (98.44% from 255 or 33.78% from 743); Blue value is 242 (94.92% from 255 or 32.57% from 743); Max value from RGB is 251 - color contains mainly: green. Hex color #FAFBF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFBF2 is #05040D. Grayscale: #F9F9F9. Windows color (decimal): -328718 or 15924218. OLE color: 15924218.
HSL color Cylindrical-coordinate representation of color #FAFBF2: hue angle of 66.67º degrees, saturation: 0.53, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #FAFBF2 is Cyan = 0.00, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 251 | 242 | - |
| CMYK | 0.00 | 0 | 0.04 | 0.02 |
| HSL | 66.67º | 0.53% | 0.97% | - |
| HSV(B) | 66.67º | 0.04% | 0.98% | - |
| XYZ | 89.95 | 95.73 | 97.74 | - |
| YUV | 249.68 | 123.67 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 251 | 242 | 0.00 | 0 | 0.04 | 0.02 | 66.67 | 0.53 | 0.97 |
| Hex | FA | FB | F2 | 0 | 0 | 4 | 2 | 43 | 35 | 61 |
| Octal | 372 | 373 | 362 | 0 | 0 | 4 | 2 | 103 | 65 | 141 |
| Binary | 11111010 | 11111011 | 11110010 | 0 | 0 | 100 | 10 | 1000011 | 110101 | 1100001 |
Color Harmonies of #FAFBF2
Complementary color
Monochromatic Colors of #FAFBF2
Black with #FAFBF2
Text Example
Text Example
White with #FAFBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFBF2; }
p { color: rgb(250,251,242); }
H1.HeaderClassName
{
color: #FAFBF2;
}
.AnyTagClassName
{
color: #FAFBF2;
}
</style>
background-color css
<style>
a { background-color: #FAFBF2; }
a { background-color: rgb(250,251,242); }
div.DivClassName
{
background-color: #FAFBF2;
}
.BgClassName
{
background-color: #FAFBF2;
}
</style>
border-color css
<style>
span { border-color: #FAFBF2; }
span { border-color: rgb(250,251,242); }
td.TdClassName
{
border-color: #FAFBF2;
}
.TagClassName
{
border-color: #FAFBF2;
}
</style>