Shades of Banana Mania #FDEEB6
Tints of Banana Mania #FDEEB6
RGB
CMYK
RGB Variations
Color information
#FDEEB6 (or 0xFDEEB6) is known color: Banana Mania. HEX triplet: FD, EE and B6. RGB value is (253,238,182). Sum of RGB (Red+Green+Blue) = 253+238+182=673 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.59% from 673); Green value is 238 (93.36% from 255 or 35.36% from 673); Blue value is 182 (71.48% from 255 or 27.04% from 673); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEEB6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEEB6 is #021149. Grayscale: #ECECEC. Windows color (decimal): -135498 or 11988733. OLE color: 11988733.
HSL color Cylindrical-coordinate representation of color #FDEEB6: hue angle of 47.32º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FDEEB6 is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 238 | 182 | - |
CMYK | 0 | 0.06 | 0.28 | 0.01 |
HSL | 47.32º | 0.95% | 0.85% | - |
HSV(B) | 47.32º | 0.28% | 0.99% | - |
XYZ | 79.53 | 85.41 | 56.55 | - |
YUV | 236.1 | 97.47 | 140.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 238 | 182 | 0 | 0.06 | 0.28 | 0.01 | 47.32 | 0.95 | 0.85 |
Hex | FD | EE | B6 | 0 | 6 | 1C | 1 | 2F | 5F | 55 |
Octal | 375 | 356 | 266 | 0 | 6 | 34 | 1 | 57 | 137 | 125 |
Binary | 11111101 | 11101110 | 10110110 | 0 | 110 | 11100 | 1 | 101111 | 1011111 | 1010101 |
Color Harmonies of #FDEEB6
Complementary color
Monochromatic Colors of #FDEEB6
Black with #FDEEB6
Text Example
Text Example
White with #FDEEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEEB6; }
p { color: rgb(253,238,182); }
H1.HeaderClassName
{
color: #FDEEB6;
}
.AnyTagClassName
{
color: #FDEEB6;
}
</style>
background-color css
<style>
a { background-color: #FDEEB6; }
a { background-color: rgb(253,238,182); }
div.DivClassName
{
background-color: #FDEEB6;
}
.BgClassName
{
background-color: #FDEEB6;
}
</style>
border-color css
<style>
span { border-color: #FDEEB6; }
span { border-color: rgb(253,238,182); }
td.TdClassName
{
border-color: #FDEEB6;
}
.TagClassName
{
border-color: #FDEEB6;
}
</style>