Shades of Banana Mania #F8EDB0
Tints of Banana Mania #F8EDB0
RGB
CMYK
RGB Variations
Color information
#F8EDB0 (or 0xF8EDB0) is known color: Banana Mania. HEX triplet: F8, ED and B0. RGB value is (248,237,176). Sum of RGB (Red+Green+Blue) = 248+237+176=661 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.52% from 661); Green value is 237 (92.97% from 255 or 35.85% from 661); Blue value is 176 (69.14% from 255 or 26.63% from 661); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EDB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8EDB0 is #07124F. Grayscale: #E9E9E9. Windows color (decimal): -463440 or 11595256. OLE color: 11595256.
HSL color Cylindrical-coordinate representation of color #F8EDB0: hue angle of 50.83º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F8EDB0 is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 237 | 176 | - |
| CMYK | 0 | 0.04 | 0.29 | 0.03 |
| HSL | 50.83º | 0.84% | 0.83% | - |
| HSV(B) | 50.83º | 0.29% | 0.97% | - |
| XYZ | 76.83 | 83.66 | 53.17 | - |
| YUV | 233.34 | 95.64 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 237 | 176 | 0 | 0.04 | 0.29 | 0.03 | 50.83 | 0.84 | 0.83 |
| Hex | F8 | ED | B0 | 0 | 4 | 1D | 3 | 33 | 54 | 53 |
| Octal | 370 | 355 | 260 | 0 | 4 | 35 | 3 | 63 | 124 | 123 |
| Binary | 11111000 | 11101101 | 10110000 | 0 | 100 | 11101 | 11 | 110011 | 1010100 | 1010011 |
Color Harmonies of #F8EDB0
Complementary color
Monochromatic Colors of #F8EDB0
Black with #F8EDB0
Text Example
Text Example
White with #F8EDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EDB0; }
p { color: rgb(248,237,176); }
H1.HeaderClassName
{
color: #F8EDB0;
}
.AnyTagClassName
{
color: #F8EDB0;
}
</style>
background-color css
<style>
a { background-color: #F8EDB0; }
a { background-color: rgb(248,237,176); }
div.DivClassName
{
background-color: #F8EDB0;
}
.BgClassName
{
background-color: #F8EDB0;
}
</style>
border-color css
<style>
span { border-color: #F8EDB0; }
span { border-color: rgb(248,237,176); }
td.TdClassName
{
border-color: #F8EDB0;
}
.TagClassName
{
border-color: #F8EDB0;
}
</style>