#FAECB0

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

Shades of Banana Mania #FAECB0

Tints of Banana Mania #FAECB0

Color information

#FAECB0 (or 0xFAECB0) is unknown color: approx Banana Mania. HEX triplet: FA, EC and B0. RGB value is (250,236,176). Sum of RGB (Red+Green+Blue) = 250+236+176=662 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.76% from 662); Green value is 236 (92.58% from 255 or 35.65% from 662); Blue value is 176 (69.14% from 255 or 26.59% from 662); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAECB0 is #05134F. Grayscale: #E9E9E9. Windows color (decimal): -332624 or 11595002. OLE color: 11595002.

HSL color Cylindrical-coordinate representation of color #FAECB0: hue angle of 48.65º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAECB0 is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB250236176-
CMYK00.060.300.02
HSL48.65º88.1%83.53%-
HSV(B)48.65º29.6%98.04%-
XYZ77.2683.4553.11-
YUV233.3595.64139.88-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.76%
GREEN value IS 236 (92.58% from 255) = 35.65%
BLUE value IS 176 (69.14% from 255) = 26.59%
R=37.76%
G=35.65%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023617600.060.300.0248.6588.183.53
HexFAECB0061E2315854
Octal3723542600636261130124
Binary1111101011101100101100000110111101011000110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAECB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAECB0; }

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

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

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

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

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

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

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

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