#FAE8AF

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

Shades of Banana Mania #FAE8AF

Tints of Banana Mania #FAE8AF

Color information

#FAE8AF (or 0xFAE8AF) is unknown color: approx Banana Mania. HEX triplet: FA, E8 and AF. RGB value is (250,232,175). Sum of RGB (Red+Green+Blue) = 250+232+175=657 (87% of max value = 765). Red value is 250 (98.05% from 255 or 38.05% from 657); Green value is 232 (91.02% from 255 or 35.31% from 657); Blue value is 175 (68.75% from 255 or 26.64% from 657); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE8AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE8AF is #051750. Grayscale: #E7E7E7. Windows color (decimal): -333649 or 11528442. OLE color: 11528442.

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

Color convert

RGB250232175-
CMYK00.070.30.02
HSL45.6º88.24%83.33%-
HSV(B)45.6º30%98.04%-
XYZ76.0281.1352.21-
YUV230.8896.46141.63-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.05%
GREEN value IS 232 (91.02% from 255) = 35.31%
BLUE value IS 175 (68.75% from 255) = 26.64%
R=38.05%
G=35.31%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.3
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023217500.070.30.0245.688.2483.33
HexFAE8AF071E22e5853
Octal3723502570736256130123
Binary1111101011101000101011110111111101010111010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE8AF; }

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

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

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

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

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

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

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

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