Shades of Banana Mania #FBEDB0
Tints of Banana Mania #FBEDB0
RGB
CMYK
RGB Variations
Color information
#FBEDB0 (or 0xFBEDB0) is known color: Banana Mania. HEX triplet: FB, ED and B0. RGB value is (251,237,176). Sum of RGB (Red+Green+Blue) = 251+237+176=664 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.80% from 664); Green value is 237 (92.97% from 255 or 35.69% from 664); Blue value is 176 (69.14% from 255 or 26.51% from 664); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEDB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBEDB0 is #04124F. Grayscale: #EAEAEA. Windows color (decimal): -266832 or 11595259. OLE color: 11595259.
HSL color Cylindrical-coordinate representation of color #FBEDB0: hue angle of 48.8º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FBEDB0 is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 237 | 176 | - |
| CMYK | 0 | 0.06 | 0.30 | 0.02 |
| HSL | 48.8º | 0.9% | 0.84% | - |
| HSV(B) | 48.8º | 0.3% | 0.98% | - |
| XYZ | 77.9 | 84.21 | 53.22 | - |
| YUV | 234.23 | 95.14 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 237 | 176 | 0 | 0.06 | 0.30 | 0.02 | 48.8 | 0.9 | 0.84 |
| Hex | FB | ED | B0 | 0 | 6 | 1E | 2 | 31 | 5A | 54 |
| Octal | 373 | 355 | 260 | 0 | 6 | 36 | 2 | 61 | 132 | 124 |
| Binary | 11111011 | 11101101 | 10110000 | 0 | 110 | 11110 | 10 | 110001 | 1011010 | 1010100 |
Color Harmonies of #FBEDB0
Complementary color
Monochromatic Colors of #FBEDB0
Black with #FBEDB0
Text Example
Text Example
White with #FBEDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEDB0; }
p { color: rgb(251,237,176); }
H1.HeaderClassName
{
color: #FBEDB0;
}
.AnyTagClassName
{
color: #FBEDB0;
}
</style>
background-color css
<style>
a { background-color: #FBEDB0; }
a { background-color: rgb(251,237,176); }
div.DivClassName
{
background-color: #FBEDB0;
}
.BgClassName
{
background-color: #FBEDB0;
}
</style>
border-color css
<style>
span { border-color: #FBEDB0; }
span { border-color: rgb(251,237,176); }
td.TdClassName
{
border-color: #FBEDB0;
}
.TagClassName
{
border-color: #FBEDB0;
}
</style>