Shades of Banana Mania #FBEDAE
Tints of Banana Mania #FBEDAE
RGB
CMYK
RGB Variations
Color information
#FBEDAE (or 0xFBEDAE) is known color: Banana Mania. HEX triplet: FB, ED and AE. RGB value is (251,237,174). Sum of RGB (Red+Green+Blue) = 251+237+174=662 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.92% from 662); Green value is 237 (92.97% from 255 or 35.80% from 662); Blue value is 174 (68.36% from 255 or 26.28% from 662); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEDAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBEDAE is #041251. Grayscale: #EAEAEA. Windows color (decimal): -266834 or 11464187. OLE color: 11464187.
HSL color Cylindrical-coordinate representation of color #FBEDAE: hue angle of 49.09º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FBEDAE is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 237 | 174 | - |
| CMYK | 0 | 0.06 | 0.31 | 0.02 |
| HSL | 49.09º | 0.91% | 0.83% | - |
| HSV(B) | 49.09º | 0.31% | 0.98% | - |
| XYZ | 77.71 | 84.13 | 52.19 | - |
| YUV | 234 | 94.14 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 237 | 174 | 0 | 0.06 | 0.31 | 0.02 | 49.09 | 0.91 | 0.83 |
| Hex | FB | ED | AE | 0 | 6 | 1F | 2 | 31 | 5B | 53 |
| Octal | 373 | 355 | 256 | 0 | 6 | 37 | 2 | 61 | 133 | 123 |
| Binary | 11111011 | 11101101 | 10101110 | 0 | 110 | 11111 | 10 | 110001 | 1011011 | 1010011 |
Color Harmonies of #FBEDAE
Complementary color
Monochromatic Colors of #FBEDAE
Black with #FBEDAE
Text Example
Text Example
White with #FBEDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEDAE; }
p { color: rgb(251,237,174); }
H1.HeaderClassName
{
color: #FBEDAE;
}
.AnyTagClassName
{
color: #FBEDAE;
}
</style>
background-color css
<style>
a { background-color: #FBEDAE; }
a { background-color: rgb(251,237,174); }
div.DivClassName
{
background-color: #FBEDAE;
}
.BgClassName
{
background-color: #FBEDAE;
}
</style>
border-color css
<style>
span { border-color: #FBEDAE; }
span { border-color: rgb(251,237,174); }
td.TdClassName
{
border-color: #FBEDAE;
}
.TagClassName
{
border-color: #FBEDAE;
}
</style>