Shades of Banana Mania #FDEAB3
Tints of Banana Mania #FDEAB3
RGB
CMYK
RGB Variations
Color information
#FDEAB3 (or 0xFDEAB3) is known color: Banana Mania. HEX triplet: FD, EA and B3. RGB value is (253,234,179). Sum of RGB (Red+Green+Blue) = 253+234+179=666 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.99% from 666); Green value is 234 (91.80% from 255 or 35.14% from 666); Blue value is 179 (70.31% from 255 or 26.88% from 666); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEAB3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEAB3 is #02154C. Grayscale: #E9E9E9. Windows color (decimal): -136525 or 11791101. OLE color: 11791101.
HSL color Cylindrical-coordinate representation of color #FDEAB3: hue angle of 44.59º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FDEAB3 is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 234 | 179 | - |
| CMYK | 0 | 0.08 | 0.29 | 0.01 |
| HSL | 44.59º | 0.95% | 0.85% | - |
| HSV(B) | 44.59º | 0.29% | 0.99% | - |
| XYZ | 78.07 | 82.98 | 54.55 | - |
| YUV | 233.41 | 97.29 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 234 | 179 | 0 | 0.08 | 0.29 | 0.01 | 44.59 | 0.95 | 0.85 |
| Hex | FD | EA | B3 | 0 | 8 | 1D | 1 | 2D | 5F | 55 |
| Octal | 375 | 352 | 263 | 0 | 10 | 35 | 1 | 55 | 137 | 125 |
| Binary | 11111101 | 11101010 | 10110011 | 0 | 1000 | 11101 | 1 | 101101 | 1011111 | 1010101 |
Color Harmonies of #FDEAB3
Complementary color
Monochromatic Colors of #FDEAB3
Black with #FDEAB3
Text Example
Text Example
White with #FDEAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEAB3; }
p { color: rgb(253,234,179); }
H1.HeaderClassName
{
color: #FDEAB3;
}
.AnyTagClassName
{
color: #FDEAB3;
}
</style>
background-color css
<style>
a { background-color: #FDEAB3; }
a { background-color: rgb(253,234,179); }
div.DivClassName
{
background-color: #FDEAB3;
}
.BgClassName
{
background-color: #FDEAB3;
}
</style>
border-color css
<style>
span { border-color: #FDEAB3; }
span { border-color: rgb(253,234,179); }
td.TdClassName
{
border-color: #FDEAB3;
}
.TagClassName
{
border-color: #FDEAB3;
}
</style>