Shades of Banana Mania #FEEDBA
Tints of Banana Mania #FEEDBA
RGB
CMYK
RGB Variations
Color information
#FEEDBA (or 0xFEEDBA) is known color: Banana Mania. HEX triplet: FE, ED and BA. RGB value is (254,237,186). Sum of RGB (Red+Green+Blue) = 254+237+186=677 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.52% from 677); Green value is 237 (92.97% from 255 or 35.01% from 677); Blue value is 186 (73.05% from 255 or 27.47% from 677); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEDBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEDBA is #011245. Grayscale: #ECECEC. Windows color (decimal): -70214 or 12250622. OLE color: 12250622.
HSL color Cylindrical-coordinate representation of color #FEEDBA: hue angle of 45º 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 #FEEDBA is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 237 | 186 | - |
| CMYK | 0 | 0.07 | 0.27 | 0.00 |
| HSL | 45º | 0.97% | 0.86% | - |
| HSV(B) | 45º | 0.27% | 1% | - |
| XYZ | 80.02 | 85.18 | 58.68 | - |
| YUV | 236.27 | 99.63 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 237 | 186 | 0 | 0.07 | 0.27 | 0.00 | 45 | 0.97 | 0.86 |
| Hex | FE | ED | BA | 0 | 7 | 1B | 0 | 2D | 61 | 56 |
| Octal | 376 | 355 | 272 | 0 | 7 | 33 | 0 | 55 | 141 | 126 |
| Binary | 11111110 | 11101101 | 10111010 | 0 | 111 | 11011 | 0 | 101101 | 1100001 | 1010110 |
Color Harmonies of #FEEDBA
Complementary color
Monochromatic Colors of #FEEDBA
Black with #FEEDBA
Text Example
Text Example
White with #FEEDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEDBA; }
p { color: rgb(254,237,186); }
H1.HeaderClassName
{
color: #FEEDBA;
}
.AnyTagClassName
{
color: #FEEDBA;
}
</style>
background-color css
<style>
a { background-color: #FEEDBA; }
a { background-color: rgb(254,237,186); }
div.DivClassName
{
background-color: #FEEDBA;
}
.BgClassName
{
background-color: #FEEDBA;
}
</style>
border-color css
<style>
span { border-color: #FEEDBA; }
span { border-color: rgb(254,237,186); }
td.TdClassName
{
border-color: #FEEDBA;
}
.TagClassName
{
border-color: #FEEDBA;
}
</style>