Shades of Banana Mania #FEECB1
Tints of Banana Mania #FEECB1
RGB
CMYK
RGB Variations
Color information
#FEECB1 (or 0xFEECB1) is known color: Banana Mania. HEX triplet: FE, EC and B1. RGB value is (254,236,177). Sum of RGB (Red+Green+Blue) = 254+236+177=667 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.08% from 667); Green value is 236 (92.58% from 255 or 35.38% from 667); Blue value is 177 (69.53% from 255 or 26.54% from 667); Max value from RGB is 254 - color contains mainly: red. Hex color #FEECB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEECB1 is #01134E. Grayscale: #EAEAEA. Windows color (decimal): -70479 or 11660542. OLE color: 11660542.
HSL color Cylindrical-coordinate representation of color #FEECB1: hue angle of 45.97º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FEECB1 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 236 | 177 | - |
| CMYK | 0 | 0.07 | 0.30 | 0.00 |
| HSL | 45.97º | 0.97% | 0.85% | - |
| HSV(B) | 45.97º | 0.3% | 1% | - |
| XYZ | 78.8 | 84.24 | 53.7 | - |
| YUV | 234.66 | 95.46 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 236 | 177 | 0 | 0.07 | 0.30 | 0.00 | 45.97 | 0.97 | 0.85 |
| Hex | FE | EC | B1 | 0 | 7 | 1E | 0 | 2E | 61 | 55 |
| Octal | 376 | 354 | 261 | 0 | 7 | 36 | 0 | 56 | 141 | 125 |
| Binary | 11111110 | 11101100 | 10110001 | 0 | 111 | 11110 | 0 | 101110 | 1100001 | 1010101 |
Color Harmonies of #FEECB1
Complementary color
Monochromatic Colors of #FEECB1
Black with #FEECB1
Text Example
Text Example
White with #FEECB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEECB1; }
p { color: rgb(254,236,177); }
H1.HeaderClassName
{
color: #FEECB1;
}
.AnyTagClassName
{
color: #FEECB1;
}
</style>
background-color css
<style>
a { background-color: #FEECB1; }
a { background-color: rgb(254,236,177); }
div.DivClassName
{
background-color: #FEECB1;
}
.BgClassName
{
background-color: #FEECB1;
}
</style>
border-color css
<style>
span { border-color: #FEECB1; }
span { border-color: rgb(254,236,177); }
td.TdClassName
{
border-color: #FEECB1;
}
.TagClassName
{
border-color: #FEECB1;
}
</style>