Shades of Ivory #FAFBE8
Tints of Ivory #FAFBE8
RGB
CMYK
RGB Variations
Color information
#FAFBE8 (or 0xFAFBE8) is known color: Ivory. HEX triplet: FA, FB and E8. RGB value is (250,251,232). Sum of RGB (Red+Green+Blue) = 250+251+232=733 (97% of max value = 765). Red value is 250 (98.05% from 255 or 34.11% from 733); Green value is 251 (98.44% from 255 or 34.24% from 733); Blue value is 232 (91.02% from 255 or 31.65% from 733); Max value from RGB is 251 - color contains mainly: green. Hex color #FAFBE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFBE8 is #050417. Grayscale: #F8F8F8. Windows color (decimal): -328728 or 15268858. OLE color: 15268858.
HSL color Cylindrical-coordinate representation of color #FAFBE8: hue angle of 63.16º degrees, saturation: 0.7, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FAFBE8 is Cyan = 0.00, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 251 | 232 | - |
| CMYK | 0.00 | 0 | 0.08 | 0.02 |
| HSL | 63.16º | 0.7% | 0.95% | - |
| HSV(B) | 63.16º | 0.08% | 0.98% | - |
| XYZ | 88.49 | 95.14 | 90.04 | - |
| YUV | 248.54 | 118.67 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 251 | 232 | 0.00 | 0 | 0.08 | 0.02 | 63.16 | 0.7 | 0.95 |
| Hex | FA | FB | E8 | 0 | 0 | 8 | 2 | 3F | 46 | 5F |
| Octal | 372 | 373 | 350 | 0 | 0 | 10 | 2 | 77 | 106 | 137 |
| Binary | 11111010 | 11111011 | 11101000 | 0 | 0 | 1000 | 10 | 111111 | 1000110 | 1011111 |
Color Harmonies of #FAFBE8
Complementary color
Monochromatic Colors of #FAFBE8
Black with #FAFBE8
Text Example
Text Example
White with #FAFBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFBE8; }
p { color: rgb(250,251,232); }
H1.HeaderClassName
{
color: #FAFBE8;
}
.AnyTagClassName
{
color: #FAFBE8;
}
</style>
background-color css
<style>
a { background-color: #FAFBE8; }
a { background-color: rgb(250,251,232); }
div.DivClassName
{
background-color: #FAFBE8;
}
.BgClassName
{
background-color: #FAFBE8;
}
</style>
border-color css
<style>
span { border-color: #FAFBE8; }
span { border-color: rgb(250,251,232); }
td.TdClassName
{
border-color: #FAFBE8;
}
.TagClassName
{
border-color: #FAFBE8;
}
</style>