Shades of Banana Mania #F8E6AE
Tints of Banana Mania #F8E6AE
RGB
CMYK
RGB Variations
Color information
#F8E6AE (or 0xF8E6AE) is known color: Banana Mania. HEX triplet: F8, E6 and AE. RGB value is (248,230,174). Sum of RGB (Red+Green+Blue) = 248+230+174=652 (86% of max value = 765). Red value is 248 (97.27% from 255 or 38.04% from 652); Green value is 230 (90.23% from 255 or 35.28% from 652); Blue value is 174 (68.36% from 255 or 26.69% from 652); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E6AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8E6AE is #071951. Grayscale: #E5E5E5. Windows color (decimal): -465234 or 11462392. OLE color: 11462392.
HSL color Cylindrical-coordinate representation of color #F8E6AE: hue angle of 45.41º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F8E6AE is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 230 | 174 | - |
| CMYK | 0 | 0.07 | 0.30 | 0.03 |
| HSL | 45.41º | 0.84% | 0.83% | - |
| HSV(B) | 45.41º | 0.3% | 0.97% | - |
| XYZ | 74.65 | 79.61 | 51.48 | - |
| YUV | 229 | 96.96 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 230 | 174 | 0 | 0.07 | 0.30 | 0.03 | 45.41 | 0.84 | 0.83 |
| Hex | F8 | E6 | AE | 0 | 7 | 1E | 3 | 2D | 54 | 53 |
| Octal | 370 | 346 | 256 | 0 | 7 | 36 | 3 | 55 | 124 | 123 |
| Binary | 11111000 | 11100110 | 10101110 | 0 | 111 | 11110 | 11 | 101101 | 1010100 | 1010011 |
Color Harmonies of #F8E6AE
Complementary color
Monochromatic Colors of #F8E6AE
Black with #F8E6AE
Text Example
Text Example
White with #F8E6AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E6AE; }
p { color: rgb(248,230,174); }
H1.HeaderClassName
{
color: #F8E6AE;
}
.AnyTagClassName
{
color: #F8E6AE;
}
</style>
background-color css
<style>
a { background-color: #F8E6AE; }
a { background-color: rgb(248,230,174); }
div.DivClassName
{
background-color: #F8E6AE;
}
.BgClassName
{
background-color: #F8E6AE;
}
</style>
border-color css
<style>
span { border-color: #F8E6AE; }
span { border-color: rgb(248,230,174); }
td.TdClassName
{
border-color: #F8E6AE;
}
.TagClassName
{
border-color: #F8E6AE;
}
</style>