Shades of Banana Mania #FEE8AF
Tints of Banana Mania #FEE8AF
RGB
CMYK
RGB Variations
Color information
#FEE8AF (or 0xFEE8AF) is known color: Banana Mania. HEX triplet: FE, E8 and AF. RGB value is (254,232,175). Sum of RGB (Red+Green+Blue) = 254+232+175=661 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.43% from 661); Green value is 232 (91.02% from 255 or 35.10% from 661); Blue value is 175 (68.75% from 255 or 26.48% from 661); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE8AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEE8AF is #011750. Grayscale: #E8E8E8. Windows color (decimal): -71505 or 11528446. OLE color: 11528446.
HSL color Cylindrical-coordinate representation of color #FEE8AF: hue angle of 43.29º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FEE8AF is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 232 | 175 | - |
| CMYK | 0 | 0.09 | 0.31 | 0.00 |
| HSL | 43.29º | 0.98% | 0.84% | - |
| HSV(B) | 43.29º | 0.31% | 1% | - |
| XYZ | 77.47 | 81.88 | 52.28 | - |
| YUV | 232.08 | 95.79 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 232 | 175 | 0 | 0.09 | 0.31 | 0.00 | 43.29 | 0.98 | 0.84 |
| Hex | FE | E8 | AF | 0 | 9 | 1F | 0 | 2B | 62 | 54 |
| Octal | 376 | 350 | 257 | 0 | 11 | 37 | 0 | 53 | 142 | 124 |
| Binary | 11111110 | 11101000 | 10101111 | 0 | 1001 | 11111 | 0 | 101011 | 1100010 | 1010100 |
Color Harmonies of #FEE8AF
Complementary color
Monochromatic Colors of #FEE8AF
Black with #FEE8AF
Text Example
Text Example
White with #FEE8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE8AF; }
p { color: rgb(254,232,175); }
H1.HeaderClassName
{
color: #FEE8AF;
}
.AnyTagClassName
{
color: #FEE8AF;
}
</style>
background-color css
<style>
a { background-color: #FEE8AF; }
a { background-color: rgb(254,232,175); }
div.DivClassName
{
background-color: #FEE8AF;
}
.BgClassName
{
background-color: #FEE8AF;
}
</style>
border-color css
<style>
span { border-color: #FEE8AF; }
span { border-color: rgb(254,232,175); }
td.TdClassName
{
border-color: #FEE8AF;
}
.TagClassName
{
border-color: #FEE8AF;
}
</style>