COLOR #FEA1A8

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

254
161
168

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

Portions of RGB colors in percentages

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

%43.57
%27.62
%28.82

CMYK color model

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

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

CMYK percentages

%0
%36.61
%33.86
%0.39

Codes

Color #FEA1A8 in popluar color models

FEA1A8
RGB254161168
HSL355°97.89%81.37%
HSB/HSV355°36.61%99.61%
CMYK0.00%36.61%33.86%
0.39%

Color #FEA1A8 in popluar number systems.

HEXFEA1A8
Decimal254161168
Binary111111101010000110101000
Octal376241250

Shades and tints

Shades of #FEA1A8

#FEA1A8
(254,161,168)
#E79399
(231,147,153)
#D0858A
(208,133,138)
#B9777B
(185,119,123)
#A2696C
(162,105,108)
#8B5B5D
(139,91,93)
#744D4E
(116,77,78)
#5D3F3F
(93,63,63)
#463130
(70,49,48)
#2F2321
(47,35,33)
#181512
(24,21,18)
#000000
(0,0,0)

Tints of #FEA1A8

#FEA1A8
(254,161,168)
#FEA9AF
(254,169,175)
#FEB1B6
(254,177,182)
#FEB9BD
(254,185,189)
#FEC1C4
(254,193,196)
#FEC9CB
(254,201,203)
#FED1D2
(254,209,210)
#FED9D9
(254,217,217)
#FEE1E0
(254,225,224)
#FEE9E7
(254,233,231)
#FEF1EE
(254,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEA1A8; }

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

This text font color is #FEA1A8.


Background Color

.myBgColor { background-color: #FEA1A8; }

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

This div background color is #FEA1A8.


Border color

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

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

This div border color is #FEA1A8.


Opacity

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

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

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

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

This text has shadow with #FEA1A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEA1A8 on black background.


Color preview on white background

This text has color #FEA1A8 on white background.



Black color preview on #FEA1A8 background

This text has black color on #FEA1A8 background.


White color preview on #FEA1A8 background

This text has white color on #FEA1A8 background.