COLOR #FEA4CC

HEX: #FEA4CC
RGB: (254,164,204)

Color info

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

RGB color model

#FEA4CC color RGB value is (254,164,204).

  • red value is 254;
  • green value is 164;
  • blue value is 204.
RGB:
(254,164,204)
(100%,64%,80%)

RGB channels and saturation

R 254 of 255 = 100%
G 164 of 255 = 64%
B 204 of 255 = 80%

254
164
204

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

Portions of RGB colors in percentages

R + G + B =
254 + 164 + 204 = 622 (100%)
R 254 of 622 ~ 40.84%
G 164 of 622 ~ 26.37%
B 204 of 622 ~ 32.8%

%40.84
%26.37
%32.8

CMYK color model

#FEA4CC color CMYK value is (0,35,20,0).

  • cyan value is 0.00%
  • magenta value is 35.43%
  • yellow value is 19.69%
  • key color value is 0.39%
CMYK:
(0,35,20,0)
C0M35Y20K0 
(0%,35%,20%,0%)
(0.00/0.35/0.20/0.00)	

CMYK percentages

%0
%35.43
%19.69
%0.39

Codes

Color #FEA4CC in popluar color models

FEA4CC
RGB254164204
HSL333°97.83%81.96%
HSB/HSV333°35.43%99.61%
CMYK0.00%35.43%19.69%
0.39%

Color #FEA4CC in popluar number systems.

HEXFEA4CC
Decimal254164204
Binary111111101010010011001100
Octal376244314

Shades and tints

Shades of #FEA4CC

#FEA4CC
(254,164,204)
#E796BA
(231,150,186)
#D088A8
(208,136,168)
#B97A96
(185,122,150)
#A26C84
(162,108,132)
#8B5E72
(139,94,114)
#745060
(116,80,96)
#5D424E
(93,66,78)
#46343C
(70,52,60)
#2F262A
(47,38,42)
#181818
(24,24,24)
#000000
(0,0,0)

Tints of #FEA4CC

#FEA4CC
(254,164,204)
#FEACD0
(254,172,208)
#FEB4D4
(254,180,212)
#FEBCD8
(254,188,216)
#FEC4DC
(254,196,220)
#FECCE0
(254,204,224)
#FED4E4
(254,212,228)
#FEDCE8
(254,220,232)
#FEE4EC
(254,228,236)
#FEECF0
(254,236,240)
#FEF4F4
(254,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEA4CC color. Also use rgb(254,164,204) instead hex code.

Text Font Color

.myTextColor { color: #FEA4CC; }

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

This text font color is #FEA4CC.


Background Color

.myBgColor { background-color: #FEA4CC; }

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

This div background color is #FEA4CC.


Border color

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

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

This div border color is #FEA4CC.


Opacity

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

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

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

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

This text has shadow with #FEA4CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEA4CC on black background.


Color preview on white background

This text has color #FEA4CC on white background.



Black color preview on #FEA4CC background

This text has black color on #FEA4CC background.


White color preview on #FEA4CC background

This text has white color on #FEA4CC background.