#FAECB6

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

Shades of Banana Mania #FAECB6

Tints of Banana Mania #FAECB6

Color information

#FAECB6 (or 0xFAECB6) is unknown color: approx Banana Mania. HEX triplet: FA, EC and B6. RGB value is (250,236,182). Sum of RGB (Red+Green+Blue) = 250+236+182=668 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.43% from 668); Green value is 236 (92.58% from 255 or 35.33% from 668); Blue value is 182 (71.48% from 255 or 27.25% from 668); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECB6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAECB6 is #051349. Grayscale: #EAEAEA. Windows color (decimal): -332618 or 11988218. OLE color: 11988218.

HSL color Cylindrical-coordinate representation of color #FAECB6: hue angle of 47.65º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FAECB6 is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB250236182-
CMYK00.060.270.02
HSL47.65º87.18%84.71%-
HSV(B)47.65º27.2%98.04%-
XYZ77.8683.6956.31-
YUV234.0398.64139.39-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.43%
GREEN value IS 236 (92.58% from 255) = 35.33%
BLUE value IS 182 (71.48% from 255) = 27.25%
R=37.43%
G=35.33%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023618200.060.270.0247.6587.1884.71
HexFAECB6061B2305755
Octal3723542660633260127125
Binary1111101011101100101101100110110111011000010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAECB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAECB6; }

 p { color: rgb(250,236,182); }

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

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

 a { background-color: rgb(250,236,182); }

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

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

 span { border-color: rgb(250,236,182); }

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