Shades of Banana Mania #FDECBA
Tints of Banana Mania #FDECBA
RGB
CMYK
RGB Variations
Color information
#FDECBA (or 0xFDECBA) is known color: Banana Mania. HEX triplet: FD, EC and BA. RGB value is (253,236,186). Sum of RGB (Red+Green+Blue) = 253+236+186=675 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.48% from 675); Green value is 236 (92.58% from 255 or 34.96% from 675); Blue value is 186 (73.05% from 255 or 27.56% from 675); Max value from RGB is 253 - color contains mainly: red. Hex color #FDECBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDECBA is #021345. Grayscale: #EBEBEB. Windows color (decimal): -136006 or 12250365. OLE color: 12250365.
HSL color Cylindrical-coordinate representation of color #FDECBA: hue angle of 44.78º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FDECBA is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 236 | 186 | - |
| CMYK | 0 | 0.07 | 0.26 | 0.01 |
| HSL | 44.78º | 0.94% | 0.86% | - |
| HSV(B) | 44.78º | 0.26% | 0.99% | - |
| XYZ | 79.37 | 84.42 | 58.57 | - |
| YUV | 235.38 | 100.13 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 236 | 186 | 0 | 0.07 | 0.26 | 0.01 | 44.78 | 0.94 | 0.86 |
| Hex | FD | EC | BA | 0 | 7 | 1A | 1 | 2D | 5E | 56 |
| Octal | 375 | 354 | 272 | 0 | 7 | 32 | 1 | 55 | 136 | 126 |
| Binary | 11111101 | 11101100 | 10111010 | 0 | 111 | 11010 | 1 | 101101 | 1011110 | 1010110 |
Color Harmonies of #FDECBA
Complementary color
Monochromatic Colors of #FDECBA
Black with #FDECBA
Text Example
Text Example
White with #FDECBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDECBA; }
p { color: rgb(253,236,186); }
H1.HeaderClassName
{
color: #FDECBA;
}
.AnyTagClassName
{
color: #FDECBA;
}
</style>
background-color css
<style>
a { background-color: #FDECBA; }
a { background-color: rgb(253,236,186); }
div.DivClassName
{
background-color: #FDECBA;
}
.BgClassName
{
background-color: #FDECBA;
}
</style>
border-color css
<style>
span { border-color: #FDECBA; }
span { border-color: rgb(253,236,186); }
td.TdClassName
{
border-color: #FDECBA;
}
.TagClassName
{
border-color: #FDECBA;
}
</style>