Shades of Banana Mania #FEE6AA
Tints of Banana Mania #FEE6AA
RGB
CMYK
RGB Variations
Color information
#FEE6AA (or 0xFEE6AA) is known color: Banana Mania. HEX triplet: FE, E6 and AA. RGB value is (254,230,170). Sum of RGB (Red+Green+Blue) = 254+230+170=654 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.84% from 654); Green value is 230 (90.23% from 255 or 35.17% from 654); Blue value is 170 (66.80% from 255 or 25.99% from 654); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE6AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEE6AA is #011955. Grayscale: #E6E6E6. Windows color (decimal): -72022 or 11200254. OLE color: 11200254.
HSL color Cylindrical-coordinate representation of color #FEE6AA: hue angle of 42.86º 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 #FEE6AA is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 230 | 170 | - |
| CMYK | 0 | 0.09 | 0.33 | 0.00 |
| HSL | 42.86º | 0.98% | 0.83% | - |
| HSV(B) | 42.86º | 0.33% | 1% | - |
| XYZ | 76.43 | 80.57 | 49.55 | - |
| YUV | 230.34 | 93.95 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 230 | 170 | 0 | 0.09 | 0.33 | 0.00 | 42.86 | 0.98 | 0.83 |
| Hex | FE | E6 | AA | 0 | 9 | 21 | 0 | 2B | 62 | 53 |
| Octal | 376 | 346 | 252 | 0 | 11 | 41 | 0 | 53 | 142 | 123 |
| Binary | 11111110 | 11100110 | 10101010 | 0 | 1001 | 100001 | 0 | 101011 | 1100010 | 1010011 |
Color Harmonies of #FEE6AA
Complementary color
Monochromatic Colors of #FEE6AA
Black with #FEE6AA
Text Example
Text Example
White with #FEE6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE6AA; }
p { color: rgb(254,230,170); }
H1.HeaderClassName
{
color: #FEE6AA;
}
.AnyTagClassName
{
color: #FEE6AA;
}
</style>
background-color css
<style>
a { background-color: #FEE6AA; }
a { background-color: rgb(254,230,170); }
div.DivClassName
{
background-color: #FEE6AA;
}
.BgClassName
{
background-color: #FEE6AA;
}
</style>
border-color css
<style>
span { border-color: #FEE6AA; }
span { border-color: rgb(254,230,170); }
td.TdClassName
{
border-color: #FEE6AA;
}
.TagClassName
{
border-color: #FEE6AA;
}
</style>