Html Css Color HEX #FEEAB0 Banana Mania

📋 copy color: '#FEEAB0'

red 254 ◦ green 234 ◦ blue 176

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

Shades of Banana Mania #FEEAB0

Tints of Banana Mania #FEEAB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 26.51%

R = 38.25%
G = 35.24%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FEEAB0 (or 0xFEEAB0) is known color: Banana Mania. HEX triplet: FE, EA and B0. RGB value is (254,234,176). Sum of RGB (Red+Green+Blue) = 254+234+176=664 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.25% from 664); Green value is 234 (91.80% from 255 or 35.24% from 664); Blue value is 176 (69.14% from 255 or 26.51% from 664); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEAB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEEAB0 is #01154F. Grayscale: #E9E9E9. Windows color (decimal): -70992 or 11594494. OLE color: 11594494.

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

Color convert

RGB 254 234 176 -
CMYK 0 0.08 0.31 0.00
HSL 44.62º 0.98% 0.84% -
HSV(B) 44.62º 0.31% 1% -
XYZ 78.13 83.05 52.99 -
YUV 233.37 95.63 142.72 -
System Red Green Blue C M Y K H S L
Decimal 254 234 176 0 0.08 0.31 0.00 44.62 0.98 0.84
Hex FE EA B0 0 8 1F 0 2D 62 54
Octal 376 352 260 0 10 37 0 55 142 124
Binary 11111110 11101010 10110000 0 1000 11111 0 101101 1100010 1010100

Color Harmonies of #FEEAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEAB0

Black with #FEEAB0

Text Example


Text Example

White with #FEEAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEAB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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