#FAEAAF

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

Shades of Banana Mania #FAEAAF

Tints of Banana Mania #FAEAAF

Color information

#FAEAAF (or 0xFAEAAF) is unknown color: approx Banana Mania. HEX triplet: FA, EA and AF. RGB value is (250,234,175). Sum of RGB (Red+Green+Blue) = 250+234+175=659 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.94% from 659); Green value is 234 (91.80% from 255 or 35.51% from 659); Blue value is 175 (68.75% from 255 or 26.56% from 659); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEAAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEAAF is #051550. Grayscale: #E8E8E8. Windows color (decimal): -333137 or 11528954. OLE color: 11528954.

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

Color convert

RGB250234175-
CMYK00.060.30.02
HSL47.2º88.24%83.33%-
HSV(B)47.2º30%98.04%-
XYZ76.5982.2652.4-
YUV232.0695.8140.8-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.94%
GREEN value IS 234 (91.80% from 255) = 35.51%
BLUE value IS 175 (68.75% from 255) = 26.56%
R=37.94%
G=35.51%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.3
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023417500.060.30.0247.288.2483.33
HexFAEAAF061E22f5853
Octal3723522570636257130123
Binary1111101011101010101011110110111101010111110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEAAF; }

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

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

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

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

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

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

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

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