Shades of Banana Mania #F8EAAC
Tints of Banana Mania #F8EAAC
RGB
CMYK
RGB Variations
Color information
#F8EAAC (or 0xF8EAAC) is known color: Banana Mania. HEX triplet: F8, EA and AC. RGB value is (248,234,172). Sum of RGB (Red+Green+Blue) = 248+234+172=654 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.92% from 654); Green value is 234 (91.80% from 255 or 35.78% from 654); Blue value is 172 (67.58% from 255 or 26.30% from 654); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EAAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8EAAC is #071553. Grayscale: #E7E7E7. Windows color (decimal): -464212 or 11332344. OLE color: 11332344.
HSL color Cylindrical-coordinate representation of color #F8EAAC: hue angle of 48.95º degrees, saturation: 0.84, 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 #F8EAAC is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 234 | 172 | - |
| CMYK | 0 | 0.06 | 0.31 | 0.03 |
| HSL | 48.95º | 0.84% | 0.82% | - |
| HSV(B) | 48.95º | 0.31% | 0.97% | - |
| XYZ | 75.58 | 81.78 | 50.83 | - |
| YUV | 231.12 | 94.64 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 234 | 172 | 0 | 0.06 | 0.31 | 0.03 | 48.95 | 0.84 | 0.82 |
| Hex | F8 | EA | AC | 0 | 6 | 1F | 3 | 31 | 54 | 52 |
| Octal | 370 | 352 | 254 | 0 | 6 | 37 | 3 | 61 | 124 | 122 |
| Binary | 11111000 | 11101010 | 10101100 | 0 | 110 | 11111 | 11 | 110001 | 1010100 | 1010010 |
Color Harmonies of #F8EAAC
Complementary color
Monochromatic Colors of #F8EAAC
Black with #F8EAAC
Text Example
Text Example
White with #F8EAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EAAC; }
p { color: rgb(248,234,172); }
H1.HeaderClassName
{
color: #F8EAAC;
}
.AnyTagClassName
{
color: #F8EAAC;
}
</style>
background-color css
<style>
a { background-color: #F8EAAC; }
a { background-color: rgb(248,234,172); }
div.DivClassName
{
background-color: #F8EAAC;
}
.BgClassName
{
background-color: #F8EAAC;
}
</style>
border-color css
<style>
span { border-color: #F8EAAC; }
span { border-color: rgb(248,234,172); }
td.TdClassName
{
border-color: #F8EAAC;
}
.TagClassName
{
border-color: #F8EAAC;
}
</style>