#FAE4B4

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

Shades of Banana Mania #FAE4B4

Tints of Banana Mania #FAE4B4

Color information

#FAE4B4 (or 0xFAE4B4) is unknown color: approx Banana Mania. HEX triplet: FA, E4 and B4. RGB value is (250,228,180). Sum of RGB (Red+Green+Blue) = 250+228+180=658 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.99% from 658); Green value is 228 (89.45% from 255 or 34.65% from 658); Blue value is 180 (70.70% from 255 or 27.36% from 658); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE4B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE4B4 is #051B4B. Grayscale: #E5E5E5. Windows color (decimal): -334668 or 11855098. OLE color: 11855098.

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

Color convert

RGB250228180-
CMYK00.090.280.02
HSL41.14º87.5%84.31%-
HSV(B)41.14º28%98.04%-
XYZ75.4179.1154.47-
YUV229.11100.29142.9-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.99%
GREEN value IS 228 (89.45% from 255) = 34.65%
BLUE value IS 180 (70.70% from 255) = 27.36%
R=37.99%
G=34.65%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022818000.090.280.0241.1487.584.31
HexFAE4B4091C2295854
Octal37234426401134251130124
Binary11111010111001001011010001001111001010100110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE4B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE4B4; }

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

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

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

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

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

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

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

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