#FAE8B1

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

Shades of Banana Mania #FAE8B1

Tints of Banana Mania #FAE8B1

Color information

#FAE8B1 (or 0xFAE8B1) is unknown color: approx Banana Mania. HEX triplet: FA, E8 and B1. RGB value is (250,232,177). Sum of RGB (Red+Green+Blue) = 250+232+177=659 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.94% from 659); Green value is 232 (91.02% from 255 or 35.20% from 659); Blue value is 177 (69.53% from 255 or 26.86% from 659); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE8B1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE8B1 is #05174E. Grayscale: #E7E7E7. Windows color (decimal): -333647 or 11659514. OLE color: 11659514.

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

Color convert

RGB250232177-
CMYK00.070.290.02
HSL45.21º87.95%83.73%-
HSV(B)45.21º29.2%98.04%-
XYZ76.2281.2153.25-
YUV231.1197.46141.47-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.94%
GREEN value IS 232 (91.02% from 255) = 35.20%
BLUE value IS 177 (69.53% from 255) = 26.86%
R=37.94%
G=35.20%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023217700.070.290.0245.2187.9583.73
HexFAE8B1071D22d5854
Octal3723502610735255130124
Binary1111101011101000101100010111111011010110110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE8B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE8B1; }

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

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

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

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

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

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

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

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