Shades of Ivory #FBFBEC
Tints of Ivory #FBFBEC
RGB
CMYK
RGB Variations
Color information
#FBFBEC (or 0xFBFBEC) is known color: Ivory. HEX triplet: FB, FB and EC. RGB value is (251,251,236). Sum of RGB (Red+Green+Blue) = 251+251+236=738 (97% of max value = 765). Red value is 251 (98.44% from 255 or 34.01% from 738); Green value is 251 (98.44% from 255 or 34.01% from 738); Blue value is 236 (92.58% from 255 or 31.98% from 738); Max value from RGB is 251 - color contains mainly: red, green. Hex color #FBFBEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBFBEC is #040413. Grayscale: #F9F9F9. Windows color (decimal): -263188 or 15531003. OLE color: 15531003.
HSL color Cylindrical-coordinate representation of color #FBFBEC: hue angle of 60º degrees, saturation: 0.65, 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 #FBFBEC is Cyan = 0, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 251 | 236 | - |
CMYK | 0 | 0 | 0.06 | 0.02 |
HSL | 60º | 0.65% | 0.95% | - |
HSV(B) | 60º | 0.06% | 0.98% | - |
XYZ | 89.42 | 95.56 | 93.09 | - |
YUV | 249.29 | 120.5 | 129.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 251 | 236 | 0 | 0 | 0.06 | 0.02 | 60 | 0.65 | 0.95 |
Hex | FB | FB | EC | 0 | 0 | 6 | 2 | 3C | 41 | 5F |
Octal | 373 | 373 | 354 | 0 | 0 | 6 | 2 | 74 | 101 | 137 |
Binary | 11111011 | 11111011 | 11101100 | 0 | 0 | 110 | 10 | 111100 | 1000001 | 1011111 |
Color Harmonies of #FBFBEC
Complementary color
Monochromatic Colors of #FBFBEC
Black with #FBFBEC
Text Example
Text Example
White with #FBFBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFBEC; }
p { color: rgb(251,251,236); }
H1.HeaderClassName
{
color: #FBFBEC;
}
.AnyTagClassName
{
color: #FBFBEC;
}
</style>
background-color css
<style>
a { background-color: #FBFBEC; }
a { background-color: rgb(251,251,236); }
div.DivClassName
{
background-color: #FBFBEC;
}
.BgClassName
{
background-color: #FBFBEC;
}
</style>
border-color css
<style>
span { border-color: #FBFBEC; }
span { border-color: rgb(251,251,236); }
td.TdClassName
{
border-color: #FBFBEC;
}
.TagClassName
{
border-color: #FBFBEC;
}
</style>