Shades of Banana Mania #FDEFB8
Tints of Banana Mania #FDEFB8
RGB
CMYK
RGB Variations
Color information
#FDEFB8 (or 0xFDEFB8) is known color: Banana Mania. HEX triplet: FD, EF and B8. RGB value is (253,239,184). Sum of RGB (Red+Green+Blue) = 253+239+184=676 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.43% from 676); Green value is 239 (93.75% from 255 or 35.36% from 676); Blue value is 184 (72.27% from 255 or 27.22% from 676); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEFB8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEFB8 is #021047. Grayscale: #EDEDED. Windows color (decimal): -135240 or 12120061. OLE color: 12120061.
HSL color Cylindrical-coordinate representation of color #FDEFB8: hue angle of 47.83º degrees, saturation: 0.95, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FDEFB8 is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 239 | 184 | - |
| CMYK | 0 | 0.06 | 0.27 | 0.01 |
| HSL | 47.83º | 0.95% | 0.86% | - |
| HSV(B) | 47.83º | 0.27% | 0.99% | - |
| XYZ | 80.03 | 86.08 | 57.74 | - |
| YUV | 236.92 | 98.14 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 239 | 184 | 0 | 0.06 | 0.27 | 0.01 | 47.83 | 0.95 | 0.86 |
| Hex | FD | EF | B8 | 0 | 6 | 1B | 1 | 30 | 5F | 56 |
| Octal | 375 | 357 | 270 | 0 | 6 | 33 | 1 | 60 | 137 | 126 |
| Binary | 11111101 | 11101111 | 10111000 | 0 | 110 | 11011 | 1 | 110000 | 1011111 | 1010110 |
Color Harmonies of #FDEFB8
Complementary color
Monochromatic Colors of #FDEFB8
Black with #FDEFB8
Text Example
Text Example
White with #FDEFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEFB8; }
p { color: rgb(253,239,184); }
H1.HeaderClassName
{
color: #FDEFB8;
}
.AnyTagClassName
{
color: #FDEFB8;
}
</style>
background-color css
<style>
a { background-color: #FDEFB8; }
a { background-color: rgb(253,239,184); }
div.DivClassName
{
background-color: #FDEFB8;
}
.BgClassName
{
background-color: #FDEFB8;
}
</style>
border-color css
<style>
span { border-color: #FDEFB8; }
span { border-color: rgb(253,239,184); }
td.TdClassName
{
border-color: #FDEFB8;
}
.TagClassName
{
border-color: #FDEFB8;
}
</style>