Shades of Banana Mania #FDEEB9
Tints of Banana Mania #FDEEB9
RGB
CMYK
RGB Variations
Color information
#FDEEB9 (or 0xFDEEB9) is known color: Banana Mania. HEX triplet: FD, EE and B9. RGB value is (253,238,185). Sum of RGB (Red+Green+Blue) = 253+238+185=676 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.43% from 676); Green value is 238 (93.36% from 255 or 35.21% from 676); Blue value is 185 (72.66% from 255 or 27.37% from 676); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEEB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEEB9 is #021146. Grayscale: #ECECEC. Windows color (decimal): -135495 or 12185341. OLE color: 12185341.
HSL color Cylindrical-coordinate representation of color #FDEEB9: hue angle of 46.76º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FDEEB9 is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 238 | 185 | - |
CMYK | 0 | 0.06 | 0.27 | 0.01 |
HSL | 46.76º | 0.94% | 0.86% | - |
HSV(B) | 46.76º | 0.27% | 0.99% | - |
XYZ | 79.84 | 85.53 | 58.2 | - |
YUV | 236.44 | 98.97 | 139.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 238 | 185 | 0 | 0.06 | 0.27 | 0.01 | 46.76 | 0.94 | 0.86 |
Hex | FD | EE | B9 | 0 | 6 | 1B | 1 | 2F | 5E | 56 |
Octal | 375 | 356 | 271 | 0 | 6 | 33 | 1 | 57 | 136 | 126 |
Binary | 11111101 | 11101110 | 10111001 | 0 | 110 | 11011 | 1 | 101111 | 1011110 | 1010110 |
Color Harmonies of #FDEEB9
Complementary color
Monochromatic Colors of #FDEEB9
Black with #FDEEB9
Text Example
Text Example
White with #FDEEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEEB9; }
p { color: rgb(253,238,185); }
H1.HeaderClassName
{
color: #FDEEB9;
}
.AnyTagClassName
{
color: #FDEEB9;
}
</style>
background-color css
<style>
a { background-color: #FDEEB9; }
a { background-color: rgb(253,238,185); }
div.DivClassName
{
background-color: #FDEEB9;
}
.BgClassName
{
background-color: #FDEEB9;
}
</style>
border-color css
<style>
span { border-color: #FDEEB9; }
span { border-color: rgb(253,238,185); }
td.TdClassName
{
border-color: #FDEEB9;
}
.TagClassName
{
border-color: #FDEEB9;
}
</style>