Shades of Banana Mania #FDEBB5
Tints of Banana Mania #FDEBB5
RGB
CMYK
RGB Variations
Color information
#FDEBB5 (or 0xFDEBB5) is known color: Banana Mania. HEX triplet: FD, EB and B5. RGB value is (253,235,181). Sum of RGB (Red+Green+Blue) = 253+235+181=669 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.82% from 669); Green value is 235 (92.19% from 255 or 35.13% from 669); Blue value is 181 (71.09% from 255 or 27.06% from 669); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEBB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEBB5 is #02144A. Grayscale: #EAEAEA. Windows color (decimal): -136267 or 11922429. OLE color: 11922429.
HSL color Cylindrical-coordinate representation of color #FDEBB5: hue angle of 45º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FDEBB5 is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 235 | 181 | - |
| CMYK | 0 | 0.07 | 0.28 | 0.01 |
| HSL | 45º | 0.95% | 0.85% | - |
| HSV(B) | 45º | 0.28% | 0.99% | - |
| XYZ | 78.56 | 83.64 | 55.72 | - |
| YUV | 234.23 | 97.96 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 235 | 181 | 0 | 0.07 | 0.28 | 0.01 | 45 | 0.95 | 0.85 |
| Hex | FD | EB | B5 | 0 | 7 | 1C | 1 | 2D | 5F | 55 |
| Octal | 375 | 353 | 265 | 0 | 7 | 34 | 1 | 55 | 137 | 125 |
| Binary | 11111101 | 11101011 | 10110101 | 0 | 111 | 11100 | 1 | 101101 | 1011111 | 1010101 |
Color Harmonies of #FDEBB5
Complementary color
Monochromatic Colors of #FDEBB5
Black with #FDEBB5
Text Example
Text Example
White with #FDEBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEBB5; }
p { color: rgb(253,235,181); }
H1.HeaderClassName
{
color: #FDEBB5;
}
.AnyTagClassName
{
color: #FDEBB5;
}
</style>
background-color css
<style>
a { background-color: #FDEBB5; }
a { background-color: rgb(253,235,181); }
div.DivClassName
{
background-color: #FDEBB5;
}
.BgClassName
{
background-color: #FDEBB5;
}
</style>
border-color css
<style>
span { border-color: #FDEBB5; }
span { border-color: rgb(253,235,181); }
td.TdClassName
{
border-color: #FDEBB5;
}
.TagClassName
{
border-color: #FDEBB5;
}
</style>