Shades of Banana Mania #FBE5B5
Tints of Banana Mania #FBE5B5
RGB
CMYK
RGB Variations
Color information
#FBE5B5 (or 0xFBE5B5) is known color: Banana Mania. HEX triplet: FB, E5 and B5. RGB value is (251,229,181). Sum of RGB (Red+Green+Blue) = 251+229+181=661 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.97% from 661); Green value is 229 (89.84% from 255 or 34.64% from 661); Blue value is 181 (71.09% from 255 or 27.38% from 661); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE5B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE5B5 is #041A4A. Grayscale: #E6E6E6. Windows color (decimal): -268875 or 11920891. OLE color: 11920891.
HSL color Cylindrical-coordinate representation of color #FBE5B5: hue angle of 41.14º 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 #FBE5B5 is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 229 | 181 | - |
CMYK | 0 | 0.09 | 0.28 | 0.02 |
HSL | 41.14º | 0.9% | 0.85% | - |
HSV(B) | 41.14º | 0.28% | 0.98% | - |
XYZ | 76.14 | 79.88 | 55.12 | - |
YUV | 230.11 | 100.29 | 142.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 229 | 181 | 0 | 0.09 | 0.28 | 0.02 | 41.14 | 0.9 | 0.85 |
Hex | FB | E5 | B5 | 0 | 9 | 1C | 2 | 29 | 5A | 55 |
Octal | 373 | 345 | 265 | 0 | 11 | 34 | 2 | 51 | 132 | 125 |
Binary | 11111011 | 11100101 | 10110101 | 0 | 1001 | 11100 | 10 | 101001 | 1011010 | 1010101 |
Color Harmonies of #FBE5B5
Complementary color
Monochromatic Colors of #FBE5B5
Black with #FBE5B5
Text Example
Text Example
White with #FBE5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE5B5; }
p { color: rgb(251,229,181); }
H1.HeaderClassName
{
color: #FBE5B5;
}
.AnyTagClassName
{
color: #FBE5B5;
}
</style>
background-color css
<style>
a { background-color: #FBE5B5; }
a { background-color: rgb(251,229,181); }
div.DivClassName
{
background-color: #FBE5B5;
}
.BgClassName
{
background-color: #FBE5B5;
}
</style>
border-color css
<style>
span { border-color: #FBE5B5; }
span { border-color: rgb(251,229,181); }
td.TdClassName
{
border-color: #FBE5B5;
}
.TagClassName
{
border-color: #FBE5B5;
}
</style>