Shades of Banana Mania #FEEAB7
Tints of Banana Mania #FEEAB7
RGB
CMYK
RGB Variations
Color information
#FEEAB7 (or 0xFEEAB7) is known color: Banana Mania. HEX triplet: FE, EA and B7. RGB value is (254,234,183). Sum of RGB (Red+Green+Blue) = 254+234+183=671 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.85% from 671); Green value is 234 (91.80% from 255 or 34.87% from 671); Blue value is 183 (71.88% from 255 or 27.27% from 671); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEAB7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEAB7 is #011548. Grayscale: #EAEAEA. Windows color (decimal): -70985 or 12053246. OLE color: 12053246.
HSL color Cylindrical-coordinate representation of color #FEEAB7: hue angle of 43.1º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FEEAB7 is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 234 | 183 | - |
| CMYK | 0 | 0.08 | 0.28 | 0.00 |
| HSL | 43.1º | 0.97% | 0.86% | - |
| HSV(B) | 43.1º | 0.28% | 1% | - |
| XYZ | 78.84 | 83.34 | 56.73 | - |
| YUV | 234.17 | 99.13 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 234 | 183 | 0 | 0.08 | 0.28 | 0.00 | 43.1 | 0.97 | 0.86 |
| Hex | FE | EA | B7 | 0 | 8 | 1C | 0 | 2B | 61 | 56 |
| Octal | 376 | 352 | 267 | 0 | 10 | 34 | 0 | 53 | 141 | 126 |
| Binary | 11111110 | 11101010 | 10110111 | 0 | 1000 | 11100 | 0 | 101011 | 1100001 | 1010110 |
Color Harmonies of #FEEAB7
Complementary color
Monochromatic Colors of #FEEAB7
Black with #FEEAB7
Text Example
Text Example
White with #FEEAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEAB7; }
p { color: rgb(254,234,183); }
H1.HeaderClassName
{
color: #FEEAB7;
}
.AnyTagClassName
{
color: #FEEAB7;
}
</style>
background-color css
<style>
a { background-color: #FEEAB7; }
a { background-color: rgb(254,234,183); }
div.DivClassName
{
background-color: #FEEAB7;
}
.BgClassName
{
background-color: #FEEAB7;
}
</style>
border-color css
<style>
span { border-color: #FEEAB7; }
span { border-color: rgb(254,234,183); }
td.TdClassName
{
border-color: #FEEAB7;
}
.TagClassName
{
border-color: #FEEAB7;
}
</style>