Shades of Banana Mania #FEEBAB
Tints of Banana Mania #FEEBAB
RGB
CMYK
RGB Variations
Color information
#FEEBAB (or 0xFEEBAB) is known color: Banana Mania. HEX triplet: FE, EB and AB. RGB value is (254,235,171). Sum of RGB (Red+Green+Blue) = 254+235+171=660 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.48% from 660); Green value is 235 (92.19% from 255 or 35.61% from 660); Blue value is 171 (67.19% from 255 or 25.91% from 660); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEBAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEEBAB is #011454. Grayscale: #E9E9E9. Windows color (decimal): -70741 or 11267070. OLE color: 11267070.
HSL color Cylindrical-coordinate representation of color #FEEBAB: hue angle of 46.27º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FEEBAB is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 235 | 171 | - |
| CMYK | 0 | 0.07 | 0.33 | 0.00 |
| HSL | 46.27º | 0.98% | 0.83% | - |
| HSV(B) | 46.27º | 0.33% | 1% | - |
| XYZ | 77.93 | 83.43 | 50.52 | - |
| YUV | 233.39 | 92.79 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 235 | 171 | 0 | 0.07 | 0.33 | 0.00 | 46.27 | 0.98 | 0.83 |
| Hex | FE | EB | AB | 0 | 7 | 21 | 0 | 2E | 62 | 53 |
| Octal | 376 | 353 | 253 | 0 | 7 | 41 | 0 | 56 | 142 | 123 |
| Binary | 11111110 | 11101011 | 10101011 | 0 | 111 | 100001 | 0 | 101110 | 1100010 | 1010011 |
Color Harmonies of #FEEBAB
Complementary color
Monochromatic Colors of #FEEBAB
Black with #FEEBAB
Text Example
Text Example
White with #FEEBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEBAB; }
p { color: rgb(254,235,171); }
H1.HeaderClassName
{
color: #FEEBAB;
}
.AnyTagClassName
{
color: #FEEBAB;
}
</style>
background-color css
<style>
a { background-color: #FEEBAB; }
a { background-color: rgb(254,235,171); }
div.DivClassName
{
background-color: #FEEBAB;
}
.BgClassName
{
background-color: #FEEBAB;
}
</style>
border-color css
<style>
span { border-color: #FEEBAB; }
span { border-color: rgb(254,235,171); }
td.TdClassName
{
border-color: #FEEBAB;
}
.TagClassName
{
border-color: #FEEBAB;
}
</style>