Html Css Color HEX #FEEAB5 Banana Mania

📋 copy color: '#FEEAB5'

red 254 ◦ green 234 ◦ blue 181

#FEEAB5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Banana Mania #FEEAB5

Tints of Banana Mania #FEEAB5

RGB

 RED value IS 254 (99.61% from 255) = 37.97%

 GREEN value IS 234 (91.8% from 255) = 34.98%

 BLUE value IS 181 (71.09% from 255) = 27.06%

R = 37.97%
G = 34.98%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.29

 K value IS 0.00

RGB Variations

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

Color information

#FEEAB5 (or 0xFEEAB5) is known color: Banana Mania. HEX triplet: FE, EA and B5. RGB value is (254,234,181). Sum of RGB (Red+Green+Blue) = 254+234+181=669 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.97% from 669); Green value is 234 (91.80% from 255 or 34.98% from 669); Blue value is 181 (71.09% from 255 or 27.06% from 669); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEAB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEAB5 is #01154A. Grayscale: #EAEAEA. Windows color (decimal): -70987 or 11922174. OLE color: 11922174.

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

Color convert

RGB 254 234 181 -
CMYK 0 0.08 0.29 0.00
HSL 43.56º 0.97% 0.85% -
HSV(B) 43.56º 0.29% 1% -
XYZ 78.64 83.25 55.64 -
YUV 233.94 98.13 142.31 -
System Red Green Blue C M Y K H S L
Decimal 254 234 181 0 0.08 0.29 0.00 43.56 0.97 0.85
Hex FE EA B5 0 8 1D 0 2C 61 55
Octal 376 352 265 0 10 35 0 54 141 125
Binary 11111110 11101010 10110101 0 1000 11101 0 101100 1100001 1010101

Color Harmonies of #FEEAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEAB5

Black with #FEEAB5

Text Example


Text Example

White with #FEEAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEAB5; }

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

 H1.HeaderClassName
 {
   color: #FEEAB5;
 }
 .AnyTagClassName
 {
   color: #FEEAB5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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