Shades of Banana Mania #FEEAA8
Tints of Banana Mania #FEEAA8
RGB
CMYK
RGB Variations
Color information
#FEEAA8 (or 0xFEEAA8) is known color: Banana Mania. HEX triplet: FE, EA and A8. RGB value is (254,234,168). Sum of RGB (Red+Green+Blue) = 254+234+168=656 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.72% from 656); Green value is 234 (91.80% from 255 or 35.67% from 656); Blue value is 168 (66.02% from 255 or 25.61% from 656); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEAA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEEAA8 is #011557. Grayscale: #E8E8E8. Windows color (decimal): -71000 or 11070206. OLE color: 11070206.
HSL color Cylindrical-coordinate representation of color #FEEAA8: hue angle of 46.05º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FEEAA8 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 234 | 168 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.00 |
| HSL | 46.05º | 0.98% | 0.83% | - |
| HSV(B) | 46.05º | 0.34% | 1% | - |
| XYZ | 77.36 | 82.74 | 48.94 | - |
| YUV | 232.46 | 91.63 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 234 | 168 | 0 | 0.08 | 0.34 | 0.00 | 46.05 | 0.98 | 0.83 |
| Hex | FE | EA | A8 | 0 | 8 | 22 | 0 | 2E | 62 | 53 |
| Octal | 376 | 352 | 250 | 0 | 10 | 42 | 0 | 56 | 142 | 123 |
| Binary | 11111110 | 11101010 | 10101000 | 0 | 1000 | 100010 | 0 | 101110 | 1100010 | 1010011 |
Color Harmonies of #FEEAA8
Complementary color
Monochromatic Colors of #FEEAA8
Black with #FEEAA8
Text Example
Text Example
White with #FEEAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEAA8; }
p { color: rgb(254,234,168); }
H1.HeaderClassName
{
color: #FEEAA8;
}
.AnyTagClassName
{
color: #FEEAA8;
}
</style>
background-color css
<style>
a { background-color: #FEEAA8; }
a { background-color: rgb(254,234,168); }
div.DivClassName
{
background-color: #FEEAA8;
}
.BgClassName
{
background-color: #FEEAA8;
}
</style>
border-color css
<style>
span { border-color: #FEEAA8; }
span { border-color: rgb(254,234,168); }
td.TdClassName
{
border-color: #FEEAA8;
}
.TagClassName
{
border-color: #FEEAA8;
}
</style>