#FAECB7

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

Shades of Banana Mania #FAECB7

Tints of Banana Mania #FAECB7

Color information

#FAECB7 (or 0xFAECB7) is unknown color: approx Banana Mania. HEX triplet: FA, EC and B7. RGB value is (250,236,183). Sum of RGB (Red+Green+Blue) = 250+236+183=669 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.37% from 669); Green value is 236 (92.58% from 255 or 35.28% from 669); Blue value is 183 (71.88% from 255 or 27.35% from 669); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECB7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAECB7 is #051348. Grayscale: #EAEAEA. Windows color (decimal): -332617 or 12053754. OLE color: 12053754.

HSL color Cylindrical-coordinate representation of color #FAECB7: hue angle of 47.46º 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 #FAECB7 is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB250236183-
CMYK00.060.270.02
HSL47.46º87.01%84.9%-
HSV(B)47.46º26.8%98.04%-
XYZ77.9783.7356.85-
YUV234.1499.14139.31-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.37%
GREEN value IS 236 (92.58% from 255) = 35.28%
BLUE value IS 183 (71.88% from 255) = 27.35%
R=37.37%
G=35.28%
B=27.35%

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
Decimal25023618300.060.270.0247.4687.0184.9
HexFAECB7061B22f5755
Octal3723542670633257127125
Binary1111101011101100101101110110110111010111110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAECB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAECB7; }

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

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

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

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

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

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

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

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