Shades of Banana Mania #F8E6AC
Tints of Banana Mania #F8E6AC
RGB
CMYK
RGB Variations
Color information
#F8E6AC (or 0xF8E6AC) is known color: Banana Mania. HEX triplet: F8, E6 and AC. RGB value is (248,230,172). Sum of RGB (Red+Green+Blue) = 248+230+172=650 (86% of max value = 765). Red value is 248 (97.27% from 255 or 38.15% from 650); Green value is 230 (90.23% from 255 or 35.38% from 650); Blue value is 172 (67.58% from 255 or 26.46% from 650); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E6AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8E6AC is #071953. Grayscale: #E5E5E5. Windows color (decimal): -465236 or 11331320. OLE color: 11331320.
HSL color Cylindrical-coordinate representation of color #F8E6AC: hue angle of 45.79º 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 #F8E6AC is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 230 | 172 | - |
| CMYK | 0 | 0.07 | 0.31 | 0.03 |
| HSL | 45.79º | 0.84% | 0.82% | - |
| HSV(B) | 45.79º | 0.31% | 0.97% | - |
| XYZ | 74.45 | 79.53 | 50.46 | - |
| YUV | 228.77 | 95.96 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 230 | 172 | 0 | 0.07 | 0.31 | 0.03 | 45.79 | 0.84 | 0.82 |
| Hex | F8 | E6 | AC | 0 | 7 | 1F | 3 | 2E | 54 | 52 |
| Octal | 370 | 346 | 254 | 0 | 7 | 37 | 3 | 56 | 124 | 122 |
| Binary | 11111000 | 11100110 | 10101100 | 0 | 111 | 11111 | 11 | 101110 | 1010100 | 1010010 |
Color Harmonies of #F8E6AC
Complementary color
Monochromatic Colors of #F8E6AC
Black with #F8E6AC
Text Example
Text Example
White with #F8E6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E6AC; }
p { color: rgb(248,230,172); }
H1.HeaderClassName
{
color: #F8E6AC;
}
.AnyTagClassName
{
color: #F8E6AC;
}
</style>
background-color css
<style>
a { background-color: #F8E6AC; }
a { background-color: rgb(248,230,172); }
div.DivClassName
{
background-color: #F8E6AC;
}
.BgClassName
{
background-color: #F8E6AC;
}
</style>
border-color css
<style>
span { border-color: #F8E6AC; }
span { border-color: rgb(248,230,172); }
td.TdClassName
{
border-color: #F8E6AC;
}
.TagClassName
{
border-color: #F8E6AC;
}
</style>