Html Css Color HEX #FEEAB6 Banana Mania

📋 copy color: '#FEEAB6'

red 254 ◦ green 234 ◦ blue 182

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

Shades of Banana Mania #FEEAB6

Tints of Banana Mania #FEEAB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 27.16%

R = 37.91%
G = 34.93%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.28

 K value IS 0.00

RGB Variations

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

Color information

#FEEAB6 (or 0xFEEAB6) is known color: Banana Mania. HEX triplet: FE, EA and B6. RGB value is (254,234,182). Sum of RGB (Red+Green+Blue) = 254+234+182=670 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.91% from 670); Green value is 234 (91.80% from 255 or 34.93% from 670); Blue value is 182 (71.48% from 255 or 27.16% from 670); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEAB6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEAB6 is #011549. Grayscale: #EAEAEA. Windows color (decimal): -70986 or 11987710. OLE color: 11987710.

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

Color convert

RGB 254 234 182 -
CMYK 0 0.08 0.28 0.00
HSL 43.33º 0.97% 0.85% -
HSV(B) 43.33º 0.28% 1% -
XYZ 78.74 83.29 56.18 -
YUV 234.05 98.63 142.23 -
System Red Green Blue C M Y K H S L
Decimal 254 234 182 0 0.08 0.28 0.00 43.33 0.97 0.85
Hex FE EA B6 0 8 1C 0 2B 61 55
Octal 376 352 266 0 10 34 0 53 141 125
Binary 11111110 11101010 10110110 0 1000 11100 0 101011 1100001 1010101

Color Harmonies of #FEEAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEAB6

Black with #FEEAB6

Text Example


Text Example

White with #FEEAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEAB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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