Shades of Banana Mania #FDEFAA
Tints of Banana Mania #FDEFAA
RGB
CMYK
RGB Variations
Color information
#FDEFAA (or 0xFDEFAA) is known color: Banana Mania. HEX triplet: FD, EF and AA. RGB value is (253,239,170). Sum of RGB (Red+Green+Blue) = 253+239+170=662 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.22% from 662); Green value is 239 (93.75% from 255 or 36.10% from 662); Blue value is 170 (66.80% from 255 or 25.68% from 662); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEFAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEFAA is #021055. Grayscale: #EBEBEB. Windows color (decimal): -135254 or 11202557. OLE color: 11202557.
HSL color Cylindrical-coordinate representation of color #FDEFAA: hue angle of 49.88º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FDEFAA is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 239 | 170 | - |
| CMYK | 0 | 0.06 | 0.33 | 0.01 |
| HSL | 49.88º | 0.95% | 0.83% | - |
| HSV(B) | 49.88º | 0.33% | 0.99% | - |
| XYZ | 78.63 | 85.52 | 50.39 | - |
| YUV | 235.32 | 91.14 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 239 | 170 | 0 | 0.06 | 0.33 | 0.01 | 49.88 | 0.95 | 0.83 |
| Hex | FD | EF | AA | 0 | 6 | 21 | 1 | 32 | 5F | 53 |
| Octal | 375 | 357 | 252 | 0 | 6 | 41 | 1 | 62 | 137 | 123 |
| Binary | 11111101 | 11101111 | 10101010 | 0 | 110 | 100001 | 1 | 110010 | 1011111 | 1010011 |
Color Harmonies of #FDEFAA
Complementary color
Monochromatic Colors of #FDEFAA
Black with #FDEFAA
Text Example
Text Example
White with #FDEFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEFAA; }
p { color: rgb(253,239,170); }
H1.HeaderClassName
{
color: #FDEFAA;
}
.AnyTagClassName
{
color: #FDEFAA;
}
</style>
background-color css
<style>
a { background-color: #FDEFAA; }
a { background-color: rgb(253,239,170); }
div.DivClassName
{
background-color: #FDEFAA;
}
.BgClassName
{
background-color: #FDEFAA;
}
</style>
border-color css
<style>
span { border-color: #FDEFAA; }
span { border-color: rgb(253,239,170); }
td.TdClassName
{
border-color: #FDEFAA;
}
.TagClassName
{
border-color: #FDEFAA;
}
</style>