#FAE4AE

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

Shades of Banana Mania #FAE4AE

Tints of Banana Mania #FAE4AE

Color information

#FAE4AE (or 0xFAE4AE) is unknown color: approx Banana Mania. HEX triplet: FA, E4 and AE. RGB value is (250,228,174). Sum of RGB (Red+Green+Blue) = 250+228+174=652 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.34% from 652); Green value is 228 (89.45% from 255 or 34.97% from 652); Blue value is 174 (68.36% from 255 or 26.69% from 652); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE4AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE4AE is #051B51. Grayscale: #E4E4E4. Windows color (decimal): -334674 or 11461882. OLE color: 11461882.

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

Color convert

RGB250228174-
CMYK00.090.300.02
HSL42.63º88.37%83.14%-
HSV(B)42.63º30.4%98.04%-
XYZ74.8178.8751.32-
YUV228.4297.29143.39-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.34%
GREEN value IS 228 (89.45% from 255) = 34.97%
BLUE value IS 174 (68.36% from 255) = 26.69%
R=38.34%
G=34.97%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022817400.090.300.0242.6388.3783.14
HexFAE4AE091E22b5853
Octal37234425601136253130123
Binary11111010111001001010111001001111101010101110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE4AE; }

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

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

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

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

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

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

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

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