Shades of Banana Mania #FDEFB0
Tints of Banana Mania #FDEFB0
RGB
CMYK
RGB Variations
Color information
#FDEFB0 (or 0xFDEFB0) is known color: Banana Mania. HEX triplet: FD, EF and B0. RGB value is (253,239,176). Sum of RGB (Red+Green+Blue) = 253+239+176=668 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.87% from 668); Green value is 239 (93.75% from 255 or 35.78% from 668); Blue value is 176 (69.14% from 255 or 26.35% from 668); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEFB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEFB0 is #02104F. Grayscale: #ECECEC. Windows color (decimal): -135248 or 11595773. OLE color: 11595773.
HSL color Cylindrical-coordinate representation of color #FDEFB0: hue angle of 49.09º 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 #FDEFB0 is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 239 | 176 | - |
| CMYK | 0 | 0.06 | 0.30 | 0.01 |
| HSL | 49.09º | 0.95% | 0.84% | - |
| HSV(B) | 49.09º | 0.3% | 0.99% | - |
| XYZ | 79.21 | 85.75 | 53.45 | - |
| YUV | 236 | 94.14 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 239 | 176 | 0 | 0.06 | 0.30 | 0.01 | 49.09 | 0.95 | 0.84 |
| Hex | FD | EF | B0 | 0 | 6 | 1E | 1 | 31 | 5F | 54 |
| Octal | 375 | 357 | 260 | 0 | 6 | 36 | 1 | 61 | 137 | 124 |
| Binary | 11111101 | 11101111 | 10110000 | 0 | 110 | 11110 | 1 | 110001 | 1011111 | 1010100 |
Color Harmonies of #FDEFB0
Complementary color
Monochromatic Colors of #FDEFB0
Black with #FDEFB0
Text Example
Text Example
White with #FDEFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEFB0; }
p { color: rgb(253,239,176); }
H1.HeaderClassName
{
color: #FDEFB0;
}
.AnyTagClassName
{
color: #FDEFB0;
}
</style>
background-color css
<style>
a { background-color: #FDEFB0; }
a { background-color: rgb(253,239,176); }
div.DivClassName
{
background-color: #FDEFB0;
}
.BgClassName
{
background-color: #FDEFB0;
}
</style>
border-color css
<style>
span { border-color: #FDEFB0; }
span { border-color: rgb(253,239,176); }
td.TdClassName
{
border-color: #FDEFB0;
}
.TagClassName
{
border-color: #FDEFB0;
}
</style>