COLOR #FED2EC

HEX: #FED2EC
RGB: (254,210,236)

Color info

#FED2EC contains red, green and blue colors in about the same proportion. Web safe color of #FED2EC is #FFCCFF (or #FCF).

RGB color model

#FED2EC color RGB value is (254,210,236).

  • red value is 254;
  • green value is 210;
  • blue value is 236.
RGB:
(254,210,236)
(100%,82%,93%)

RGB channels and saturation

R 254 of 255 = 100%
G 210 of 255 = 82%
B 236 of 255 = 93%

254
210
236

R + G + B ~ 92%. #FED2EC is light color.

Portions of RGB colors in percentages

R + G + B =
254 + 210 + 236 = 700 (100%)
R 254 of 700 ~ 36.29%
G 210 of 700 ~ 30%
B 236 of 700 ~ 33.71%

%36.29
%30
%33.71

CMYK color model

#FED2EC color CMYK value is (0,17,7,0).

  • cyan value is 0.00%
  • magenta value is 17.32%
  • yellow value is 7.09%
  • key color value is 0.39%
CMYK:
(0,17,7,0)
C0M17Y7K0 
(0%,17%,7%,0%)
(0.00/0.17/0.07/0.00)	

CMYK percentages

%0
%17.32
%7.09
%0.39

Codes

Color #FED2EC in popluar color models

FED2EC
RGB254210236
HSL325°95.65%90.98%
HSB/HSV325°17.32%99.61%
CMYK0.00%17.32%7.09%
0.39%

Color #FED2EC in popluar number systems.

HEXFED2EC
Decimal254210236
Binary111111101101001011101100
Octal376322354

Shades and tints

Shades of #FED2EC

#FED2EC
(254,210,236)
#E7BFD7
(231,191,215)
#D0ACC2
(208,172,194)
#B999AD
(185,153,173)
#A28698
(162,134,152)
#8B7383
(139,115,131)
#74606E
(116,96,110)
#5D4D59
(93,77,89)
#463A44
(70,58,68)
#2F272F
(47,39,47)
#18141A
(24,20,26)
#000000
(0,0,0)

Tints of #FED2EC

#FED2EC
(254,210,236)
#FED6ED
(254,214,237)
#FEDAEE
(254,218,238)
#FEDEEF
(254,222,239)
#FEE2F0
(254,226,240)
#FEE6F1
(254,230,241)
#FEEAF2
(254,234,242)
#FEEEF3
(254,238,243)
#FEF2F4
(254,242,244)
#FEF6F5
(254,246,245)
#FEFAF6
(254,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FED2EC color. Also use rgb(254,210,236) instead hex code.

Text Font Color

.myTextColor { color: #FED2EC; }

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

This text font color is #FED2EC.


Background Color

.myBgColor { background-color: #FED2EC; }

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

This div background color is #FED2EC.


Border color

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

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

This div border color is #FED2EC.


Opacity

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

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

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

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

This text has shadow with #FED2EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FED2EC on black background.


Color preview on white background

This text has color #FED2EC on white background.



Black color preview on #FED2EC background

This text has black color on #FED2EC background.


White color preview on #FED2EC background

This text has white color on #FED2EC background.