Shades of Banana Mania #FDEBB6
Tints of Banana Mania #FDEBB6
RGB
CMYK
RGB Variations
Color information
#FDEBB6 (or 0xFDEBB6) is known color: Banana Mania. HEX triplet: FD, EB and B6. RGB value is (253,235,182). Sum of RGB (Red+Green+Blue) = 253+235+182=670 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.76% from 670); Green value is 235 (92.19% from 255 or 35.07% from 670); Blue value is 182 (71.48% from 255 or 27.16% from 670); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEBB6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEBB6 is #021449. Grayscale: #EAEAEA. Windows color (decimal): -136266 or 11987965. OLE color: 11987965.
HSL color Cylindrical-coordinate representation of color #FDEBB6: hue angle of 44.79º 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 #FDEBB6 is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 235 | 182 | - |
| CMYK | 0 | 0.07 | 0.28 | 0.01 |
| HSL | 44.79º | 0.95% | 0.85% | - |
| HSV(B) | 44.79º | 0.28% | 0.99% | - |
| XYZ | 78.66 | 83.68 | 56.26 | - |
| YUV | 234.34 | 98.46 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 235 | 182 | 0 | 0.07 | 0.28 | 0.01 | 44.79 | 0.95 | 0.85 |
| Hex | FD | EB | B6 | 0 | 7 | 1C | 1 | 2D | 5F | 55 |
| Octal | 375 | 353 | 266 | 0 | 7 | 34 | 1 | 55 | 137 | 125 |
| Binary | 11111101 | 11101011 | 10110110 | 0 | 111 | 11100 | 1 | 101101 | 1011111 | 1010101 |
Color Harmonies of #FDEBB6
Complementary color
Monochromatic Colors of #FDEBB6
Black with #FDEBB6
Text Example
Text Example
White with #FDEBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEBB6; }
p { color: rgb(253,235,182); }
H1.HeaderClassName
{
color: #FDEBB6;
}
.AnyTagClassName
{
color: #FDEBB6;
}
</style>
background-color css
<style>
a { background-color: #FDEBB6; }
a { background-color: rgb(253,235,182); }
div.DivClassName
{
background-color: #FDEBB6;
}
.BgClassName
{
background-color: #FDEBB6;
}
</style>
border-color css
<style>
span { border-color: #FDEBB6; }
span { border-color: rgb(253,235,182); }
td.TdClassName
{
border-color: #FDEBB6;
}
.TagClassName
{
border-color: #FDEBB6;
}
</style>