#FAEAB0

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

Shades of Banana Mania #FAEAB0

Tints of Banana Mania #FAEAB0

Color information

#FAEAB0 (or 0xFAEAB0) is unknown color: approx Banana Mania. HEX triplet: FA, EA and B0. RGB value is (250,234,176). Sum of RGB (Red+Green+Blue) = 250+234+176=660 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.88% from 660); Green value is 234 (91.80% from 255 or 35.45% from 660); Blue value is 176 (69.14% from 255 or 26.67% from 660); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEAB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEAB0 is #05154F. Grayscale: #E8E8E8. Windows color (decimal): -333136 or 11594490. OLE color: 11594490.

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

Color convert

RGB250234176-
CMYK00.060.300.02
HSL47.03º88.1%83.53%-
HSV(B)47.03º29.6%98.04%-
XYZ76.6882.352.92-
YUV232.1796.3140.72-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.88%
GREEN value IS 234 (91.80% from 255) = 35.45%
BLUE value IS 176 (69.14% from 255) = 26.67%
R=37.88%
G=35.45%
B=26.67%

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
Decimal25023417600.060.300.0247.0388.183.53
HexFAEAB0061E22f5854
Octal3723522600636257130124
Binary1111101011101010101100000110111101010111110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEAB0; }

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

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

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

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

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

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

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

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