#FAECB1

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

Shades of Banana Mania #FAECB1

Tints of Banana Mania #FAECB1

Color information

#FAECB1 (or 0xFAECB1) is unknown color: approx Banana Mania. HEX triplet: FA, EC and B1. RGB value is (250,236,177). Sum of RGB (Red+Green+Blue) = 250+236+177=663 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.71% from 663); Green value is 236 (92.58% from 255 or 35.60% from 663); Blue value is 177 (69.53% from 255 or 26.70% from 663); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAECB1 is #05134E. Grayscale: #E9E9E9. Windows color (decimal): -332623 or 11660538. OLE color: 11660538.

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

Color convert

RGB250236177-
CMYK00.060.290.02
HSL48.49º87.95%83.73%-
HSV(B)48.49º29.2%98.04%-
XYZ77.3683.4953.63-
YUV233.4696.14139.8-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.71%
GREEN value IS 236 (92.58% from 255) = 35.60%
BLUE value IS 177 (69.53% from 255) = 26.70%
R=37.71%
G=35.60%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023617700.060.290.0248.4987.9583.73
HexFAECB1061D2305854
Octal3723542610635260130124
Binary1111101011101100101100010110111011011000010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAECB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAECB1; }

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

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

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

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

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

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

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

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