#FEEBBA

Color #FEEBBA Banana Mania (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Banana Mania #FEEBBA

Tints of Banana Mania #FEEBBA

Color information

#FEEBBA (or 0xFEEBBA) is unknown color: approx Banana Mania. HEX triplet: FE, EB and BA. RGB value is (254,235,186). Sum of RGB (Red+Green+Blue) = 254+235+186=675 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.63% from 675); Green value is 235 (92.19% from 255 or 34.81% from 675); Blue value is 186 (73.05% from 255 or 27.56% from 675); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEBBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEBBA is #011445. Grayscale: #EBEBEB. Windows color (decimal): -70726 or 12250110. OLE color: 12250110.

HSL color Cylindrical-coordinate representation of color #FEEBBA: hue angle of 43.24º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FEEBBA is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.00.

Color convert

RGB254235186-
CMYK00.070.270.00
HSL43.24º97.14%86.27%-
HSV(B)43.24º26.77%99.61%-
XYZ79.4484.0358.49-
YUV235.1100.29141.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 37.63%
GREEN value IS 235 (92.19% from 255) = 34.81%
BLUE value IS 186 (73.05% from 255) = 27.56%
R=37.63%
G=34.81%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423518600.070.270.0043.2497.1486.27
HexFEEBBA071B02b6156
Octal3763532720733053141126
Binary111111101110101110111010011111011010101111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEBBA; }

 p { color: rgb(254,235,186); }

 H1.HeaderClassName
 {
   color: #FEEBBA;
 }
 .AnyTagClassName
 {
   color: #FEEBBA;
 }
</style>
background-color css

<style>
 a { background-color: #FEEBBA; }

 a { background-color: rgb(254,235,186); }

 div.DivClassName
 {
   background-color: #FEEBBA;
 }
 .BgClassName
 {
   background-color: #FEEBBA;
 }
</style>
border-color css

<style>
 span { border-color: #FEEBBA; }

 span { border-color: rgb(254,235,186); }

 td.TdClassName
 {
   border-color: #FEEBBA;
 }
 .TagClassName
 {
   border-color: #FEEBBA;
 }
</style>