Shades of Ivory #FBFBEE
Tints of Ivory #FBFBEE
RGB
CMYK
RGB Variations
Color information
#FBFBEE (or 0xFBFBEE) is known color: Ivory. HEX triplet: FB, FB and EE. RGB value is (251,251,238). Sum of RGB (Red+Green+Blue) = 251+251+238=740 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.92% from 740); Green value is 251 (98.44% from 255 or 33.92% from 740); Blue value is 238 (93.36% from 255 or 32.16% from 740); Max value from RGB is 251 - color contains mainly: red, green. Hex color #FBFBEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBFBEE is #040411. Grayscale: #F9F9F9. Windows color (decimal): -263186 or 15662075. OLE color: 15662075.
HSL color Cylindrical-coordinate representation of color #FBFBEE: hue angle of 60º degrees, saturation: 0.62, 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 #FBFBEE is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 251 | 238 | - |
CMYK | 0 | 0 | 0.05 | 0.02 |
HSL | 60º | 0.62% | 0.96% | - |
HSV(B) | 60º | 0.05% | 0.98% | - |
XYZ | 89.71 | 95.68 | 94.63 | - |
YUV | 249.52 | 121.5 | 129.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 251 | 238 | 0 | 0 | 0.05 | 0.02 | 60 | 0.62 | 0.96 |
Hex | FB | FB | EE | 0 | 0 | 5 | 2 | 3C | 3E | 60 |
Octal | 373 | 373 | 356 | 0 | 0 | 5 | 2 | 74 | 76 | 140 |
Binary | 11111011 | 11111011 | 11101110 | 0 | 0 | 101 | 10 | 111100 | 111110 | 1100000 |
Color Harmonies of #FBFBEE
Complementary color
Monochromatic Colors of #FBFBEE
Black with #FBFBEE
Text Example
Text Example
White with #FBFBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFBEE; }
p { color: rgb(251,251,238); }
H1.HeaderClassName
{
color: #FBFBEE;
}
.AnyTagClassName
{
color: #FBFBEE;
}
</style>
background-color css
<style>
a { background-color: #FBFBEE; }
a { background-color: rgb(251,251,238); }
div.DivClassName
{
background-color: #FBFBEE;
}
.BgClassName
{
background-color: #FBFBEE;
}
</style>
border-color css
<style>
span { border-color: #FBFBEE; }
span { border-color: rgb(251,251,238); }
td.TdClassName
{
border-color: #FBFBEE;
}
.TagClassName
{
border-color: #FBFBEE;
}
</style>