Shades of Banana Mania #FDEDB8
Tints of Banana Mania #FDEDB8
RGB
CMYK
RGB Variations
Color information
#FDEDB8 (or 0xFDEDB8) is known color: Banana Mania. HEX triplet: FD, ED and B8. RGB value is (253,237,184). Sum of RGB (Red+Green+Blue) = 253+237+184=674 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.54% from 674); Green value is 237 (92.97% from 255 or 35.16% from 674); Blue value is 184 (72.27% from 255 or 27.30% from 674); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEDB8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEDB8 is #021247. Grayscale: #EBEBEB. Windows color (decimal): -135752 or 12119549. OLE color: 12119549.
HSL color Cylindrical-coordinate representation of color #FDEDB8: hue angle of 46.09º degrees, saturation: 0.95, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FDEDB8 is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 237 | 184 | - |
CMYK | 0 | 0.06 | 0.27 | 0.01 |
HSL | 46.09º | 0.95% | 0.86% | - |
HSV(B) | 46.09º | 0.27% | 0.99% | - |
XYZ | 79.44 | 84.91 | 57.55 | - |
YUV | 235.74 | 98.8 | 140.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 237 | 184 | 0 | 0.06 | 0.27 | 0.01 | 46.09 | 0.95 | 0.86 |
Hex | FD | ED | B8 | 0 | 6 | 1B | 1 | 2E | 5F | 56 |
Octal | 375 | 355 | 270 | 0 | 6 | 33 | 1 | 56 | 137 | 126 |
Binary | 11111101 | 11101101 | 10111000 | 0 | 110 | 11011 | 1 | 101110 | 1011111 | 1010110 |
Color Harmonies of #FDEDB8
Complementary color
Monochromatic Colors of #FDEDB8
Black with #FDEDB8
Text Example
Text Example
White with #FDEDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEDB8; }
p { color: rgb(253,237,184); }
H1.HeaderClassName
{
color: #FDEDB8;
}
.AnyTagClassName
{
color: #FDEDB8;
}
</style>
background-color css
<style>
a { background-color: #FDEDB8; }
a { background-color: rgb(253,237,184); }
div.DivClassName
{
background-color: #FDEDB8;
}
.BgClassName
{
background-color: #FDEDB8;
}
</style>
border-color css
<style>
span { border-color: #FDEDB8; }
span { border-color: rgb(253,237,184); }
td.TdClassName
{
border-color: #FDEDB8;
}
.TagClassName
{
border-color: #FDEDB8;
}
</style>