Shades of Banana Mania #FDEDB3
Tints of Banana Mania #FDEDB3
RGB
CMYK
RGB Variations
Color information
#FDEDB3 (or 0xFDEDB3) is known color: Banana Mania. HEX triplet: FD, ED and B3. RGB value is (253,237,179). Sum of RGB (Red+Green+Blue) = 253+237+179=669 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.82% from 669); Green value is 237 (92.97% from 255 or 35.43% from 669); Blue value is 179 (70.31% from 255 or 26.76% from 669); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEDB3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEDB3 is #02124C. Grayscale: #EBEBEB. Windows color (decimal): -135757 or 11791869. OLE color: 11791869.
HSL color Cylindrical-coordinate representation of color #FDEDB3: hue angle of 47.03º 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 #FDEDB3 is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 237 | 179 | - |
| CMYK | 0 | 0.06 | 0.29 | 0.01 |
| HSL | 47.03º | 0.95% | 0.85% | - |
| HSV(B) | 47.03º | 0.29% | 0.99% | - |
| XYZ | 78.93 | 84.71 | 54.84 | - |
| YUV | 235.17 | 96.3 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 237 | 179 | 0 | 0.06 | 0.29 | 0.01 | 47.03 | 0.95 | 0.85 |
| Hex | FD | ED | B3 | 0 | 6 | 1D | 1 | 2F | 5F | 55 |
| Octal | 375 | 355 | 263 | 0 | 6 | 35 | 1 | 57 | 137 | 125 |
| Binary | 11111101 | 11101101 | 10110011 | 0 | 110 | 11101 | 1 | 101111 | 1011111 | 1010101 |
Color Harmonies of #FDEDB3
Complementary color
Monochromatic Colors of #FDEDB3
Black with #FDEDB3
Text Example
Text Example
White with #FDEDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEDB3; }
p { color: rgb(253,237,179); }
H1.HeaderClassName
{
color: #FDEDB3;
}
.AnyTagClassName
{
color: #FDEDB3;
}
</style>
background-color css
<style>
a { background-color: #FDEDB3; }
a { background-color: rgb(253,237,179); }
div.DivClassName
{
background-color: #FDEDB3;
}
.BgClassName
{
background-color: #FDEDB3;
}
</style>
border-color css
<style>
span { border-color: #FDEDB3; }
span { border-color: rgb(253,237,179); }
td.TdClassName
{
border-color: #FDEDB3;
}
.TagClassName
{
border-color: #FDEDB3;
}
</style>