Shades of Banana Mania #FEEAA7
Tints of Banana Mania #FEEAA7
RGB
CMYK
RGB Variations
Color information
#FEEAA7 (or 0xFEEAA7) is known color: Banana Mania. HEX triplet: FE, EA and A7. RGB value is (254,234,167). Sum of RGB (Red+Green+Blue) = 254+234+167=655 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.78% from 655); Green value is 234 (91.80% from 255 or 35.73% from 655); Blue value is 167 (65.62% from 255 or 25.50% from 655); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEAA7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEEAA7 is #011558. Grayscale: #E8E8E8. Windows color (decimal): -71001 or 11004670. OLE color: 11004670.
HSL color Cylindrical-coordinate representation of color #FEEAA7: hue angle of 46.21º 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 #FEEAA7 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 234 | 167 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.00 |
| HSL | 46.21º | 0.98% | 0.83% | - |
| HSV(B) | 46.21º | 0.34% | 1% | - |
| XYZ | 77.27 | 82.71 | 48.45 | - |
| YUV | 232.34 | 91.13 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 234 | 167 | 0 | 0.08 | 0.34 | 0.00 | 46.21 | 0.98 | 0.83 |
| Hex | FE | EA | A7 | 0 | 8 | 22 | 0 | 2E | 62 | 53 |
| Octal | 376 | 352 | 247 | 0 | 10 | 42 | 0 | 56 | 142 | 123 |
| Binary | 11111110 | 11101010 | 10100111 | 0 | 1000 | 100010 | 0 | 101110 | 1100010 | 1010011 |
Color Harmonies of #FEEAA7
Complementary color
Monochromatic Colors of #FEEAA7
Black with #FEEAA7
Text Example
Text Example
White with #FEEAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEAA7; }
p { color: rgb(254,234,167); }
H1.HeaderClassName
{
color: #FEEAA7;
}
.AnyTagClassName
{
color: #FEEAA7;
}
</style>
background-color css
<style>
a { background-color: #FEEAA7; }
a { background-color: rgb(254,234,167); }
div.DivClassName
{
background-color: #FEEAA7;
}
.BgClassName
{
background-color: #FEEAA7;
}
</style>
border-color css
<style>
span { border-color: #FEEAA7; }
span { border-color: rgb(254,234,167); }
td.TdClassName
{
border-color: #FEEAA7;
}
.TagClassName
{
border-color: #FEEAA7;
}
</style>