COLOR #FED3EA

HEX: #FED3EA
RGB: (254,211,234)

Color info

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

RGB color model

#FED3EA color RGB value is (254,211,234).

  • red value is 254;
  • green value is 211;
  • blue value is 234.
RGB:
(254,211,234)
(100%,83%,92%)

RGB channels and saturation

R 254 of 255 = 100%
G 211 of 255 = 83%
B 234 of 255 = 92%

254
211
234

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

Portions of RGB colors in percentages

R + G + B =
254 + 211 + 234 = 699 (100%)
R 254 of 699 ~ 36.34%
G 211 of 699 ~ 30.19%
B 234 of 699 ~ 33.48%

%36.34
%30.19
%33.48

CMYK color model

#FED3EA color CMYK value is (0,17,8,0).

  • cyan value is 0.00%
  • magenta value is 16.93%
  • yellow value is 7.87%
  • key color value is 0.39%
CMYK:
(0,17,8,0)
C0M17Y8K0 
(0%,17%,8%,0%)
(0.00/0.17/0.08/0.00)	

CMYK percentages

%0
%16.93
%7.87
%0.39

Codes

Color #FED3EA in popluar color models

FED3EA
RGB254211234
HSL328°95.56%91.18%
HSB/HSV328°16.93%99.61%
CMYK0.00%16.93%7.87%
0.39%

Color #FED3EA in popluar number systems.

HEXFED3EA
Decimal254211234
Binary111111101101001111101010
Octal376323352

Shades and tints

Shades of #FED3EA

#FED3EA
(254,211,234)
#E7C0D5
(231,192,213)
#D0ADC0
(208,173,192)
#B99AAB
(185,154,171)
#A28796
(162,135,150)
#8B7481
(139,116,129)
#74616C
(116,97,108)
#5D4E57
(93,78,87)
#463B42
(70,59,66)
#2F282D
(47,40,45)
#181518
(24,21,24)
#000000
(0,0,0)

Tints of #FED3EA

#FED3EA
(254,211,234)
#FED7EB
(254,215,235)
#FEDBEC
(254,219,236)
#FEDFED
(254,223,237)
#FEE3EE
(254,227,238)
#FEE7EF
(254,231,239)
#FEEBF0
(254,235,240)
#FEEFF1
(254,239,241)
#FEF3F2
(254,243,242)
#FEF7F3
(254,247,243)
#FEFBF4
(254,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FED3EA color. Also use rgb(254,211,234) instead hex code.

Text Font Color

.myTextColor { color: #FED3EA; }

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

This text font color is #FED3EA.


Background Color

.myBgColor { background-color: #FED3EA; }

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

This div background color is #FED3EA.


Border color

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

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

This div border color is #FED3EA.


Opacity

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

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

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

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

This text has shadow with #FED3EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FED3EA on black background.


Color preview on white background

This text has color #FED3EA on white background.



Black color preview on #FED3EA background

This text has black color on #FED3EA background.


White color preview on #FED3EA background

This text has white color on #FED3EA background.