Shades of Ivory #FBFBF0
Tints of Ivory #FBFBF0
RGB
CMYK
RGB Variations
Color information
#FBFBF0 (or 0xFBFBF0) is known color: Ivory. HEX triplet: FB, FB and F0. RGB value is (251,251,240). Sum of RGB (Red+Green+Blue) = 251+251+240=742 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.83% from 742); Green value is 251 (98.44% from 255 or 33.83% from 742); Blue value is 240 (94.14% from 255 or 32.35% from 742); Max value from RGB is 251 - color contains mainly: red, green. Hex color #FBFBF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBFBF0 is #04040F. Grayscale: #F9F9F9. Windows color (decimal): -263184 or 15793147. OLE color: 15793147.
HSL color Cylindrical-coordinate representation of color #FBFBF0: hue angle of 60º 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 #FBFBF0 is Cyan = 0, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 251 | 240 | - |
| CMYK | 0 | 0 | 0.04 | 0.02 |
| HSL | 60º | 0.58% | 0.96% | - |
| HSV(B) | 60º | 0.04% | 0.98% | - |
| XYZ | 90.01 | 95.79 | 96.18 | - |
| YUV | 249.75 | 122.5 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 251 | 240 | 0 | 0 | 0.04 | 0.02 | 60 | 0.58 | 0.96 |
| Hex | FB | FB | F0 | 0 | 0 | 4 | 2 | 3C | 3A | 60 |
| Octal | 373 | 373 | 360 | 0 | 0 | 4 | 2 | 74 | 72 | 140 |
| Binary | 11111011 | 11111011 | 11110000 | 0 | 0 | 100 | 10 | 111100 | 111010 | 1100000 |
Color Harmonies of #FBFBF0
Complementary color
Monochromatic Colors of #FBFBF0
Black with #FBFBF0
Text Example
Text Example
White with #FBFBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFBF0; }
p { color: rgb(251,251,240); }
H1.HeaderClassName
{
color: #FBFBF0;
}
.AnyTagClassName
{
color: #FBFBF0;
}
</style>
background-color css
<style>
a { background-color: #FBFBF0; }
a { background-color: rgb(251,251,240); }
div.DivClassName
{
background-color: #FBFBF0;
}
.BgClassName
{
background-color: #FBFBF0;
}
</style>
border-color css
<style>
span { border-color: #FBFBF0; }
span { border-color: rgb(251,251,240); }
td.TdClassName
{
border-color: #FBFBF0;
}
.TagClassName
{
border-color: #FBFBF0;
}
</style>