Html Css Color HEX #FEEAB4 Banana Mania

📋 copy color: '#FEEAB4'

red 254 ◦ green 234 ◦ blue 180

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

Shades of Banana Mania #FEEAB4

Tints of Banana Mania #FEEAB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 26.95%

R = 38.02%
G = 35.03%
B = 26.95%

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

#FEEAB4 (or 0xFEEAB4) is known color: Banana Mania. HEX triplet: FE, EA and B4. RGB value is (254,234,180). Sum of RGB (Red+Green+Blue) = 254+234+180=668 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.02% from 668); Green value is 234 (91.80% from 255 or 35.03% from 668); Blue value is 180 (70.70% from 255 or 26.95% from 668); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEAB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEAB4 is #01154B. Grayscale: #EAEAEA. Windows color (decimal): -70988 or 11856638. OLE color: 11856638.

HSL color Cylindrical-coordinate representation of color #FEEAB4: hue angle of 43.78º 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 #FEEAB4 is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 234 180 -
CMYK 0 0.08 0.29 0.00
HSL 43.78º 0.97% 0.85% -
HSV(B) 43.78º 0.29% 1% -
XYZ 78.53 83.21 55.1 -
YUV 233.82 97.63 142.39 -
System Red Green Blue C M Y K H S L
Decimal 254 234 180 0 0.08 0.29 0.00 43.78 0.97 0.85
Hex FE EA B4 0 8 1D 0 2C 61 55
Octal 376 352 264 0 10 35 0 54 141 125
Binary 11111110 11101010 10110100 0 1000 11101 0 101100 1100001 1010101

Color Harmonies of #FEEAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEAB4

Black with #FEEAB4

Text Example


Text Example

White with #FEEAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEAB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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