COLOR #FEAAAB

HEX: #FEAAAB
RGB: (254,170,171)

Color info

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

RGB color model

#FEAAAB color RGB value is (254,170,171).

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

RGB channels and saturation

R 254 of 255 = 100%
G 170 of 255 = 67%
B 171 of 255 = 67%

254
170
171

R + G + B ~ 78%. #FEAAAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 170 + 171 = 595 (100%)
R 254 of 595 ~ 42.69%
G 170 of 595 ~ 28.57%
B 171 of 595 ~ 28.74%

%42.69
%28.57
%28.74

CMYK color model

#FEAAAB color CMYK value is (0,33,33,0).

  • cyan value is 0.00%
  • magenta value is 33.07%
  • yellow value is 32.68%
  • key color value is 0.39%
CMYK:
(0,33,33,0)
C0M33Y33K0 
(0%,33%,33%,0%)
(0.00/0.33/0.33/0.00)	

CMYK percentages

%0
%33.07
%32.68
%0.39

Codes

Color #FEAAAB in popluar color models

FEAAAB
RGB254170171
HSL359°97.67%83.14%
HSB/HSV359°33.07%99.61%
CMYK0.00%33.07%32.68%
0.39%

Color #FEAAAB in popluar number systems.

HEXFEAAAB
Decimal254170171
Binary111111101010101010101011
Octal376252253

Shades and tints

Shades of #FEAAAB

#FEAAAB
(254,170,171)
#E79B9C
(231,155,156)
#D08C8D
(208,140,141)
#B97D7E
(185,125,126)
#A26E6F
(162,110,111)
#8B5F60
(139,95,96)
#745051
(116,80,81)
#5D4142
(93,65,66)
#463233
(70,50,51)
#2F2324
(47,35,36)
#181415
(24,20,21)
#000000
(0,0,0)

Tints of #FEAAAB

#FEAAAB
(254,170,171)
#FEB1B2
(254,177,178)
#FEB8B9
(254,184,185)
#FEBFC0
(254,191,192)
#FEC6C7
(254,198,199)
#FECDCE
(254,205,206)
#FED4D5
(254,212,213)
#FEDBDC
(254,219,220)
#FEE2E3
(254,226,227)
#FEE9EA
(254,233,234)
#FEF0F1
(254,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEAAAB; }

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

This text font color is #FEAAAB.


Background Color

.myBgColor { background-color: #FEAAAB; }

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

This div background color is #FEAAAB.


Border color

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

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

This div border color is #FEAAAB.


Opacity

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

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

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

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

This text has shadow with #FEAAAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEAAAB on black background.


Color preview on white background

This text has color #FEAAAB on white background.



Black color preview on #FEAAAB background

This text has black color on #FEAAAB background.


White color preview on #FEAAAB background

This text has white color on #FEAAAB background.