COLOR #FEA9A6

HEX: #FEA9A6 RGB: (254,169,166)

Color info

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

RGB color model

#FEA9A6 color RGB value is (254,169,166).

RGB: (254,169,166) (100%, 66%, 65%)

RGB channels and saturation

R 254 of 255 = 100%
G 169 of 255 = 66%
B 166 of 255 = 65%

254
169
166

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

Portions of RGB colors in percentages

R + G + B = 254 + 169 + 166 = 589 (100%)
R 254 of 589 ~ 43.12%
G 169 of 589 ~ 28.69%
B 166 of 589 ~ 28.18'%

%43.12
%28.69
%28.18

CMYK color model

#FEA9A6 color CMYK value is (0,33,35,0).

  • cyan value is 0.00%
  • magenta value is 33.46%
  • yellow value is 34.65%
  • key color value is 0.39%

CMYK: (0,33,35,0)
C0M33Y35K0 (0%, 33%, 35%, 0%)
(0.00 / 0.33 / 0.35 / 0.00)

CMYK percentages

%0
%33.46
%34.65
%0.39

Codes

Color #FEA9A6 in popluar color models

FE A9 A6
RGB 254 169 166
HSL 97.78% 82.35%
HSB/HSV 34.65% 99.61%
CMYK 0.00% 33.46% 34.65%
0.39%

Color #FEA9A6 in popluar number systems.

HEX FE A9 A6
Decimal 254 169 166
Binary 11111110 10101001 10100110
Octal 376 251 246

Shades and tints

Shades of #FEA9A6

#FEA9A6
(254,169,166)
#E79A97
(231,154,151)
#D08B88
(208,139,136)
#B97C79
(185,124,121)
#A26D6A
(162,109,106)
#8B5E5B
(139,94,91)
#744F4C
(116,79,76)
#5D403D
(93,64,61)
#46312E
(70,49,46)
#2F221F
(47,34,31)
#181310
(24,19,16)
#000000
(0,0,0)

Tints of #FEA9A6

#FEA9A6
(254,169,166)
#FEB0AE
(254,176,174)
#FEB7B6
(254,183,182)
#FEBEBE
(254,190,190)
#FEC5C6
(254,197,198)
#FECCCE
(254,204,206)
#FED3D6
(254,211,214)
#FEDADE
(254,218,222)
#FEE1E6
(254,225,230)
#FEE8EE
(254,232,238)
#FEEFF6
(254,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEA9A6 color. Also use rgb(254,169,166) instead hex code.

Text Font Color

.myTextColor { color: #FEA9A6; }

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

This text font color is #FEA9A6.

Background Color

.myBgColor { background-color: #FEA9A6; }

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

This div background color is #FEA9A6.

Border color

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

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

This div border color is #FEA9A6.

Opacity

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

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

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

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

This text has shadow with #FEA9A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEA9A6.

Preview

Color preview on black background

This text has color #FEA9A6 on black background.


Color preview on white background

This text has color #FEA9A6 on white background.


Black color preview on #FEA9A6 background

This text has black color on #FEA9A6 background.


White color preview on #FEA9A6 background

This text has white color on #FEA9A6 background.


Related colors

Complementary color

Complementary color for #hex is #015659.


I love getcolorcode.com

Triadic colors

1 #A6FEA9 and #A9A6FE with #FEA9A6 are triadic colors.

2 #A6A9FE and #A9FEA6 with #FEA9A6 are triadic colors.