#FEEBB2

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

Shades of Banana Mania #FEEBB2

Tints of Banana Mania #FEEBB2

Color information

#FEEBB2 (or 0xFEEBB2) is unknown color: approx Banana Mania. HEX triplet: FE, EB and B2. RGB value is (254,235,178). Sum of RGB (Red+Green+Blue) = 254+235+178=667 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.08% from 667); Green value is 235 (92.19% from 255 or 35.23% from 667); Blue value is 178 (69.92% from 255 or 26.69% from 667); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEBB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEEBB2 is #01144D. Grayscale: #EAEAEA. Windows color (decimal): -70734 or 11725822. OLE color: 11725822.

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

Color convert

RGB254235178-
CMYK00.070.300.00
HSL45º97.44%84.71%-
HSV(B)45º29.92%99.61%-
XYZ78.6283.754.13-
YUV234.1896.29142.13-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.08%
GREEN value IS 235 (92.19% from 255) = 35.23%
BLUE value IS 178 (69.92% from 255) = 26.69%
R=38.08%
G=35.23%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423517800.070.300.004597.4484.71
HexFEEBB2071E02d6155
Octal3763532620736055141125
Binary111111101110101110110010011111110010110111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEBB2; }

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

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

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

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

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

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

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

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