Shades of Banana Mania #FBEDAD
Tints of Banana Mania #FBEDAD
RGB
CMYK
RGB Variations
Color information
#FBEDAD (or 0xFBEDAD) is known color: Banana Mania. HEX triplet: FB, ED and AD. RGB value is (251,237,173). Sum of RGB (Red+Green+Blue) = 251+237+173=661 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.97% from 661); Green value is 237 (92.97% from 255 or 35.85% from 661); Blue value is 173 (67.97% from 255 or 26.17% from 661); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEDAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBEDAD is #041252. Grayscale: #EAEAEA. Windows color (decimal): -266835 or 11398651. OLE color: 11398651.
HSL color Cylindrical-coordinate representation of color #FBEDAD: hue angle of 49.23º 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 #FBEDAD is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 237 | 173 | - |
| CMYK | 0 | 0.06 | 0.31 | 0.02 |
| HSL | 49.23º | 0.91% | 0.83% | - |
| HSV(B) | 49.23º | 0.31% | 0.98% | - |
| XYZ | 77.61 | 84.09 | 51.68 | - |
| YUV | 233.89 | 93.64 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 237 | 173 | 0 | 0.06 | 0.31 | 0.02 | 49.23 | 0.91 | 0.83 |
| Hex | FB | ED | AD | 0 | 6 | 1F | 2 | 31 | 5B | 53 |
| Octal | 373 | 355 | 255 | 0 | 6 | 37 | 2 | 61 | 133 | 123 |
| Binary | 11111011 | 11101101 | 10101101 | 0 | 110 | 11111 | 10 | 110001 | 1011011 | 1010011 |
Color Harmonies of #FBEDAD
Complementary color
Monochromatic Colors of #FBEDAD
Black with #FBEDAD
Text Example
Text Example
White with #FBEDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEDAD; }
p { color: rgb(251,237,173); }
H1.HeaderClassName
{
color: #FBEDAD;
}
.AnyTagClassName
{
color: #FBEDAD;
}
</style>
background-color css
<style>
a { background-color: #FBEDAD; }
a { background-color: rgb(251,237,173); }
div.DivClassName
{
background-color: #FBEDAD;
}
.BgClassName
{
background-color: #FBEDAD;
}
</style>
border-color css
<style>
span { border-color: #FBEDAD; }
span { border-color: rgb(251,237,173); }
td.TdClassName
{
border-color: #FBEDAD;
}
.TagClassName
{
border-color: #FBEDAD;
}
</style>