COLOR #FEA2DE

HEX: #FEA2DE
RGB: (254,162,222)

Color info

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

RGB color model

#FEA2DE color RGB value is (254,162,222).

  • red value is 254;
  • green value is 162;
  • blue value is 222.
RGB:
(254,162,222)
(100%,64%,87%)

RGB channels and saturation

R 254 of 255 = 100%
G 162 of 255 = 64%
B 222 of 255 = 87%

254
162
222

R + G + B ~ 84%. #FEA2DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 162 + 222 = 638 (100%)
R 254 of 638 ~ 39.81%
G 162 of 638 ~ 25.39%
B 222 of 638 ~ 34.8%

%39.81
%25.39
%34.8

CMYK color model

#FEA2DE color CMYK value is (0,36,13,0).

  • cyan value is 0.00%
  • magenta value is 36.22%
  • yellow value is 12.60%
  • key color value is 0.39%
CMYK:
(0,36,13,0)
C0M36Y13K0 
(0%,36%,13%,0%)
(0.00/0.36/0.13/0.00)	

CMYK percentages

%0
%36.22
%12.6
%0.39

Codes

Color #FEA2DE in popluar color models

FEA2DE
RGB254162222
HSL321°97.87%81.57%
HSB/HSV321°36.22%99.61%
CMYK0.00%36.22%12.60%
0.39%

Color #FEA2DE in popluar number systems.

HEXFEA2DE
Decimal254162222
Binary111111101010001011011110
Octal376242336

Shades and tints

Shades of #FEA2DE

#FEA2DE
(254,162,222)
#E794CA
(231,148,202)
#D086B6
(208,134,182)
#B978A2
(185,120,162)
#A26A8E
(162,106,142)
#8B5C7A
(139,92,122)
#744E66
(116,78,102)
#5D4052
(93,64,82)
#46323E
(70,50,62)
#2F242A
(47,36,42)
#181616
(24,22,22)
#000000
(0,0,0)

Tints of #FEA2DE

#FEA2DE
(254,162,222)
#FEAAE1
(254,170,225)
#FEB2E4
(254,178,228)
#FEBAE7
(254,186,231)
#FEC2EA
(254,194,234)
#FECAED
(254,202,237)
#FED2F0
(254,210,240)
#FEDAF3
(254,218,243)
#FEE2F6
(254,226,246)
#FEEAF9
(254,234,249)
#FEF2FC
(254,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEA2DE color. Also use rgb(254,162,222) instead hex code.

Text Font Color

.myTextColor { color: #FEA2DE; }

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

This text font color is #FEA2DE.


Background Color

.myBgColor { background-color: #FEA2DE; }

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

This div background color is #FEA2DE.


Border color

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

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

This div border color is #FEA2DE.


Opacity

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

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

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

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

This text has shadow with #FEA2DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEA2DE on black background.


Color preview on white background

This text has color #FEA2DE on white background.



Black color preview on #FEA2DE background

This text has black color on #FEA2DE background.


White color preview on #FEA2DE background

This text has white color on #FEA2DE background.