Shades of Banana Mania #F8EAAA
Tints of Banana Mania #F8EAAA
RGB
CMYK
RGB Variations
Color information
#F8EAAA (or 0xF8EAAA) is known color: Banana Mania. HEX triplet: F8, EA and AA. RGB value is (248,234,170). Sum of RGB (Red+Green+Blue) = 248+234+170=652 (86% of max value = 765). Red value is 248 (97.27% from 255 or 38.04% from 652); Green value is 234 (91.80% from 255 or 35.89% from 652); Blue value is 170 (66.80% from 255 or 26.07% from 652); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EAAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8EAAA is #071555. Grayscale: #E7E7E7. Windows color (decimal): -464214 or 11201272. OLE color: 11201272.
HSL color Cylindrical-coordinate representation of color #F8EAAA: hue angle of 49.23º 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 #F8EAAA is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 234 | 170 | - |
| CMYK | 0 | 0.06 | 0.31 | 0.03 |
| HSL | 49.23º | 0.85% | 0.82% | - |
| HSV(B) | 49.23º | 0.31% | 0.97% | - |
| XYZ | 75.39 | 81.7 | 49.83 | - |
| YUV | 230.89 | 93.64 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 234 | 170 | 0 | 0.06 | 0.31 | 0.03 | 49.23 | 0.85 | 0.82 |
| Hex | F8 | EA | AA | 0 | 6 | 1F | 3 | 31 | 55 | 52 |
| Octal | 370 | 352 | 252 | 0 | 6 | 37 | 3 | 61 | 125 | 122 |
| Binary | 11111000 | 11101010 | 10101010 | 0 | 110 | 11111 | 11 | 110001 | 1010101 | 1010010 |
Color Harmonies of #F8EAAA
Complementary color
Monochromatic Colors of #F8EAAA
Black with #F8EAAA
Text Example
Text Example
White with #F8EAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EAAA; }
p { color: rgb(248,234,170); }
H1.HeaderClassName
{
color: #F8EAAA;
}
.AnyTagClassName
{
color: #F8EAAA;
}
</style>
background-color css
<style>
a { background-color: #F8EAAA; }
a { background-color: rgb(248,234,170); }
div.DivClassName
{
background-color: #F8EAAA;
}
.BgClassName
{
background-color: #F8EAAA;
}
</style>
border-color css
<style>
span { border-color: #F8EAAA; }
span { border-color: rgb(248,234,170); }
td.TdClassName
{
border-color: #F8EAAA;
}
.TagClassName
{
border-color: #F8EAAA;
}
</style>