Shades of Banana Mania #FEEEBA
Tints of Banana Mania #FEEEBA
RGB
CMYK
RGB Variations
Color information
#FEEEBA (or 0xFEEEBA) is known color: Banana Mania. HEX triplet: FE, EE and BA. RGB value is (254,238,186). Sum of RGB (Red+Green+Blue) = 254+238+186=678 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.46% from 678); Green value is 238 (93.36% from 255 or 35.10% from 678); Blue value is 186 (73.05% from 255 or 27.43% from 678); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEEBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEEBA is #011145. Grayscale: #EDEDED. Windows color (decimal): -69958 or 12250878. OLE color: 12250878.
HSL color Cylindrical-coordinate representation of color #FEEEBA: hue angle of 45.88º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FEEEBA is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 238 | 186 | - |
| CMYK | 0 | 0.06 | 0.27 | 0.00 |
| HSL | 45.88º | 0.97% | 0.86% | - |
| HSV(B) | 45.88º | 0.27% | 1% | - |
| XYZ | 80.31 | 85.77 | 58.78 | - |
| YUV | 236.86 | 99.3 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 238 | 186 | 0 | 0.06 | 0.27 | 0.00 | 45.88 | 0.97 | 0.86 |
| Hex | FE | EE | BA | 0 | 6 | 1B | 0 | 2E | 61 | 56 |
| Octal | 376 | 356 | 272 | 0 | 6 | 33 | 0 | 56 | 141 | 126 |
| Binary | 11111110 | 11101110 | 10111010 | 0 | 110 | 11011 | 0 | 101110 | 1100001 | 1010110 |
Color Harmonies of #FEEEBA
Complementary color
Monochromatic Colors of #FEEEBA
Black with #FEEEBA
Text Example
Text Example
White with #FEEEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEEBA; }
p { color: rgb(254,238,186); }
H1.HeaderClassName
{
color: #FEEEBA;
}
.AnyTagClassName
{
color: #FEEEBA;
}
</style>
background-color css
<style>
a { background-color: #FEEEBA; }
a { background-color: rgb(254,238,186); }
div.DivClassName
{
background-color: #FEEEBA;
}
.BgClassName
{
background-color: #FEEEBA;
}
</style>
border-color css
<style>
span { border-color: #FEEEBA; }
span { border-color: rgb(254,238,186); }
td.TdClassName
{
border-color: #FEEEBA;
}
.TagClassName
{
border-color: #FEEEBA;
}
</style>