COLOR #FEA8A1

HEX: #FEA8A1
RGB: (254,168,161)

Color info

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

RGB color model

#FEA8A1 color RGB value is (254,168,161).

  • red value is 254;
  • green value is 168;
  • blue value is 161.
RGB:
(254,168,161)
(100%,66%,63%)

RGB channels and saturation

R 254 of 255 = 100%
G 168 of 255 = 66%
B 161 of 255 = 63%

254
168
161

R + G + B ~ 76%. #FEA8A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 168 + 161 = 583 (100%)
R 254 of 583 ~ 43.57%
G 168 of 583 ~ 28.82%
B 161 of 583 ~ 27.62%

%43.57
%28.82
%27.62

CMYK color model

#FEA8A1 color CMYK value is (0,34,37,0).

  • cyan value is 0.00%
  • magenta value is 33.86%
  • yellow value is 36.61%
  • key color value is 0.39%
CMYK:
(0,34,37,0)
C0M34Y37K0 
(0%,34%,37%,0%)
(0.00/0.34/0.37/0.00)	

CMYK percentages

%0
%33.86
%36.61
%0.39

Codes

Color #FEA8A1 in popluar color models

FEA8A1
RGB254168161
HSL97.89%81.37%
HSB/HSV36.61%99.61%
CMYK0.00%33.86%36.61%
0.39%

Color #FEA8A1 in popluar number systems.

HEXFEA8A1
Decimal254168161
Binary111111101010100010100001
Octal376250241

Shades and tints

Shades of #FEA8A1

#FEA8A1
(254,168,161)
#E79993
(231,153,147)
#D08A85
(208,138,133)
#B97B77
(185,123,119)
#A26C69
(162,108,105)
#8B5D5B
(139,93,91)
#744E4D
(116,78,77)
#5D3F3F
(93,63,63)
#463031
(70,48,49)
#2F2123
(47,33,35)
#181215
(24,18,21)
#000000
(0,0,0)

Tints of #FEA8A1

#FEA8A1
(254,168,161)
#FEAFA9
(254,175,169)
#FEB6B1
(254,182,177)
#FEBDB9
(254,189,185)
#FEC4C1
(254,196,193)
#FECBC9
(254,203,201)
#FED2D1
(254,210,209)
#FED9D9
(254,217,217)
#FEE0E1
(254,224,225)
#FEE7E9
(254,231,233)
#FEEEF1
(254,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEA8A1 color. Also use rgb(254,168,161) instead hex code.

Text Font Color

.myTextColor { color: #FEA8A1; }

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

This text font color is #FEA8A1.


Background Color

.myBgColor { background-color: #FEA8A1; }

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

This div background color is #FEA8A1.


Border color

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

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

This div border color is #FEA8A1.


Opacity

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

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

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

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

This text has shadow with #FEA8A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEA8A1 on black background.


Color preview on white background

This text has color #FEA8A1 on white background.



Black color preview on #FEA8A1 background

This text has black color on #FEA8A1 background.


White color preview on #FEA8A1 background

This text has white color on #FEA8A1 background.