Shades of Banana Mania #FEECAA
Tints of Banana Mania #FEECAA
RGB
CMYK
RGB Variations
Color information
#FEECAA (or 0xFEECAA) is known color: Banana Mania. HEX triplet: FE, EC and AA. RGB value is (254,236,170). Sum of RGB (Red+Green+Blue) = 254+236+170=660 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.48% from 660); Green value is 236 (92.58% from 255 or 35.76% from 660); Blue value is 170 (66.80% from 255 or 25.76% from 660); Max value from RGB is 254 - color contains mainly: red. Hex color #FEECAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEECAA is #011355. Grayscale: #EAEAEA. Windows color (decimal): -70486 or 11201790. OLE color: 11201790.
HSL color Cylindrical-coordinate representation of color #FEECAA: hue angle of 47.14º 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 #FEECAA is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 236 | 170 | - |
| CMYK | 0 | 0.07 | 0.33 | 0.00 |
| HSL | 47.14º | 0.98% | 0.83% | - |
| HSV(B) | 47.14º | 0.33% | 1% | - |
| XYZ | 78.12 | 83.96 | 50.12 | - |
| YUV | 233.86 | 91.96 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 236 | 170 | 0 | 0.07 | 0.33 | 0.00 | 47.14 | 0.98 | 0.83 |
| Hex | FE | EC | AA | 0 | 7 | 21 | 0 | 2F | 62 | 53 |
| Octal | 376 | 354 | 252 | 0 | 7 | 41 | 0 | 57 | 142 | 123 |
| Binary | 11111110 | 11101100 | 10101010 | 0 | 111 | 100001 | 0 | 101111 | 1100010 | 1010011 |
Color Harmonies of #FEECAA
Complementary color
Monochromatic Colors of #FEECAA
Black with #FEECAA
Text Example
Text Example
White with #FEECAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEECAA; }
p { color: rgb(254,236,170); }
H1.HeaderClassName
{
color: #FEECAA;
}
.AnyTagClassName
{
color: #FEECAA;
}
</style>
background-color css
<style>
a { background-color: #FEECAA; }
a { background-color: rgb(254,236,170); }
div.DivClassName
{
background-color: #FEECAA;
}
.BgClassName
{
background-color: #FEECAA;
}
</style>
border-color css
<style>
span { border-color: #FEECAA; }
span { border-color: rgb(254,236,170); }
td.TdClassName
{
border-color: #FEECAA;
}
.TagClassName
{
border-color: #FEECAA;
}
</style>