#FAEBAC

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

Shades of Banana Mania #FAEBAC

Tints of Banana Mania #FAEBAC

Color information

#FAEBAC (or 0xFAEBAC) is unknown color: approx Banana Mania. HEX triplet: FA, EB and AC. RGB value is (250,235,172). Sum of RGB (Red+Green+Blue) = 250+235+172=657 (87% of max value = 765). Red value is 250 (98.05% from 255 or 38.05% from 657); Green value is 235 (92.19% from 255 or 35.77% from 657); Blue value is 172 (67.58% from 255 or 26.18% from 657); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEBAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEBAC is #051453. Grayscale: #E8E8E8. Windows color (decimal): -332884 or 11332602. OLE color: 11332602.

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

Color convert

RGB250235172-
CMYK00.060.310.02
HSL48.46º88.64%82.75%-
HSV(B)48.46º31.2%98.04%-
XYZ76.5882.7250.96-
YUV232.393.97140.62-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.05%
GREEN value IS 235 (92.19% from 255) = 35.77%
BLUE value IS 172 (67.58% from 255) = 26.18%
R=38.05%
G=35.77%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023517200.060.310.0248.4688.6482.75
HexFAEBAC061F2305953
Octal3723532540637260131123
Binary1111101011101011101011000110111111011000010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEBAC; }

 p { color: rgb(250,235,172); }

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

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

 a { background-color: rgb(250,235,172); }

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

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

 span { border-color: rgb(250,235,172); }

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