COLOR #FEA4D0

HEX: #FEA4D0
RGB: (254,164,208)

Color info

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

RGB color model

#FEA4D0 color RGB value is (254,164,208).

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

RGB channels and saturation

R 254 of 255 = 100%
G 164 of 255 = 64%
B 208 of 255 = 82%

254
164
208

R + G + B ~ 82%. #FEA4D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 164 + 208 = 626 (100%)
R 254 of 626 ~ 40.58%
G 164 of 626 ~ 26.2%
B 208 of 626 ~ 33.23%

%40.58
%26.2
%33.23

CMYK color model

#FEA4D0 color CMYK value is (0,35,18,0).

  • cyan value is 0.00%
  • magenta value is 35.43%
  • yellow value is 18.11%
  • key color value is 0.39%
CMYK:
(0,35,18,0)
C0M35Y18K0 
(0%,35%,18%,0%)
(0.00/0.35/0.18/0.00)	

CMYK percentages

%0
%35.43
%18.11
%0.39

Codes

Color #FEA4D0 in popluar color models

FEA4D0
RGB254164208
HSL331°97.83%81.96%
HSB/HSV331°35.43%99.61%
CMYK0.00%35.43%18.11%
0.39%

Color #FEA4D0 in popluar number systems.

HEXFEA4D0
Decimal254164208
Binary111111101010010011010000
Octal376244320

Shades and tints

Shades of #FEA4D0

#FEA4D0
(254,164,208)
#E796BE
(231,150,190)
#D088AC
(208,136,172)
#B97A9A
(185,122,154)
#A26C88
(162,108,136)
#8B5E76
(139,94,118)
#745064
(116,80,100)
#5D4252
(93,66,82)
#463440
(70,52,64)
#2F262E
(47,38,46)
#18181C
(24,24,28)
#000000
(0,0,0)

Tints of #FEA4D0

#FEA4D0
(254,164,208)
#FEACD4
(254,172,212)
#FEB4D8
(254,180,216)
#FEBCDC
(254,188,220)
#FEC4E0
(254,196,224)
#FECCE4
(254,204,228)
#FED4E8
(254,212,232)
#FEDCEC
(254,220,236)
#FEE4F0
(254,228,240)
#FEECF4
(254,236,244)
#FEF4F8
(254,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEA4D0; }

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

This text font color is #FEA4D0.


Background Color

.myBgColor { background-color: #FEA4D0; }

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

This div background color is #FEA4D0.


Border color

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

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

This div border color is #FEA4D0.


Opacity

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

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

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

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

This text has shadow with #FEA4D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEA4D0 on black background.


Color preview on white background

This text has color #FEA4D0 on white background.



Black color preview on #FEA4D0 background

This text has black color on #FEA4D0 background.


White color preview on #FEA4D0 background

This text has white color on #FEA4D0 background.