Shades of Ivory #FAFBF0
Tints of Ivory #FAFBF0
RGB
CMYK
RGB Variations
Color information
#FAFBF0 (or 0xFAFBF0) is known color: Ivory. HEX triplet: FA, FB and F0. RGB value is (250,251,240). Sum of RGB (Red+Green+Blue) = 250+251+240=741 (98% of max value = 765). Red value is 250 (98.05% from 255 or 33.74% from 741); Green value is 251 (98.44% from 255 or 33.87% from 741); Blue value is 240 (94.14% from 255 or 32.39% from 741); Max value from RGB is 251 - color contains mainly: green. Hex color #FAFBF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFBF0 is #05040F. Grayscale: #F9F9F9. Windows color (decimal): -328720 or 15793146. OLE color: 15793146.
HSL color Cylindrical-coordinate representation of color #FAFBF0: hue angle of 65.45º degrees, saturation: 0.58, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #FAFBF0 is Cyan = 0.00, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 251 | 240 | - |
| CMYK | 0.00 | 0 | 0.04 | 0.02 |
| HSL | 65.45º | 0.58% | 0.96% | - |
| HSV(B) | 65.45º | 0.04% | 0.98% | - |
| XYZ | 89.65 | 95.61 | 96.17 | - |
| YUV | 249.45 | 122.67 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 251 | 240 | 0.00 | 0 | 0.04 | 0.02 | 65.45 | 0.58 | 0.96 |
| Hex | FA | FB | F0 | 0 | 0 | 4 | 2 | 41 | 3A | 60 |
| Octal | 372 | 373 | 360 | 0 | 0 | 4 | 2 | 101 | 72 | 140 |
| Binary | 11111010 | 11111011 | 11110000 | 0 | 0 | 100 | 10 | 1000001 | 111010 | 1100000 |
Color Harmonies of #FAFBF0
Complementary color
Monochromatic Colors of #FAFBF0
Black with #FAFBF0
Text Example
Text Example
White with #FAFBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFBF0; }
p { color: rgb(250,251,240); }
H1.HeaderClassName
{
color: #FAFBF0;
}
.AnyTagClassName
{
color: #FAFBF0;
}
</style>
background-color css
<style>
a { background-color: #FAFBF0; }
a { background-color: rgb(250,251,240); }
div.DivClassName
{
background-color: #FAFBF0;
}
.BgClassName
{
background-color: #FAFBF0;
}
</style>
border-color css
<style>
span { border-color: #FAFBF0; }
span { border-color: rgb(250,251,240); }
td.TdClassName
{
border-color: #FAFBF0;
}
.TagClassName
{
border-color: #FAFBF0;
}
</style>