Shades of Banana Mania #FBEDB2
Tints of Banana Mania #FBEDB2
RGB
CMYK
RGB Variations
Color information
#FBEDB2 (or 0xFBEDB2) is known color: Banana Mania. HEX triplet: FB, ED and B2. RGB value is (251,237,178). Sum of RGB (Red+Green+Blue) = 251+237+178=666 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.69% from 666); Green value is 237 (92.97% from 255 or 35.59% from 666); Blue value is 178 (69.92% from 255 or 26.73% from 666); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEDB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBEDB2 is #04124D. Grayscale: #EAEAEA. Windows color (decimal): -266830 or 11726331. OLE color: 11726331.
HSL color Cylindrical-coordinate representation of color #FBEDB2: hue angle of 48.49º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FBEDB2 is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 237 | 178 | - |
| CMYK | 0 | 0.06 | 0.29 | 0.02 |
| HSL | 48.49º | 0.9% | 0.84% | - |
| HSV(B) | 48.49º | 0.29% | 0.98% | - |
| XYZ | 78.1 | 84.29 | 54.27 | - |
| YUV | 234.46 | 96.14 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 237 | 178 | 0 | 0.06 | 0.29 | 0.02 | 48.49 | 0.9 | 0.84 |
| Hex | FB | ED | B2 | 0 | 6 | 1D | 2 | 30 | 5A | 54 |
| Octal | 373 | 355 | 262 | 0 | 6 | 35 | 2 | 60 | 132 | 124 |
| Binary | 11111011 | 11101101 | 10110010 | 0 | 110 | 11101 | 10 | 110000 | 1011010 | 1010100 |
Color Harmonies of #FBEDB2
Complementary color
Monochromatic Colors of #FBEDB2
Black with #FBEDB2
Text Example
Text Example
White with #FBEDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEDB2; }
p { color: rgb(251,237,178); }
H1.HeaderClassName
{
color: #FBEDB2;
}
.AnyTagClassName
{
color: #FBEDB2;
}
</style>
background-color css
<style>
a { background-color: #FBEDB2; }
a { background-color: rgb(251,237,178); }
div.DivClassName
{
background-color: #FBEDB2;
}
.BgClassName
{
background-color: #FBEDB2;
}
</style>
border-color css
<style>
span { border-color: #FBEDB2; }
span { border-color: rgb(251,237,178); }
td.TdClassName
{
border-color: #FBEDB2;
}
.TagClassName
{
border-color: #FBEDB2;
}
</style>