Shades of Banana Mania #F8EAAB
Tints of Banana Mania #F8EAAB
RGB
CMYK
RGB Variations
Color information
#F8EAAB (or 0xF8EAAB) is known color: Banana Mania. HEX triplet: F8, EA and AB. RGB value is (248,234,171). Sum of RGB (Red+Green+Blue) = 248+234+171=653 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.98% from 653); Green value is 234 (91.80% from 255 or 35.83% from 653); Blue value is 171 (67.19% from 255 or 26.19% from 653); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EAAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8EAAB is #071554. Grayscale: #E7E7E7. Windows color (decimal): -464213 or 11266808. OLE color: 11266808.
HSL color Cylindrical-coordinate representation of color #F8EAAB: hue angle of 49.09º 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 #F8EAAB is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 234 | 171 | - |
| CMYK | 0 | 0.06 | 0.31 | 0.03 |
| HSL | 49.09º | 0.85% | 0.82% | - |
| HSV(B) | 49.09º | 0.31% | 0.97% | - |
| XYZ | 75.48 | 81.74 | 50.33 | - |
| YUV | 231 | 94.14 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 234 | 171 | 0 | 0.06 | 0.31 | 0.03 | 49.09 | 0.85 | 0.82 |
| Hex | F8 | EA | AB | 0 | 6 | 1F | 3 | 31 | 55 | 52 |
| Octal | 370 | 352 | 253 | 0 | 6 | 37 | 3 | 61 | 125 | 122 |
| Binary | 11111000 | 11101010 | 10101011 | 0 | 110 | 11111 | 11 | 110001 | 1010101 | 1010010 |
Color Harmonies of #F8EAAB
Complementary color
Monochromatic Colors of #F8EAAB
Black with #F8EAAB
Text Example
Text Example
White with #F8EAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EAAB; }
p { color: rgb(248,234,171); }
H1.HeaderClassName
{
color: #F8EAAB;
}
.AnyTagClassName
{
color: #F8EAAB;
}
</style>
background-color css
<style>
a { background-color: #F8EAAB; }
a { background-color: rgb(248,234,171); }
div.DivClassName
{
background-color: #F8EAAB;
}
.BgClassName
{
background-color: #F8EAAB;
}
</style>
border-color css
<style>
span { border-color: #F8EAAB; }
span { border-color: rgb(248,234,171); }
td.TdClassName
{
border-color: #F8EAAB;
}
.TagClassName
{
border-color: #F8EAAB;
}
</style>