#FAE4B1

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

Shades of Banana Mania #FAE4B1

Tints of Banana Mania #FAE4B1

Color information

#FAE4B1 (or 0xFAE4B1) is unknown color: approx Banana Mania. HEX triplet: FA, E4 and B1. RGB value is (250,228,177). Sum of RGB (Red+Green+Blue) = 250+228+177=655 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.17% from 655); Green value is 228 (89.45% from 255 or 34.81% from 655); Blue value is 177 (69.53% from 255 or 27.02% from 655); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE4B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE4B1 is #051B4E. Grayscale: #E4E4E4. Windows color (decimal): -334671 or 11658490. OLE color: 11658490.

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

Color convert

RGB250228177-
CMYK00.090.290.02
HSL41.92º87.95%83.73%-
HSV(B)41.92º29.2%98.04%-
XYZ75.178.9952.88-
YUV228.7698.79143.15-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.17%
GREEN value IS 228 (89.45% from 255) = 34.81%
BLUE value IS 177 (69.53% from 255) = 27.02%
R=38.17%
G=34.81%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022817700.090.290.0241.9287.9583.73
HexFAE4B1091D22a5854
Octal37234426101135252130124
Binary11111010111001001011000101001111011010101010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE4B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE4B1; }

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

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

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

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

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

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

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

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