#FAE5B0

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

Shades of Banana Mania #FAE5B0

Tints of Banana Mania #FAE5B0

Color information

#FAE5B0 (or 0xFAE5B0) is unknown color: approx Banana Mania. HEX triplet: FA, E5 and B0. RGB value is (250,229,176). Sum of RGB (Red+Green+Blue) = 250+229+176=655 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.17% from 655); Green value is 229 (89.84% from 255 or 34.96% from 655); Blue value is 176 (69.14% from 255 or 26.87% from 655); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE5B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE5B0 is #051A4F. Grayscale: #E5E5E5. Windows color (decimal): -334416 or 11593210. OLE color: 11593210.

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

Color convert

RGB250229176-
CMYK00.080.300.02
HSL42.97º88.1%83.53%-
HSV(B)42.97º29.6%98.04%-
XYZ75.2879.552.45-
YUV229.2497.96142.81-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.17%
GREEN value IS 229 (89.84% from 255) = 34.96%
BLUE value IS 176 (69.14% from 255) = 26.87%
R=38.17%
G=34.96%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022917600.080.300.0242.9788.183.53
HexFAE5B0081E22b5854
Octal37234526001036253130124
Binary11111010111001011011000001000111101010101110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE5B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE5B0; }

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

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

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

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

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

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

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

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