Shades of Banana Mania #FDEEB1
Tints of Banana Mania #FDEEB1
RGB
CMYK
RGB Variations
Color information
#FDEEB1 (or 0xFDEEB1) is known color: Banana Mania. HEX triplet: FD, EE and B1. RGB value is (253,238,177). Sum of RGB (Red+Green+Blue) = 253+238+177=668 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.87% from 668); Green value is 238 (93.36% from 255 or 35.63% from 668); Blue value is 177 (69.53% from 255 or 26.50% from 668); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEEB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEEB1 is #02114E. Grayscale: #EBEBEB. Windows color (decimal): -135503 or 11661053. OLE color: 11661053.
HSL color Cylindrical-coordinate representation of color #FDEEB1: hue angle of 48.16º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDEEB1 is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 238 | 177 | - |
| CMYK | 0 | 0.06 | 0.30 | 0.01 |
| HSL | 48.16º | 0.95% | 0.84% | - |
| HSV(B) | 48.16º | 0.3% | 0.99% | - |
| XYZ | 79.02 | 85.21 | 53.88 | - |
| YUV | 235.53 | 94.97 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 238 | 177 | 0 | 0.06 | 0.30 | 0.01 | 48.16 | 0.95 | 0.84 |
| Hex | FD | EE | B1 | 0 | 6 | 1E | 1 | 30 | 5F | 54 |
| Octal | 375 | 356 | 261 | 0 | 6 | 36 | 1 | 60 | 137 | 124 |
| Binary | 11111101 | 11101110 | 10110001 | 0 | 110 | 11110 | 1 | 110000 | 1011111 | 1010100 |
Color Harmonies of #FDEEB1
Complementary color
Monochromatic Colors of #FDEEB1
Black with #FDEEB1
Text Example
Text Example
White with #FDEEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEEB1; }
p { color: rgb(253,238,177); }
H1.HeaderClassName
{
color: #FDEEB1;
}
.AnyTagClassName
{
color: #FDEEB1;
}
</style>
background-color css
<style>
a { background-color: #FDEEB1; }
a { background-color: rgb(253,238,177); }
div.DivClassName
{
background-color: #FDEEB1;
}
.BgClassName
{
background-color: #FDEEB1;
}
</style>
border-color css
<style>
span { border-color: #FDEEB1; }
span { border-color: rgb(253,238,177); }
td.TdClassName
{
border-color: #FDEEB1;
}
.TagClassName
{
border-color: #FDEEB1;
}
</style>