Shades of Banana Mania #FEEEAA
Tints of Banana Mania #FEEEAA
RGB
CMYK
RGB Variations
Color information
#FEEEAA (or 0xFEEEAA) is known color: Banana Mania. HEX triplet: FE, EE and AA. RGB value is (254,238,170). Sum of RGB (Red+Green+Blue) = 254+238+170=662 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.37% from 662); Green value is 238 (93.36% from 255 or 35.95% from 662); Blue value is 170 (66.80% from 255 or 25.68% from 662); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEEAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEEEAA is #011155. Grayscale: #EBEBEB. Windows color (decimal): -69974 or 11202302. OLE color: 11202302.
HSL color Cylindrical-coordinate representation of color #FEEEAA: hue angle of 48.57º 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 #FEEEAA is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 238 | 170 | - |
| CMYK | 0 | 0.06 | 0.33 | 0.00 |
| HSL | 48.57º | 0.98% | 0.83% | - |
| HSV(B) | 48.57º | 0.33% | 1% | - |
| XYZ | 78.7 | 85.12 | 50.31 | - |
| YUV | 235.03 | 91.3 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 238 | 170 | 0 | 0.06 | 0.33 | 0.00 | 48.57 | 0.98 | 0.83 |
| Hex | FE | EE | AA | 0 | 6 | 21 | 0 | 31 | 62 | 53 |
| Octal | 376 | 356 | 252 | 0 | 6 | 41 | 0 | 61 | 142 | 123 |
| Binary | 11111110 | 11101110 | 10101010 | 0 | 110 | 100001 | 0 | 110001 | 1100010 | 1010011 |
Color Harmonies of #FEEEAA
Complementary color
Monochromatic Colors of #FEEEAA
Black with #FEEEAA
Text Example
Text Example
White with #FEEEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEEAA; }
p { color: rgb(254,238,170); }
H1.HeaderClassName
{
color: #FEEEAA;
}
.AnyTagClassName
{
color: #FEEEAA;
}
</style>
background-color css
<style>
a { background-color: #FEEEAA; }
a { background-color: rgb(254,238,170); }
div.DivClassName
{
background-color: #FEEEAA;
}
.BgClassName
{
background-color: #FEEEAA;
}
</style>
border-color css
<style>
span { border-color: #FEEEAA; }
span { border-color: rgb(254,238,170); }
td.TdClassName
{
border-color: #FEEEAA;
}
.TagClassName
{
border-color: #FEEEAA;
}
</style>