#FAE4AF

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

Shades of Banana Mania #FAE4AF

Tints of Banana Mania #FAE4AF

Color information

#FAE4AF (or 0xFAE4AF) is unknown color: approx Banana Mania. HEX triplet: FA, E4 and AF. RGB value is (250,228,175). Sum of RGB (Red+Green+Blue) = 250+228+175=653 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.28% from 653); Green value is 228 (89.45% from 255 or 34.92% from 653); Blue value is 175 (68.75% from 255 or 26.80% from 653); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE4AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE4AF is #051B50. Grayscale: #E4E4E4. Windows color (decimal): -334673 or 11527418. OLE color: 11527418.

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

Color convert

RGB250228175-
CMYK00.090.30.02
HSL42.4º88.24%83.33%-
HSV(B)42.4º30%98.04%-
XYZ74.9178.9151.84-
YUV228.5497.79143.31-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.28%
GREEN value IS 228 (89.45% from 255) = 34.92%
BLUE value IS 175 (68.75% from 255) = 26.80%
R=38.28%
G=34.92%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.3
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022817500.090.30.0242.488.2483.33
HexFAE4AF091E22a5853
Octal37234425701136252130123
Binary11111010111001001010111101001111101010101010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE4AF; }

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

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

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

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

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

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

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

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