Shades of Ivory #FBFBEB
Tints of Ivory #FBFBEB
RGB
CMYK
RGB Variations
Color information
#FBFBEB (or 0xFBFBEB) is known color: Ivory. HEX triplet: FB, FB and EB. RGB value is (251,251,235). Sum of RGB (Red+Green+Blue) = 251+251+235=737 (97% of max value = 765). Red value is 251 (98.44% from 255 or 34.06% from 737); Green value is 251 (98.44% from 255 or 34.06% from 737); Blue value is 235 (92.19% from 255 or 31.89% from 737); Max value from RGB is 251 - color contains mainly: red, green. Hex color #FBFBEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBFBEB is #040414. Grayscale: #F9F9F9. Windows color (decimal): -263189 or 15465467. OLE color: 15465467.
HSL color Cylindrical-coordinate representation of color #FBFBEB: hue angle of 60º degrees, saturation: 0.67, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FBFBEB is Cyan = 0, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 251 | 235 | - |
CMYK | 0 | 0 | 0.06 | 0.02 |
HSL | 60º | 0.67% | 0.95% | - |
HSV(B) | 60º | 0.06% | 0.98% | - |
XYZ | 89.28 | 95.5 | 92.33 | - |
YUV | 249.18 | 120 | 129.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 251 | 235 | 0 | 0 | 0.06 | 0.02 | 60 | 0.67 | 0.95 |
Hex | FB | FB | EB | 0 | 0 | 6 | 2 | 3C | 43 | 5F |
Octal | 373 | 373 | 353 | 0 | 0 | 6 | 2 | 74 | 103 | 137 |
Binary | 11111011 | 11111011 | 11101011 | 0 | 0 | 110 | 10 | 111100 | 1000011 | 1011111 |
Color Harmonies of #FBFBEB
Complementary color
Monochromatic Colors of #FBFBEB
Black with #FBFBEB
Text Example
Text Example
White with #FBFBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFBEB; }
p { color: rgb(251,251,235); }
H1.HeaderClassName
{
color: #FBFBEB;
}
.AnyTagClassName
{
color: #FBFBEB;
}
</style>
background-color css
<style>
a { background-color: #FBFBEB; }
a { background-color: rgb(251,251,235); }
div.DivClassName
{
background-color: #FBFBEB;
}
.BgClassName
{
background-color: #FBFBEB;
}
</style>
border-color css
<style>
span { border-color: #FBFBEB; }
span { border-color: rgb(251,251,235); }
td.TdClassName
{
border-color: #FBFBEB;
}
.TagClassName
{
border-color: #FBFBEB;
}
</style>