COLOR #FEAA93

HEX: #FEAA93 RGB: (254,170,147)

Color info

#FEAA93 contains mainly red color. Web safe color of #FEAA93 is #FF9999 (or #F99).

RGB color model

#FEAA93 color RGB value is (254,170,147).

RGB: (254,170,147) (100%, 67%, 58%)

RGB channels and saturation

R 254 of 255 = 100%
G 170 of 255 = 67%
B 147 of 255 = 58%

254
170
147

R + G + B ~ 75%. #FEAA93 is quite light color.

Portions of RGB colors in percentages

R + G + B = 254 + 170 + 147 = 571 (100%)
R 254 of 571 ~ 44.48%
G 170 of 571 ~ 29.77%
B 147 of 571 ~ 25.74'%

%44.48
%29.77
%25.74

CMYK color model

#FEAA93 color CMYK value is (0,33,42,0).

  • cyan value is 0.00%
  • magenta value is 33.07%
  • yellow value is 42.13%
  • key color value is 0.39%

CMYK: (0,33,42,0)
C0M33Y42K0 (0%, 33%, 42%, 0%)
(0.00 / 0.33 / 0.42 / 0.00)

CMYK percentages

%0
%33.07
%42.13
%0.39

Codes

Color #FEAA93 in popluar color models

FE AA 93
RGB 254 170 147
HSL 13° 98.17% 78.63%
HSB/HSV 13° 42.13% 99.61%
CMYK 0.00% 33.07% 42.13%
0.39%

Color #FEAA93 in popluar number systems.

HEX FE AA 93
Decimal 254 170 147
Binary 11111110 10101010 10010011
Octal 376 252 223

Shades and tints

Shades of #FEAA93

#FEAA93
(254,170,147)
#E79B86
(231,155,134)
#D08C79
(208,140,121)
#B97D6C
(185,125,108)
#A26E5F
(162,110,95)
#8B5F52
(139,95,82)
#745045
(116,80,69)
#5D4138
(93,65,56)
#46322B
(70,50,43)
#2F231E
(47,35,30)
#181411
(24,20,17)
#000000
(0,0,0)

Tints of #FEAA93

#FEAA93
(254,170,147)
#FEB19C
(254,177,156)
#FEB8A5
(254,184,165)
#FEBFAE
(254,191,174)
#FEC6B7
(254,198,183)
#FECDC0
(254,205,192)
#FED4C9
(254,212,201)
#FEDBD2
(254,219,210)
#FEE2DB
(254,226,219)
#FEE9E4
(254,233,228)
#FEF0ED
(254,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEAA93 color. Also use rgb(254,170,147) instead hex code.

Text Font Color

.myTextColor { color: #FEAA93; }

<p style="color:#FEAA93">This sample text font color is #FEAA93.</p>

This text font color is #FEAA93.

Background Color

.myBgColor { background-color: #FEAA93; }

<div style="background-color:#FEAA93">Inner text</div>

This div background color is #FEAA93.

Border color

.myBorderColor { border: 1px solid #FEAA93; }

<div style="border:3px solid #FEAA93">Div</div>

This div border color is #FEAA93.

Opacity

.myOpacity80 { color: #FEAA93; opacity: 0.8; }

<p style="color:#FEAA93;opacity:0.8;">80%</p>

Text with #FEAA93 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #FEAA93;}

<p style="text-shadow: 3px 3px 1px #FEAA93">Text here.</p>

This text has shadow with #FEAA93 color.


.textShadow {text-shadow: 3px 3px 1px #FEAA93', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #FEAA93, 5px 5px 20px red">Text here.</p>

This text has shadow with #FEAA93 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FEAA93, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#FEAA93, Direction=45, Strength=4)">Text</p>

This text has shadow with #FEAA93 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FEAA93;
-webkit-box-shadow: 1px 1px 3px 2px #FEAA93;
box-shadow: 1px 1px 3px 2px #FEAA93;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FEAA93; -webkit-box-shadow: 1px 1px 3px 2px #FEAA93; box-shadow:1px 1px 3px 2px #FEAA93;">
Div content here
</div>

This div box has shadow with color #FEAA93.

Preview

Color preview on black background

This text has color #FEAA93 on black background.


Color preview on white background

This text has color #FEAA93 on white background.


Black color preview on #FEAA93 background

This text has black color on #FEAA93 background.


White color preview on #FEAA93 background

This text has white color on #FEAA93 background.


Related colors

Complementary color

Complementary color for #hex is #01556C.


I love getcolorcode.com

Triadic colors

1 #93FEAA and #AA93FE with #FEAA93 are triadic colors.

2 #93AAFE and #AAFE93 with #FEAA93 are triadic colors.