Shades of Banana Mania #FDF0AD
Tints of Banana Mania #FDF0AD
RGB
CMYK
RGB Variations
Color information
#FDF0AD (or 0xFDF0AD) is known color: Banana Mania. HEX triplet: FD, F0 and AD. RGB value is (253,240,173). Sum of RGB (Red+Green+Blue) = 253+240+173=666 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.99% from 666); Green value is 240 (94.14% from 255 or 36.04% from 666); Blue value is 173 (67.97% from 255 or 25.98% from 666); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF0AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF0AD is #020F52. Grayscale: #ECECEC. Windows color (decimal): -134995 or 11399421. OLE color: 11399421.
HSL color Cylindrical-coordinate representation of color #FDF0AD: hue angle of 50.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 #FDF0AD is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 240 | 173 | - |
| CMYK | 0 | 0.05 | 0.32 | 0.01 |
| HSL | 50.25º | 0.95% | 0.84% | - |
| HSV(B) | 50.25º | 0.32% | 0.99% | - |
| XYZ | 79.21 | 86.22 | 52 | - |
| YUV | 236.25 | 92.31 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 240 | 173 | 0 | 0.05 | 0.32 | 0.01 | 50.25 | 0.95 | 0.84 |
| Hex | FD | F0 | AD | 0 | 5 | 20 | 1 | 32 | 5F | 54 |
| Octal | 375 | 360 | 255 | 0 | 5 | 40 | 1 | 62 | 137 | 124 |
| Binary | 11111101 | 11110000 | 10101101 | 0 | 101 | 100000 | 1 | 110010 | 1011111 | 1010100 |
Color Harmonies of #FDF0AD
Complementary color
Monochromatic Colors of #FDF0AD
Black with #FDF0AD
Text Example
Text Example
White with #FDF0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF0AD; }
p { color: rgb(253,240,173); }
H1.HeaderClassName
{
color: #FDF0AD;
}
.AnyTagClassName
{
color: #FDF0AD;
}
</style>
background-color css
<style>
a { background-color: #FDF0AD; }
a { background-color: rgb(253,240,173); }
div.DivClassName
{
background-color: #FDF0AD;
}
.BgClassName
{
background-color: #FDF0AD;
}
</style>
border-color css
<style>
span { border-color: #FDF0AD; }
span { border-color: rgb(253,240,173); }
td.TdClassName
{
border-color: #FDF0AD;
}
.TagClassName
{
border-color: #FDF0AD;
}
</style>