#FAECAE

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

Shades of Banana Mania #FAECAE

Tints of Banana Mania #FAECAE

Color information

#FAECAE (or 0xFAECAE) is unknown color: approx Banana Mania. HEX triplet: FA, EC and AE. RGB value is (250,236,174). Sum of RGB (Red+Green+Blue) = 250+236+174=660 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.88% from 660); Green value is 236 (92.58% from 255 or 35.76% from 660); Blue value is 174 (68.36% from 255 or 26.36% from 660); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAECAE is #051351. Grayscale: #E9E9E9. Windows color (decimal): -332626 or 11463930. OLE color: 11463930.

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

Color convert

RGB250236174-
CMYK00.060.300.02
HSL48.95º88.37%83.14%-
HSV(B)48.95º30.4%98.04%-
XYZ77.0683.3752.08-
YUV233.1294.64140.04-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.88%
GREEN value IS 236 (92.58% from 255) = 35.76%
BLUE value IS 174 (68.36% from 255) = 26.36%
R=37.88%
G=35.76%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023617400.060.300.0248.9588.3783.14
HexFAECAE061E2315853
Octal3723542560636261130123
Binary1111101011101100101011100110111101011000110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAECAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAECAE; }

 p { color: rgb(250,236,174); }

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

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

 a { background-color: rgb(250,236,174); }

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

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

 span { border-color: rgb(250,236,174); }

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