#FAE8AE

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

Shades of Banana Mania #FAE8AE

Tints of Banana Mania #FAE8AE

Color information

#FAE8AE (or 0xFAE8AE) is unknown color: approx Banana Mania. HEX triplet: FA, E8 and AE. RGB value is (250,232,174). Sum of RGB (Red+Green+Blue) = 250+232+174=656 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.11% from 656); Green value is 232 (91.02% from 255 or 35.37% from 656); Blue value is 174 (68.36% from 255 or 26.52% from 656); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE8AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE8AE is #051751. Grayscale: #E7E7E7. Windows color (decimal): -333650 or 11462906. OLE color: 11462906.

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

Color convert

RGB250232174-
CMYK00.070.300.02
HSL45.79º88.37%83.14%-
HSV(B)45.79º30.4%98.04%-
XYZ75.9281.0951.7-
YUV230.7795.96141.72-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.11%
GREEN value IS 232 (91.02% from 255) = 35.37%
BLUE value IS 174 (68.36% from 255) = 26.52%
R=38.11%
G=35.37%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023217400.070.300.0245.7988.3783.14
HexFAE8AE071E22e5853
Octal3723502560736256130123
Binary1111101011101000101011100111111101010111010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE8AE; }

 p { color: rgb(250,232,174); }

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

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

 a { background-color: rgb(250,232,174); }

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

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

 span { border-color: rgb(250,232,174); }

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