Shades of Banana Mania #F9EDB3
Tints of Banana Mania #F9EDB3
RGB
CMYK
RGB Variations
Color information
#F9EDB3 (or 0xF9EDB3) is known color: Banana Mania. HEX triplet: F9, ED and B3. RGB value is (249,237,179). Sum of RGB (Red+Green+Blue) = 249+237+179=665 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.44% from 665); Green value is 237 (92.97% from 255 or 35.64% from 665); Blue value is 179 (70.31% from 255 or 26.92% from 665); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EDB3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9EDB3 is #06124C. Grayscale: #EAEAEA. Windows color (decimal): -397901 or 11791865. OLE color: 11791865.
HSL color Cylindrical-coordinate representation of color #F9EDB3: hue angle of 49.71º degrees, saturation: 0.85, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F9EDB3 is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 237 | 179 | - |
| CMYK | 0 | 0.05 | 0.28 | 0.02 |
| HSL | 49.71º | 0.85% | 0.84% | - |
| HSV(B) | 49.71º | 0.28% | 0.98% | - |
| XYZ | 77.49 | 83.96 | 54.77 | - |
| YUV | 233.98 | 96.98 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 237 | 179 | 0 | 0.05 | 0.28 | 0.02 | 49.71 | 0.85 | 0.84 |
| Hex | F9 | ED | B3 | 0 | 5 | 1C | 2 | 32 | 55 | 54 |
| Octal | 371 | 355 | 263 | 0 | 5 | 34 | 2 | 62 | 125 | 124 |
| Binary | 11111001 | 11101101 | 10110011 | 0 | 101 | 11100 | 10 | 110010 | 1010101 | 1010100 |
Color Harmonies of #F9EDB3
Complementary color
Monochromatic Colors of #F9EDB3
Black with #F9EDB3
Text Example
Text Example
White with #F9EDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9EDB3; }
p { color: rgb(249,237,179); }
H1.HeaderClassName
{
color: #F9EDB3;
}
.AnyTagClassName
{
color: #F9EDB3;
}
</style>
background-color css
<style>
a { background-color: #F9EDB3; }
a { background-color: rgb(249,237,179); }
div.DivClassName
{
background-color: #F9EDB3;
}
.BgClassName
{
background-color: #F9EDB3;
}
</style>
border-color css
<style>
span { border-color: #F9EDB3; }
span { border-color: rgb(249,237,179); }
td.TdClassName
{
border-color: #F9EDB3;
}
.TagClassName
{
border-color: #F9EDB3;
}
</style>