Shades of Banana Mania #FDEEB8
Tints of Banana Mania #FDEEB8
RGB
CMYK
RGB Variations
Color information
#FDEEB8 (or 0xFDEEB8) is known color: Banana Mania. HEX triplet: FD, EE and B8. RGB value is (253,238,184). Sum of RGB (Red+Green+Blue) = 253+238+184=675 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.48% from 675); Green value is 238 (93.36% from 255 or 35.26% from 675); Blue value is 184 (72.27% from 255 or 27.26% from 675); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEEB8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEEB8 is #021147. Grayscale: #ECECEC. Windows color (decimal): -135496 or 12119805. OLE color: 12119805.
HSL color Cylindrical-coordinate representation of color #FDEEB8: hue angle of 46.96º degrees, saturation: 0.95, 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 #FDEEB8 is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 238 | 184 | - |
| CMYK | 0 | 0.06 | 0.27 | 0.01 |
| HSL | 46.96º | 0.95% | 0.86% | - |
| HSV(B) | 46.96º | 0.27% | 0.99% | - |
| XYZ | 79.73 | 85.49 | 57.65 | - |
| YUV | 236.33 | 98.47 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 238 | 184 | 0 | 0.06 | 0.27 | 0.01 | 46.96 | 0.95 | 0.86 |
| Hex | FD | EE | B8 | 0 | 6 | 1B | 1 | 2F | 5F | 56 |
| Octal | 375 | 356 | 270 | 0 | 6 | 33 | 1 | 57 | 137 | 126 |
| Binary | 11111101 | 11101110 | 10111000 | 0 | 110 | 11011 | 1 | 101111 | 1011111 | 1010110 |
Color Harmonies of #FDEEB8
Complementary color
Monochromatic Colors of #FDEEB8
Black with #FDEEB8
Text Example
Text Example
White with #FDEEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEEB8; }
p { color: rgb(253,238,184); }
H1.HeaderClassName
{
color: #FDEEB8;
}
.AnyTagClassName
{
color: #FDEEB8;
}
</style>
background-color css
<style>
a { background-color: #FDEEB8; }
a { background-color: rgb(253,238,184); }
div.DivClassName
{
background-color: #FDEEB8;
}
.BgClassName
{
background-color: #FDEEB8;
}
</style>
border-color css
<style>
span { border-color: #FDEEB8; }
span { border-color: rgb(253,238,184); }
td.TdClassName
{
border-color: #FDEEB8;
}
.TagClassName
{
border-color: #FDEEB8;
}
</style>