COLOR #FEAEA2

HEX: #FEAEA2 RGB: (254,174,162)

Color info

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

RGB color model

#FEAEA2 color RGB value is (254,174,162).

RGB: (254,174,162) (100%, 68%, 64%)

RGB channels and saturation

R 254 of 255 = 100%
G 174 of 255 = 68%
B 162 of 255 = 64%

254
174
162

R + G + B ~ 77%. #FEAEA2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 254 + 174 + 162 = 590 (100%)
R 254 of 590 ~ 43.05%
G 174 of 590 ~ 29.49%
B 162 of 590 ~ 27.46'%

%43.05
%29.49
%27.46

CMYK color model

#FEAEA2 color CMYK value is (0,31,36,0).

  • cyan value is 0.00%
  • magenta value is 31.50%
  • yellow value is 36.22%
  • key color value is 0.39%
CMYK: (0,31,36,0) C0M31Y36K0 (0%,31%,36%,0%) (0.00/0.31/0.36/0.00) 

CMYK percentages

%0
%31.5
%36.22
%0.39

Codes

Color #FEAEA2 in popluar color models

FE AE A2
RGB 254 174 162
HSL 97.87% 81.57%
HSB/HSV 36.22% 99.61%
CMYK 0.00% 31.50% 36.22%
0.39%

Color #FEAEA2 in popluar number systems.

HEX FE AE A2
Decimal 254 174 162
Binary 11111110 10101110 10100010
Octal 376 256 242

Shades and tints

Shades of #FEAEA2

#FEAEA2
(254,174,162)
#E79F94
(231,159,148)
#D09086
(208,144,134)
#B98178
(185,129,120)
#A2726A
(162,114,106)
#8B635C
(139,99,92)
#74544E
(116,84,78)
#5D4540
(93,69,64)
#463632
(70,54,50)
#2F2724
(47,39,36)
#181816
(24,24,22)
#000000
(0,0,0)

Tints of #FEAEA2

#FEAEA2
(254,174,162)
#FEB5AA
(254,181,170)
#FEBCB2
(254,188,178)
#FEC3BA
(254,195,186)
#FECAC2
(254,202,194)
#FED1CA
(254,209,202)
#FED8D2
(254,216,210)
#FEDFDA
(254,223,218)
#FEE6E2
(254,230,226)
#FEEDEA
(254,237,234)
#FEF4F2
(254,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEAEA2 color. Also use rgb(254,174,162) instead hex code.

Text Font Color

.myTextColor { color: #FEAEA2; }

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

This text font color is #FEAEA2.

Background Color

.myBgColor { background-color: #FEAEA2; }

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

This div background color is #FEAEA2.

Border color

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

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

This div border color is #FEAEA2.

Opacity

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

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

Text with #FEAEA2 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 #FEAEA2;}

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

This text has shadow with #FEAEA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEAEA2.

Preview

Color preview on black background

This text has color #FEAEA2 on black background.


Color preview on white background

This text has color #FEAEA2 on white background.


Black color preview on #FEAEA2 background

This text has black color on #FEAEA2 background.


White color preview on #FEAEA2 background

This text has white color on #FEAEA2 background.


Related colors

Complementary color

Complementary color for #hex is #01515D.


I love getcolorcode.com

Triadic colors

1 #A2FEAE and #AEA2FE with #FEAEA2 are triadic colors.

2 #A2AEFE and #AEFEA2 with #FEAEA2 are triadic colors.