Shades of Ivory #FBFAF0
Tints of Ivory #FBFAF0
RGB
CMYK
RGB Variations
Color information
#FBFAF0 (or 0xFBFAF0) is known color: Ivory. HEX triplet: FB, FA and F0. RGB value is (251,250,240). Sum of RGB (Red+Green+Blue) = 251+250+240=741 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.87% from 741); Green value is 250 (98.05% from 255 or 33.74% from 741); Blue value is 240 (94.14% from 255 or 32.39% from 741); Max value from RGB is 251 - color contains mainly: red. Hex color #FBFAF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBFAF0 is #04050F. Grayscale: #F9F9F9. Windows color (decimal): -263440 or 15792891. OLE color: 15792891.
HSL color Cylindrical-coordinate representation of color #FBFAF0: hue angle of 54.55º 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 #FBFAF0 is Cyan = 0, Magento = 0.00, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 250 | 240 | - |
| CMYK | 0 | 0.00 | 0.04 | 0.02 |
| HSL | 54.55º | 0.58% | 0.96% | - |
| HSV(B) | 54.55º | 0.04% | 0.98% | - |
| XYZ | 89.7 | 95.17 | 96.08 | - |
| YUV | 249.16 | 122.83 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 250 | 240 | 0 | 0.00 | 0.04 | 0.02 | 54.55 | 0.58 | 0.96 |
| Hex | FB | FA | F0 | 0 | 0 | 4 | 2 | 37 | 3A | 60 |
| Octal | 373 | 372 | 360 | 0 | 0 | 4 | 2 | 67 | 72 | 140 |
| Binary | 11111011 | 11111010 | 11110000 | 0 | 0 | 100 | 10 | 110111 | 111010 | 1100000 |
Color Harmonies of #FBFAF0
Complementary color
Monochromatic Colors of #FBFAF0
Black with #FBFAF0
Text Example
Text Example
White with #FBFAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFAF0; }
p { color: rgb(251,250,240); }
H1.HeaderClassName
{
color: #FBFAF0;
}
.AnyTagClassName
{
color: #FBFAF0;
}
</style>
background-color css
<style>
a { background-color: #FBFAF0; }
a { background-color: rgb(251,250,240); }
div.DivClassName
{
background-color: #FBFAF0;
}
.BgClassName
{
background-color: #FBFAF0;
}
</style>
border-color css
<style>
span { border-color: #FBFAF0; }
span { border-color: rgb(251,250,240); }
td.TdClassName
{
border-color: #FBFAF0;
}
.TagClassName
{
border-color: #FBFAF0;
}
</style>