#FAEAAB

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

Shades of Banana Mania #FAEAAB

Tints of Banana Mania #FAEAAB

Color information

#FAEAAB (or 0xFAEAAB) is unknown color: approx Banana Mania. HEX triplet: FA, EA and AB. RGB value is (250,234,171). Sum of RGB (Red+Green+Blue) = 250+234+171=655 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.17% from 655); Green value is 234 (91.80% from 255 or 35.73% from 655); Blue value is 171 (67.19% from 255 or 26.11% from 655); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEAAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEAAB is #051554. Grayscale: #E7E7E7. Windows color (decimal): -333141 or 11266810. OLE color: 11266810.

HSL color Cylindrical-coordinate representation of color #FAEAAB: hue angle of 47.85º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAEAAB is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB250234171-
CMYK00.060.320.02
HSL47.85º88.76%82.55%-
HSV(B)47.85º31.6%98.04%-
XYZ76.282.1150.36-
YUV231.693.8141.12-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.17%
GREEN value IS 234 (91.80% from 255) = 35.73%
BLUE value IS 171 (67.19% from 255) = 26.11%
R=38.17%
G=35.73%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023417100.060.320.0247.8588.7682.55
HexFAEAAB06202305953
Octal3723522530640260131123
Binary11111010111010101010101101101000001011000010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEAAB; }

 p { color: rgb(250,234,171); }

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

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

 a { background-color: rgb(250,234,171); }

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

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

 span { border-color: rgb(250,234,171); }

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