COLOR #FEAAC3

HEX: #FEAAC3
RGB: (254,170,195)

Color info

#FEAAC3 contains mainly red and blue colors. Web safe color of #FEAAC3 is #FF99CC (or #F9C).

RGB color model

#FEAAC3 color RGB value is (254,170,195).

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

RGB channels and saturation

R 254 of 255 = 100%
G 170 of 255 = 67%
B 195 of 255 = 76%

254
170
195

R + G + B ~ 81%. #FEAAC3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 170 + 195 = 619 (100%)
R 254 of 619 ~ 41.03%
G 170 of 619 ~ 27.46%
B 195 of 619 ~ 31.5%

%41.03
%27.46
%31.5

CMYK color model

#FEAAC3 color CMYK value is (0,33,23,0).

  • cyan value is 0.00%
  • magenta value is 33.07%
  • yellow value is 23.23%
  • key color value is 0.39%
CMYK:
(0,33,23,0)
C0M33Y23K0 
(0%,33%,23%,0%)
(0.00/0.33/0.23/0.00)	

CMYK percentages

%0
%33.07
%23.23
%0.39

Codes

Color #FEAAC3 in popluar color models

FEAAC3
RGB254170195
HSL342°97.67%83.14%
HSB/HSV342°33.07%99.61%
CMYK0.00%33.07%23.23%
0.39%

Color #FEAAC3 in popluar number systems.

HEXFEAAC3
Decimal254170195
Binary111111101010101011000011
Octal376252303

Shades and tints

Shades of #FEAAC3

#FEAAC3
(254,170,195)
#E79BB2
(231,155,178)
#D08CA1
(208,140,161)
#B97D90
(185,125,144)
#A26E7F
(162,110,127)
#8B5F6E
(139,95,110)
#74505D
(116,80,93)
#5D414C
(93,65,76)
#46323B
(70,50,59)
#2F232A
(47,35,42)
#181419
(24,20,25)
#000000
(0,0,0)

Tints of #FEAAC3

#FEAAC3
(254,170,195)
#FEB1C8
(254,177,200)
#FEB8CD
(254,184,205)
#FEBFD2
(254,191,210)
#FEC6D7
(254,198,215)
#FECDDC
(254,205,220)
#FED4E1
(254,212,225)
#FEDBE6
(254,219,230)
#FEE2EB
(254,226,235)
#FEE9F0
(254,233,240)
#FEF0F5
(254,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEAAC3; }

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

This text font color is #FEAAC3.


Background Color

.myBgColor { background-color: #FEAAC3; }

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

This div background color is #FEAAC3.


Border color

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

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

This div border color is #FEAAC3.


Opacity

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

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

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

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

This text has shadow with #FEAAC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEAAC3 on black background.


Color preview on white background

This text has color #FEAAC3 on white background.



Black color preview on #FEAAC3 background

This text has black color on #FEAAC3 background.


White color preview on #FEAAC3 background

This text has white color on #FEAAC3 background.