COLOR #FED3EE

HEX: #FED3EE RGB: (254,211,238)

Color info

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

RGB color model

#FED3EE color RGB value is (254,211,238).

RGB: (254,211,238) (100%, 83%, 93%)

RGB channels and saturation

R 254 of 255 = 100%
G 211 of 255 = 83%
B 238 of 255 = 93%

254
211
238

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

Portions of RGB colors in percentages

R + G + B = 254 + 211 + 238 = 703 (100%)
R 254 of 703 ~ 36.13%
G 211 of 703 ~ 30.01%
B 238 of 703 ~ 33.85'%

%36.13
%30.01
%33.85

CMYK color model

#FED3EE color CMYK value is (0,17,6,0).

  • cyan value is 0.00%
  • magenta value is 16.93%
  • yellow value is 6.30%
  • key color value is 0.39%

CMYK: (0,17,6,0)
C0M17Y6K0 (0%, 17%, 6%, 0%)
(0.00 / 0.17 / 0.06 / 0.00)

CMYK percentages

%0
%16.93
%6.3
%0.39

Codes

Color #FED3EE in popluar color models

FE D3 EE
RGB 254 211 238
HSL 322° 95.56% 91.18%
HSB/HSV 322° 16.93% 99.61%
CMYK 0.00% 16.93% 6.30%
0.39%

Color #FED3EE in popluar number systems.

HEX FE D3 EE
Decimal 254 211 238
Binary 11111110 11010011 11101110
Octal 376 323 356

Shades and tints

Shades of #FED3EE

#FED3EE
(254,211,238)
#E7C0D9
(231,192,217)
#D0ADC4
(208,173,196)
#B99AAF
(185,154,175)
#A2879A
(162,135,154)
#8B7485
(139,116,133)
#746170
(116,97,112)
#5D4E5B
(93,78,91)
#463B46
(70,59,70)
#2F2831
(47,40,49)
#18151C
(24,21,28)
#000000
(0,0,0)

Tints of #FED3EE

#FED3EE
(254,211,238)
#FED7EF
(254,215,239)
#FEDBF0
(254,219,240)
#FEDFF1
(254,223,241)
#FEE3F2
(254,227,242)
#FEE7F3
(254,231,243)
#FEEBF4
(254,235,244)
#FEEFF5
(254,239,245)
#FEF3F6
(254,243,246)
#FEF7F7
(254,247,247)
#FEFBF8
(254,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FED3EE; }

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

This text font color is #FED3EE.

Background Color

.myBgColor { background-color: #FED3EE; }

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

This div background color is #FED3EE.

Border color

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

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

This div border color is #FED3EE.

Opacity

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

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

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

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

This text has shadow with #FED3EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FED3EE.

Preview

Color preview on black background

This text has color #FED3EE on black background.


Color preview on white background

This text has color #FED3EE on white background.


Black color preview on #FED3EE background

This text has black color on #FED3EE background.


White color preview on #FED3EE background

This text has white color on #FED3EE background.


Related colors

Complementary color

Complementary color for #hex is #012C11.


I love getcolorcode.com

Triadic colors

1 #EEFED3 and #D3EEFE with #FED3EE are triadic colors.

2 #EED3FE and #D3FEEE with #FED3EE are triadic colors.