Shades of Banana Mania #FDF0B0
Tints of Banana Mania #FDF0B0
RGB
CMYK
RGB Variations
Color information
#FDF0B0 (or 0xFDF0B0) is known color: Banana Mania. HEX triplet: FD, F0 and B0. RGB value is (253,240,176). Sum of RGB (Red+Green+Blue) = 253+240+176=669 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.82% from 669); Green value is 240 (94.14% from 255 or 35.87% from 669); Blue value is 176 (69.14% from 255 or 26.31% from 669); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF0B0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF0B0 is #020F4F. Grayscale: #ECECEC. Windows color (decimal): -134992 or 11596029. OLE color: 11596029.
HSL color Cylindrical-coordinate representation of color #FDF0B0: hue angle of 49.87º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDF0B0 is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 240 | 176 | - |
| CMYK | 0 | 0.05 | 0.30 | 0.01 |
| HSL | 49.87º | 0.95% | 0.84% | - |
| HSV(B) | 49.87º | 0.3% | 0.99% | - |
| XYZ | 79.5 | 86.34 | 53.55 | - |
| YUV | 236.59 | 93.81 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 240 | 176 | 0 | 0.05 | 0.30 | 0.01 | 49.87 | 0.95 | 0.84 |
| Hex | FD | F0 | B0 | 0 | 5 | 1E | 1 | 32 | 5F | 54 |
| Octal | 375 | 360 | 260 | 0 | 5 | 36 | 1 | 62 | 137 | 124 |
| Binary | 11111101 | 11110000 | 10110000 | 0 | 101 | 11110 | 1 | 110010 | 1011111 | 1010100 |
Color Harmonies of #FDF0B0
Complementary color
Monochromatic Colors of #FDF0B0
Black with #FDF0B0
Text Example
Text Example
White with #FDF0B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF0B0; }
p { color: rgb(253,240,176); }
H1.HeaderClassName
{
color: #FDF0B0;
}
.AnyTagClassName
{
color: #FDF0B0;
}
</style>
background-color css
<style>
a { background-color: #FDF0B0; }
a { background-color: rgb(253,240,176); }
div.DivClassName
{
background-color: #FDF0B0;
}
.BgClassName
{
background-color: #FDF0B0;
}
</style>
border-color css
<style>
span { border-color: #FDF0B0; }
span { border-color: rgb(253,240,176); }
td.TdClassName
{
border-color: #FDF0B0;
}
.TagClassName
{
border-color: #FDF0B0;
}
</style>