Shades of Banana Mania #FBE7B5
Tints of Banana Mania #FBE7B5
RGB
CMYK
RGB Variations
Color information
#FBE7B5 (or 0xFBE7B5) is known color: Banana Mania. HEX triplet: FB, E7 and B5. RGB value is (251,231,181). Sum of RGB (Red+Green+Blue) = 251+231+181=663 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.86% from 663); Green value is 231 (90.62% from 255 or 34.84% from 663); Blue value is 181 (71.09% from 255 or 27.30% from 663); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE7B5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBE7B5 is #04184A. Grayscale: #E7E7E7. Windows color (decimal): -268363 or 11921403. OLE color: 11921403.
HSL color Cylindrical-coordinate representation of color #FBE7B5: hue angle of 42.86º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FBE7B5 is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 231 | 181 | - |
CMYK | 0 | 0.08 | 0.28 | 0.02 |
HSL | 42.86º | 0.9% | 0.85% | - |
HSV(B) | 42.86º | 0.28% | 0.98% | - |
XYZ | 76.7 | 81 | 55.31 | - |
YUV | 231.28 | 99.63 | 142.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 231 | 181 | 0 | 0.08 | 0.28 | 0.02 | 42.86 | 0.9 | 0.85 |
Hex | FB | E7 | B5 | 0 | 8 | 1C | 2 | 2B | 5A | 55 |
Octal | 373 | 347 | 265 | 0 | 10 | 34 | 2 | 53 | 132 | 125 |
Binary | 11111011 | 11100111 | 10110101 | 0 | 1000 | 11100 | 10 | 101011 | 1011010 | 1010101 |
Color Harmonies of #FBE7B5
Complementary color
Monochromatic Colors of #FBE7B5
Black with #FBE7B5
Text Example
Text Example
White with #FBE7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE7B5; }
p { color: rgb(251,231,181); }
H1.HeaderClassName
{
color: #FBE7B5;
}
.AnyTagClassName
{
color: #FBE7B5;
}
</style>
background-color css
<style>
a { background-color: #FBE7B5; }
a { background-color: rgb(251,231,181); }
div.DivClassName
{
background-color: #FBE7B5;
}
.BgClassName
{
background-color: #FBE7B5;
}
</style>
border-color css
<style>
span { border-color: #FBE7B5; }
span { border-color: rgb(251,231,181); }
td.TdClassName
{
border-color: #FBE7B5;
}
.TagClassName
{
border-color: #FBE7B5;
}
</style>