Shades of Banana Mania #FDECAD
Tints of Banana Mania #FDECAD
RGB
CMYK
RGB Variations
Color information
#FDECAD (or 0xFDECAD) is known color: Banana Mania. HEX triplet: FD, EC and AD. RGB value is (253,236,173). Sum of RGB (Red+Green+Blue) = 253+236+173=662 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.22% from 662); Green value is 236 (92.58% from 255 or 35.65% from 662); Blue value is 173 (67.97% from 255 or 26.13% from 662); Max value from RGB is 253 - color contains mainly: red. Hex color #FDECAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDECAD is #021352. Grayscale: #EAEAEA. Windows color (decimal): -136019 or 11398397. OLE color: 11398397.
HSL color Cylindrical-coordinate representation of color #FDECAD: hue angle of 47.25º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDECAD is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 236 | 173 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.01 |
| HSL | 47.25º | 0.95% | 0.84% | - |
| HSV(B) | 47.25º | 0.32% | 0.99% | - |
| XYZ | 78.05 | 83.89 | 51.61 | - |
| YUV | 233.9 | 93.63 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 236 | 173 | 0 | 0.07 | 0.32 | 0.01 | 47.25 | 0.95 | 0.84 |
| Hex | FD | EC | AD | 0 | 7 | 20 | 1 | 2F | 5F | 54 |
| Octal | 375 | 354 | 255 | 0 | 7 | 40 | 1 | 57 | 137 | 124 |
| Binary | 11111101 | 11101100 | 10101101 | 0 | 111 | 100000 | 1 | 101111 | 1011111 | 1010100 |
Color Harmonies of #FDECAD
Complementary color
Monochromatic Colors of #FDECAD
Black with #FDECAD
Text Example
Text Example
White with #FDECAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDECAD; }
p { color: rgb(253,236,173); }
H1.HeaderClassName
{
color: #FDECAD;
}
.AnyTagClassName
{
color: #FDECAD;
}
</style>
background-color css
<style>
a { background-color: #FDECAD; }
a { background-color: rgb(253,236,173); }
div.DivClassName
{
background-color: #FDECAD;
}
.BgClassName
{
background-color: #FDECAD;
}
</style>
border-color css
<style>
span { border-color: #FDECAD; }
span { border-color: rgb(253,236,173); }
td.TdClassName
{
border-color: #FDECAD;
}
.TagClassName
{
border-color: #FDECAD;
}
</style>