#FEEAAB

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

Shades of Banana Mania #FEEAAB

Tints of Banana Mania #FEEAAB

Color information

#FEEAAB (or 0xFEEAAB) is unknown color: approx Banana Mania. HEX triplet: FE, EA and AB. RGB value is (254,234,171). Sum of RGB (Red+Green+Blue) = 254+234+171=659 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.54% from 659); Green value is 234 (91.80% from 255 or 35.51% from 659); Blue value is 171 (67.19% from 255 or 25.95% from 659); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEAAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEEAAB is #011554. Grayscale: #E9E9E9. Windows color (decimal): -70997 or 11266814. OLE color: 11266814.

HSL color Cylindrical-coordinate representation of color #FEEAAB: hue angle of 45.54º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FEEAAB is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.00.

Color convert

RGB254234171-
CMYK00.080.330.00
HSL45.54º97.65%83.33%-
HSV(B)45.54º32.68%99.61%-
XYZ77.6582.8650.43-
YUV232.893.13143.12-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.54%
GREEN value IS 234 (91.80% from 255) = 35.51%
BLUE value IS 171 (67.19% from 255) = 25.95%
R=38.54%
G=35.51%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423417100.080.330.0045.5497.6583.33
HexFEEAAB082102e6253
Octal37635225301041056142123
Binary11111110111010101010101101000100001010111011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEAAB; }

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

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

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

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

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

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

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

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