Shades of Banana Mania #F8E7AA
Tints of Banana Mania #F8E7AA
RGB
CMYK
RGB Variations
Color information
#F8E7AA (or 0xF8E7AA) is known color: Banana Mania. HEX triplet: F8, E7 and AA. RGB value is (248,231,170). Sum of RGB (Red+Green+Blue) = 248+231+170=649 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.21% from 649); Green value is 231 (90.62% from 255 or 35.59% from 649); Blue value is 170 (66.80% from 255 or 26.19% from 649); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E7AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8E7AA is #071855. Grayscale: #E5E5E5. Windows color (decimal): -464982 or 11200504. OLE color: 11200504.
HSL color Cylindrical-coordinate representation of color #F8E7AA: hue angle of 46.92º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F8E7AA is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 231 | 170 | - |
| CMYK | 0 | 0.07 | 0.31 | 0.03 |
| HSL | 46.92º | 0.85% | 0.82% | - |
| HSV(B) | 46.92º | 0.31% | 0.97% | - |
| XYZ | 74.54 | 80.01 | 49.54 | - |
| YUV | 229.13 | 94.63 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 231 | 170 | 0 | 0.07 | 0.31 | 0.03 | 46.92 | 0.85 | 0.82 |
| Hex | F8 | E7 | AA | 0 | 7 | 1F | 3 | 2F | 55 | 52 |
| Octal | 370 | 347 | 252 | 0 | 7 | 37 | 3 | 57 | 125 | 122 |
| Binary | 11111000 | 11100111 | 10101010 | 0 | 111 | 11111 | 11 | 101111 | 1010101 | 1010010 |
Color Harmonies of #F8E7AA
Complementary color
Monochromatic Colors of #F8E7AA
Black with #F8E7AA
Text Example
Text Example
White with #F8E7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E7AA; }
p { color: rgb(248,231,170); }
H1.HeaderClassName
{
color: #F8E7AA;
}
.AnyTagClassName
{
color: #F8E7AA;
}
</style>
background-color css
<style>
a { background-color: #F8E7AA; }
a { background-color: rgb(248,231,170); }
div.DivClassName
{
background-color: #F8E7AA;
}
.BgClassName
{
background-color: #F8E7AA;
}
</style>
border-color css
<style>
span { border-color: #F8E7AA; }
span { border-color: rgb(248,231,170); }
td.TdClassName
{
border-color: #F8E7AA;
}
.TagClassName
{
border-color: #F8E7AA;
}
</style>