Shades of Banana Mania #FEEEAD
Tints of Banana Mania #FEEEAD
RGB
CMYK
RGB Variations
Color information
#FEEEAD (or 0xFEEEAD) is known color: Banana Mania. HEX triplet: FE, EE and AD. RGB value is (254,238,173). Sum of RGB (Red+Green+Blue) = 254+238+173=665 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.20% from 665); Green value is 238 (93.36% from 255 or 35.79% from 665); Blue value is 173 (67.97% from 255 or 26.02% from 665); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEEAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEEEAD is #011152. Grayscale: #EBEBEB. Windows color (decimal): -69971 or 11398910. OLE color: 11398910.
HSL color Cylindrical-coordinate representation of color #FEEEAD: hue angle of 48.15º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FEEEAD is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 238 | 173 | - |
| CMYK | 0 | 0.06 | 0.32 | 0.00 |
| HSL | 48.15º | 0.98% | 0.84% | - |
| HSV(B) | 48.15º | 0.32% | 1% | - |
| XYZ | 78.99 | 85.24 | 51.82 | - |
| YUV | 235.37 | 92.8 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 238 | 173 | 0 | 0.06 | 0.32 | 0.00 | 48.15 | 0.98 | 0.84 |
| Hex | FE | EE | AD | 0 | 6 | 20 | 0 | 30 | 62 | 54 |
| Octal | 376 | 356 | 255 | 0 | 6 | 40 | 0 | 60 | 142 | 124 |
| Binary | 11111110 | 11101110 | 10101101 | 0 | 110 | 100000 | 0 | 110000 | 1100010 | 1010100 |
Color Harmonies of #FEEEAD
Complementary color
Monochromatic Colors of #FEEEAD
Black with #FEEEAD
Text Example
Text Example
White with #FEEEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEEAD; }
p { color: rgb(254,238,173); }
H1.HeaderClassName
{
color: #FEEEAD;
}
.AnyTagClassName
{
color: #FEEEAD;
}
</style>
background-color css
<style>
a { background-color: #FEEEAD; }
a { background-color: rgb(254,238,173); }
div.DivClassName
{
background-color: #FEEEAD;
}
.BgClassName
{
background-color: #FEEEAD;
}
</style>
border-color css
<style>
span { border-color: #FEEEAD; }
span { border-color: rgb(254,238,173); }
td.TdClassName
{
border-color: #FEEEAD;
}
.TagClassName
{
border-color: #FEEEAD;
}
</style>