Shades of Banana Mania #FDEBB0
Tints of Banana Mania #FDEBB0
RGB
CMYK
RGB Variations
Color information
#FDEBB0 (or 0xFDEBB0) is known color: Banana Mania. HEX triplet: FD, EB and B0. RGB value is (253,235,176). Sum of RGB (Red+Green+Blue) = 253+235+176=664 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.10% from 664); Green value is 235 (92.19% from 255 or 35.39% from 664); Blue value is 176 (69.14% from 255 or 26.51% from 664); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEBB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEBB0 is #02144F. Grayscale: #E9E9E9. Windows color (decimal): -136272 or 11594749. OLE color: 11594749.
HSL color Cylindrical-coordinate representation of color #FDEBB0: hue angle of 45.97º 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 #FDEBB0 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 235 | 176 | - |
| CMYK | 0 | 0.07 | 0.30 | 0.01 |
| HSL | 45.97º | 0.95% | 0.84% | - |
| HSV(B) | 45.97º | 0.3% | 0.99% | - |
| XYZ | 78.05 | 83.43 | 53.06 | - |
| YUV | 233.66 | 95.46 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 235 | 176 | 0 | 0.07 | 0.30 | 0.01 | 45.97 | 0.95 | 0.84 |
| Hex | FD | EB | B0 | 0 | 7 | 1E | 1 | 2E | 5F | 54 |
| Octal | 375 | 353 | 260 | 0 | 7 | 36 | 1 | 56 | 137 | 124 |
| Binary | 11111101 | 11101011 | 10110000 | 0 | 111 | 11110 | 1 | 101110 | 1011111 | 1010100 |
Color Harmonies of #FDEBB0
Complementary color
Monochromatic Colors of #FDEBB0
Black with #FDEBB0
Text Example
Text Example
White with #FDEBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEBB0; }
p { color: rgb(253,235,176); }
H1.HeaderClassName
{
color: #FDEBB0;
}
.AnyTagClassName
{
color: #FDEBB0;
}
</style>
background-color css
<style>
a { background-color: #FDEBB0; }
a { background-color: rgb(253,235,176); }
div.DivClassName
{
background-color: #FDEBB0;
}
.BgClassName
{
background-color: #FDEBB0;
}
</style>
border-color css
<style>
span { border-color: #FDEBB0; }
span { border-color: rgb(253,235,176); }
td.TdClassName
{
border-color: #FDEBB0;
}
.TagClassName
{
border-color: #FDEBB0;
}
</style>