Shades of Banana Mania #FEEAB1
Tints of Banana Mania #FEEAB1
RGB
CMYK
RGB Variations
Color information
#FEEAB1 (or 0xFEEAB1) is known color: Banana Mania. HEX triplet: FE, EA and B1. RGB value is (254,234,177). Sum of RGB (Red+Green+Blue) = 254+234+177=665 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.20% from 665); Green value is 234 (91.80% from 255 or 35.19% from 665); Blue value is 177 (69.53% from 255 or 26.62% from 665); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEAB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEEAB1 is #01154E. Grayscale: #E9E9E9. Windows color (decimal): -70991 or 11660030. OLE color: 11660030.
HSL color Cylindrical-coordinate representation of color #FEEAB1: hue angle of 44.42º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FEEAB1 is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 234 | 177 | - |
| CMYK | 0 | 0.08 | 0.30 | 0.00 |
| HSL | 44.42º | 0.97% | 0.85% | - |
| HSV(B) | 44.42º | 0.3% | 1% | - |
| XYZ | 78.23 | 83.09 | 53.51 | - |
| YUV | 233.48 | 96.13 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 234 | 177 | 0 | 0.08 | 0.30 | 0.00 | 44.42 | 0.97 | 0.85 |
| Hex | FE | EA | B1 | 0 | 8 | 1E | 0 | 2C | 61 | 55 |
| Octal | 376 | 352 | 261 | 0 | 10 | 36 | 0 | 54 | 141 | 125 |
| Binary | 11111110 | 11101010 | 10110001 | 0 | 1000 | 11110 | 0 | 101100 | 1100001 | 1010101 |
Color Harmonies of #FEEAB1
Complementary color
Monochromatic Colors of #FEEAB1
Black with #FEEAB1
Text Example
Text Example
White with #FEEAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEAB1; }
p { color: rgb(254,234,177); }
H1.HeaderClassName
{
color: #FEEAB1;
}
.AnyTagClassName
{
color: #FEEAB1;
}
</style>
background-color css
<style>
a { background-color: #FEEAB1; }
a { background-color: rgb(254,234,177); }
div.DivClassName
{
background-color: #FEEAB1;
}
.BgClassName
{
background-color: #FEEAB1;
}
</style>
border-color css
<style>
span { border-color: #FEEAB1; }
span { border-color: rgb(254,234,177); }
td.TdClassName
{
border-color: #FEEAB1;
}
.TagClassName
{
border-color: #FEEAB1;
}
</style>