COLOR #FEA6AA

HEX: #FEA6AA
RGB: (254,166,170)

Color info

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

RGB color model

#FEA6AA color RGB value is (254,166,170).

  • red value is 254;
  • green value is 166;
  • blue value is 170.
RGB:
(254,166,170)
(100%,65%,67%)

RGB channels and saturation

R 254 of 255 = 100%
G 166 of 255 = 65%
B 170 of 255 = 67%

254
166
170

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

Portions of RGB colors in percentages

R + G + B =
254 + 166 + 170 = 590 (100%)
R 254 of 590 ~ 43.05%
G 166 of 590 ~ 28.14%
B 170 of 590 ~ 28.81%

%43.05
%28.14
%28.81

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 34.65%
  • yellow value is 33.07%
  • key color value is 0.39%
CMYK:
(0,35,33,0)
C0M35Y33K0 
(0%,35%,33%,0%)
(0.00/0.35/0.33/0.00)	

CMYK percentages

%0
%34.65
%33.07
%0.39

Codes

Color #FEA6AA in popluar color models

FEA6AA
RGB254166170
HSL357°97.78%82.35%
HSB/HSV357°34.65%99.61%
CMYK0.00%34.65%33.07%
0.39%

Color #FEA6AA in popluar number systems.

HEXFEA6AA
Decimal254166170
Binary111111101010011010101010
Octal376246252

Shades and tints

Shades of #FEA6AA

#FEA6AA
(254,166,170)
#E7979B
(231,151,155)
#D0888C
(208,136,140)
#B9797D
(185,121,125)
#A26A6E
(162,106,110)
#8B5B5F
(139,91,95)
#744C50
(116,76,80)
#5D3D41
(93,61,65)
#462E32
(70,46,50)
#2F1F23
(47,31,35)
#181014
(24,16,20)
#000000
(0,0,0)

Tints of #FEA6AA

#FEA6AA
(254,166,170)
#FEAEB1
(254,174,177)
#FEB6B8
(254,182,184)
#FEBEBF
(254,190,191)
#FEC6C6
(254,198,198)
#FECECD
(254,206,205)
#FED6D4
(254,214,212)
#FEDEDB
(254,222,219)
#FEE6E2
(254,230,226)
#FEEEE9
(254,238,233)
#FEF6F0
(254,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEA6AA; }

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

This text font color is #FEA6AA.


Background Color

.myBgColor { background-color: #FEA6AA; }

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

This div background color is #FEA6AA.


Border color

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

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

This div border color is #FEA6AA.


Opacity

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

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

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

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

This text has shadow with #FEA6AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEA6AA on black background.


Color preview on white background

This text has color #FEA6AA on white background.



Black color preview on #FEA6AA background

This text has black color on #FEA6AA background.


White color preview on #FEA6AA background

This text has white color on #FEA6AA background.