Shades of Banana Mania #FDEFAE
Tints of Banana Mania #FDEFAE
RGB
CMYK
RGB Variations
Color information
#FDEFAE (or 0xFDEFAE) is known color: Banana Mania. HEX triplet: FD, EF and AE. RGB value is (253,239,174). Sum of RGB (Red+Green+Blue) = 253+239+174=666 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.99% from 666); Green value is 239 (93.75% from 255 or 35.89% from 666); Blue value is 174 (68.36% from 255 or 26.13% from 666); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEFAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEFAE is #021051. Grayscale: #ECECEC. Windows color (decimal): -135250 or 11464701. OLE color: 11464701.
HSL color Cylindrical-coordinate representation of color #FDEFAE: hue angle of 49.37º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FDEFAE is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 239 | 174 | - |
| CMYK | 0 | 0.06 | 0.31 | 0.01 |
| HSL | 49.37º | 0.95% | 0.84% | - |
| HSV(B) | 49.37º | 0.31% | 0.99% | - |
| XYZ | 79.01 | 85.67 | 52.42 | - |
| YUV | 235.78 | 93.14 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 239 | 174 | 0 | 0.06 | 0.31 | 0.01 | 49.37 | 0.95 | 0.84 |
| Hex | FD | EF | AE | 0 | 6 | 1F | 1 | 31 | 5F | 54 |
| Octal | 375 | 357 | 256 | 0 | 6 | 37 | 1 | 61 | 137 | 124 |
| Binary | 11111101 | 11101111 | 10101110 | 0 | 110 | 11111 | 1 | 110001 | 1011111 | 1010100 |
Color Harmonies of #FDEFAE
Complementary color
Monochromatic Colors of #FDEFAE
Black with #FDEFAE
Text Example
Text Example
White with #FDEFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEFAE; }
p { color: rgb(253,239,174); }
H1.HeaderClassName
{
color: #FDEFAE;
}
.AnyTagClassName
{
color: #FDEFAE;
}
</style>
background-color css
<style>
a { background-color: #FDEFAE; }
a { background-color: rgb(253,239,174); }
div.DivClassName
{
background-color: #FDEFAE;
}
.BgClassName
{
background-color: #FDEFAE;
}
</style>
border-color css
<style>
span { border-color: #FDEFAE; }
span { border-color: rgb(253,239,174); }
td.TdClassName
{
border-color: #FDEFAE;
}
.TagClassName
{
border-color: #FDEFAE;
}
</style>