Shades of Banana Mania #FDEFB7
Tints of Banana Mania #FDEFB7
RGB
CMYK
RGB Variations
Color information
#FDEFB7 (or 0xFDEFB7) is known color: Banana Mania. HEX triplet: FD, EF and B7. RGB value is (253,239,183). Sum of RGB (Red+Green+Blue) = 253+239+183=675 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.48% from 675); Green value is 239 (93.75% from 255 or 35.41% from 675); Blue value is 183 (71.88% from 255 or 27.11% from 675); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEFB7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEFB7 is #021048. Grayscale: #EDEDED. Windows color (decimal): -135241 or 12054525. OLE color: 12054525.
HSL color Cylindrical-coordinate representation of color #FDEFB7: hue angle of 48º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FDEFB7 is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 239 | 183 | - |
| CMYK | 0 | 0.06 | 0.28 | 0.01 |
| HSL | 48º | 0.95% | 0.85% | - |
| HSV(B) | 48º | 0.28% | 0.99% | - |
| XYZ | 79.92 | 86.03 | 57.19 | - |
| YUV | 236.8 | 97.64 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 239 | 183 | 0 | 0.06 | 0.28 | 0.01 | 48 | 0.95 | 0.85 |
| Hex | FD | EF | B7 | 0 | 6 | 1C | 1 | 30 | 5F | 55 |
| Octal | 375 | 357 | 267 | 0 | 6 | 34 | 1 | 60 | 137 | 125 |
| Binary | 11111101 | 11101111 | 10110111 | 0 | 110 | 11100 | 1 | 110000 | 1011111 | 1010101 |
Color Harmonies of #FDEFB7
Complementary color
Monochromatic Colors of #FDEFB7
Black with #FDEFB7
Text Example
Text Example
White with #FDEFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEFB7; }
p { color: rgb(253,239,183); }
H1.HeaderClassName
{
color: #FDEFB7;
}
.AnyTagClassName
{
color: #FDEFB7;
}
</style>
background-color css
<style>
a { background-color: #FDEFB7; }
a { background-color: rgb(253,239,183); }
div.DivClassName
{
background-color: #FDEFB7;
}
.BgClassName
{
background-color: #FDEFB7;
}
</style>
border-color css
<style>
span { border-color: #FDEFB7; }
span { border-color: rgb(253,239,183); }
td.TdClassName
{
border-color: #FDEFB7;
}
.TagClassName
{
border-color: #FDEFB7;
}
</style>