Html Css Color HEX #FEE5AC Banana Mania

📋 copy color: '#FEE5AC'

red 254 ◦ green 229 ◦ blue 172

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

Shades of Banana Mania #FEE5AC

Tints of Banana Mania #FEE5AC

RGB

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

 GREEN value IS 229 (89.84% from 255) = 34.96%

 BLUE value IS 172 (67.58% from 255) = 26.26%

R = 38.78%
G = 34.96%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.32

 K value IS 0.00

RGB Variations

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

Color information

#FEE5AC (or 0xFEE5AC) is known color: Banana Mania. HEX triplet: FE, E5 and AC. RGB value is (254,229,172). Sum of RGB (Red+Green+Blue) = 254+229+172=655 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.78% from 655); Green value is 229 (89.84% from 255 or 34.96% from 655); Blue value is 172 (67.58% from 255 or 26.26% from 655); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE5AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE5AC is #011A53. Grayscale: #E6E6E6. Windows color (decimal): -72276 or 11331070. OLE color: 11331070.

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

Color convert

RGB 254 229 172 -
CMYK 0 0.10 0.32 0.00
HSL 41.71º 0.98% 0.84% -
HSV(B) 41.71º 0.32% 1% -
XYZ 76.34 80.09 50.46 -
YUV 229.98 95.28 145.13 -
System Red Green Blue C M Y K H S L
Decimal 254 229 172 0 0.10 0.32 0.00 41.71 0.98 0.84
Hex FE E5 AC 0 A 20 0 2A 62 54
Octal 376 345 254 0 12 40 0 52 142 124
Binary 11111110 11100101 10101100 0 1010 100000 0 101010 1100010 1010100

Color Harmonies of #FEE5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE5AC

Black with #FEE5AC

Text Example


Text Example

White with #FEE5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE5AC; }

 p { color: rgb(254,229,172); }

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

background-color css

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

 a { background-color: rgb(254,229,172); }

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

border-color css

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

 span { border-color: rgb(254,229,172); }

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