COLOR #FEA5C2

HEX: #FEA5C2
RGB: (254,165,194)

Color info

#FEA5C2 contains mainly red color. Web safe color of #FEA5C2 is #FF99CC (or #F9C).

RGB color model

#FEA5C2 color RGB value is (254,165,194).

  • red value is 254;
  • green value is 165;
  • blue value is 194.
RGB:
(254,165,194)
(100%,65%,76%)

RGB channels and saturation

R 254 of 255 = 100%
G 165 of 255 = 65%
B 194 of 255 = 76%

254
165
194

R + G + B ~ 80%. #FEA5C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 165 + 194 = 613 (100%)
R 254 of 613 ~ 41.44%
G 165 of 613 ~ 26.92%
B 194 of 613 ~ 31.65%

%41.44
%26.92
%31.65

CMYK color model

#FEA5C2 color CMYK value is (0,35,24,0).

  • cyan value is 0.00%
  • magenta value is 35.04%
  • yellow value is 23.62%
  • key color value is 0.39%
CMYK:
(0,35,24,0)
C0M35Y24K0 
(0%,35%,24%,0%)
(0.00/0.35/0.24/0.00)	

CMYK percentages

%0
%35.04
%23.62
%0.39

Codes

Color #FEA5C2 in popluar color models

FEA5C2
RGB254165194
HSL340°97.80%82.16%
HSB/HSV340°35.04%99.61%
CMYK0.00%35.04%23.62%
0.39%

Color #FEA5C2 in popluar number systems.

HEXFEA5C2
Decimal254165194
Binary111111101010010111000010
Octal376245302

Shades and tints

Shades of #FEA5C2

#FEA5C2
(254,165,194)
#E796B1
(231,150,177)
#D087A0
(208,135,160)
#B9788F
(185,120,143)
#A2697E
(162,105,126)
#8B5A6D
(139,90,109)
#744B5C
(116,75,92)
#5D3C4B
(93,60,75)
#462D3A
(70,45,58)
#2F1E29
(47,30,41)
#180F18
(24,15,24)
#000000
(0,0,0)

Tints of #FEA5C2

#FEA5C2
(254,165,194)
#FEADC7
(254,173,199)
#FEB5CC
(254,181,204)
#FEBDD1
(254,189,209)
#FEC5D6
(254,197,214)
#FECDDB
(254,205,219)
#FED5E0
(254,213,224)
#FEDDE5
(254,221,229)
#FEE5EA
(254,229,234)
#FEEDEF
(254,237,239)
#FEF5F4
(254,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEA5C2 color. Also use rgb(254,165,194) instead hex code.

Text Font Color

.myTextColor { color: #FEA5C2; }

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

This text font color is #FEA5C2.


Background Color

.myBgColor { background-color: #FEA5C2; }

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

This div background color is #FEA5C2.


Border color

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

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

This div border color is #FEA5C2.


Opacity

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

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

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

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

This text has shadow with #FEA5C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEA5C2 on black background.


Color preview on white background

This text has color #FEA5C2 on white background.



Black color preview on #FEA5C2 background

This text has black color on #FEA5C2 background.


White color preview on #FEA5C2 background

This text has white color on #FEA5C2 background.