Shades of Banana Mania #F5E6AD
Tints of Banana Mania #F5E6AD
RGB
CMYK
RGB Variations
Color information
#F5E6AD (or 0xF5E6AD) is known color: Banana Mania. HEX triplet: F5, E6 and AD. RGB value is (245,230,173). Sum of RGB (Red+Green+Blue) = 245+230+173=648 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.81% from 648); Green value is 230 (90.23% from 255 or 35.49% from 648); Blue value is 173 (67.97% from 255 or 26.70% from 648); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E6AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5E6AD is #0A1952. Grayscale: #E4E4E4. Windows color (decimal): -661843 or 11396853. OLE color: 11396853.
HSL color Cylindrical-coordinate representation of color #F5E6AD: hue angle of 47.5º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F5E6AD is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 230 | 173 | - |
| CMYK | 0 | 0.06 | 0.29 | 0.04 |
| HSL | 47.5º | 0.78% | 0.82% | - |
| HSV(B) | 47.5º | 0.29% | 0.96% | - |
| XYZ | 73.5 | 79.02 | 50.91 | - |
| YUV | 227.99 | 96.97 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 230 | 173 | 0 | 0.06 | 0.29 | 0.04 | 47.5 | 0.78 | 0.82 |
| Hex | F5 | E6 | AD | 0 | 6 | 1D | 4 | 30 | 4E | 52 |
| Octal | 365 | 346 | 255 | 0 | 6 | 35 | 4 | 60 | 116 | 122 |
| Binary | 11110101 | 11100110 | 10101101 | 0 | 110 | 11101 | 100 | 110000 | 1001110 | 1010010 |
Color Harmonies of #F5E6AD
Complementary color
Monochromatic Colors of #F5E6AD
Black with #F5E6AD
Text Example
Text Example
White with #F5E6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E6AD; }
p { color: rgb(245,230,173); }
H1.HeaderClassName
{
color: #F5E6AD;
}
.AnyTagClassName
{
color: #F5E6AD;
}
</style>
background-color css
<style>
a { background-color: #F5E6AD; }
a { background-color: rgb(245,230,173); }
div.DivClassName
{
background-color: #F5E6AD;
}
.BgClassName
{
background-color: #F5E6AD;
}
</style>
border-color css
<style>
span { border-color: #F5E6AD; }
span { border-color: rgb(245,230,173); }
td.TdClassName
{
border-color: #F5E6AD;
}
.TagClassName
{
border-color: #F5E6AD;
}
</style>