Shades of Ivory #FBFBEF
Tints of Ivory #FBFBEF
RGB
CMYK
RGB Variations
Color information
#FBFBEF (or 0xFBFBEF) is known color: Ivory. HEX triplet: FB, FB and EF. RGB value is (251,251,239). Sum of RGB (Red+Green+Blue) = 251+251+239=741 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.87% from 741); Green value is 251 (98.44% from 255 or 33.87% from 741); Blue value is 239 (93.75% from 255 or 32.25% from 741); Max value from RGB is 251 - color contains mainly: red, green. Hex color #FBFBEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBFBEF is #040410. Grayscale: #F9F9F9. Windows color (decimal): -263185 or 15727611. OLE color: 15727611.
HSL color Cylindrical-coordinate representation of color #FBFBEF: hue angle of 60º degrees, saturation: 0.6, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FBFBEF is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 251 | 239 | - |
| CMYK | 0 | 0 | 0.05 | 0.02 |
| HSL | 60º | 0.6% | 0.96% | - |
| HSV(B) | 60º | 0.05% | 0.98% | - |
| XYZ | 89.86 | 95.74 | 95.4 | - |
| YUV | 249.63 | 122 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 251 | 239 | 0 | 0 | 0.05 | 0.02 | 60 | 0.6 | 0.96 |
| Hex | FB | FB | EF | 0 | 0 | 5 | 2 | 3C | 3C | 60 |
| Octal | 373 | 373 | 357 | 0 | 0 | 5 | 2 | 74 | 74 | 140 |
| Binary | 11111011 | 11111011 | 11101111 | 0 | 0 | 101 | 10 | 111100 | 111100 | 1100000 |
Color Harmonies of #FBFBEF
Complementary color
Monochromatic Colors of #FBFBEF
Black with #FBFBEF
Text Example
Text Example
White with #FBFBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFBEF; }
p { color: rgb(251,251,239); }
H1.HeaderClassName
{
color: #FBFBEF;
}
.AnyTagClassName
{
color: #FBFBEF;
}
</style>
background-color css
<style>
a { background-color: #FBFBEF; }
a { background-color: rgb(251,251,239); }
div.DivClassName
{
background-color: #FBFBEF;
}
.BgClassName
{
background-color: #FBFBEF;
}
</style>
border-color css
<style>
span { border-color: #FBFBEF; }
span { border-color: rgb(251,251,239); }
td.TdClassName
{
border-color: #FBFBEF;
}
.TagClassName
{
border-color: #FBFBEF;
}
</style>