Shades of Banana Mania #FDEAAD
Tints of Banana Mania #FDEAAD
RGB
CMYK
RGB Variations
Color information
#FDEAAD (or 0xFDEAAD) is known color: Banana Mania. HEX triplet: FD, EA and AD. RGB value is (253,234,173). Sum of RGB (Red+Green+Blue) = 253+234+173=660 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.33% from 660); Green value is 234 (91.80% from 255 or 35.45% from 660); Blue value is 173 (67.97% from 255 or 26.21% from 660); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEAAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEAAD is #021552. Grayscale: #E8E8E8. Windows color (decimal): -136531 or 11397885. OLE color: 11397885.
HSL color Cylindrical-coordinate representation of color #FDEAAD: hue angle of 45.75º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDEAAD is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 234 | 173 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.01 |
| HSL | 45.75º | 0.95% | 0.84% | - |
| HSV(B) | 45.75º | 0.32% | 0.99% | - |
| XYZ | 77.47 | 82.75 | 51.42 | - |
| YUV | 232.73 | 94.29 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 234 | 173 | 0 | 0.08 | 0.32 | 0.01 | 45.75 | 0.95 | 0.84 |
| Hex | FD | EA | AD | 0 | 8 | 20 | 1 | 2E | 5F | 54 |
| Octal | 375 | 352 | 255 | 0 | 10 | 40 | 1 | 56 | 137 | 124 |
| Binary | 11111101 | 11101010 | 10101101 | 0 | 1000 | 100000 | 1 | 101110 | 1011111 | 1010100 |
Color Harmonies of #FDEAAD
Complementary color
Monochromatic Colors of #FDEAAD
Black with #FDEAAD
Text Example
Text Example
White with #FDEAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEAAD; }
p { color: rgb(253,234,173); }
H1.HeaderClassName
{
color: #FDEAAD;
}
.AnyTagClassName
{
color: #FDEAAD;
}
</style>
background-color css
<style>
a { background-color: #FDEAAD; }
a { background-color: rgb(253,234,173); }
div.DivClassName
{
background-color: #FDEAAD;
}
.BgClassName
{
background-color: #FDEAAD;
}
</style>
border-color css
<style>
span { border-color: #FDEAAD; }
span { border-color: rgb(253,234,173); }
td.TdClassName
{
border-color: #FDEAAD;
}
.TagClassName
{
border-color: #FDEAAD;
}
</style>