COLOR #FDE0ED

HEX: #FDE0ED
RGB: (253,224,237)

Color info

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

RGB color model

#FDE0ED color RGB value is (253,224,237).

  • red value is 253;
  • green value is 224;
  • blue value is 237.
RGB:
(253,224,237)
(99%,88%,93%)

RGB channels and saturation

R 253 of 255 = 99%
G 224 of 255 = 88%
B 237 of 255 = 93%

253
224
237

R + G + B ~ 93%. #FDE0ED is light color.

Portions of RGB colors in percentages

R + G + B =
253 + 224 + 237 = 714 (100%)
R 253 of 714 ~ 35.43%
G 224 of 714 ~ 31.37%
B 237 of 714 ~ 33.19%

%35.43
%31.37
%33.19

CMYK color model

#FDE0ED color CMYK value is (0,11,6,1).

  • cyan value is 0.00%
  • magenta value is 11.46%
  • yellow value is 6.32%
  • key color value is 0.78%
CMYK:
(0,11,6,1)
C0M11Y6K1 
(0%,11%,6%,1%)
(0.00/0.11/0.06/0.01)	

CMYK percentages

%0
%11.46
%6.32
%0.78

Codes

Color #FDE0ED in popluar color models

FDE0ED
RGB253224237
HSL333°87.88%93.53%
HSB/HSV333°11.46%99.22%
CMYK0.00%11.46%6.32%
0.78%

Color #FDE0ED in popluar number systems.

HEXFDE0ED
Decimal253224237
Binary111111011110000011101101
Octal375340355

Shades and tints

Shades of #FDE0ED

#FDE0ED
(253,224,237)
#E6CCD8
(230,204,216)
#CFB8C3
(207,184,195)
#B8A4AE
(184,164,174)
#A19099
(161,144,153)
#8A7C84
(138,124,132)
#73686F
(115,104,111)
#5C545A
(92,84,90)
#454045
(69,64,69)
#2E2C30
(46,44,48)
#17181B
(23,24,27)
#000000
(0,0,0)

Tints of #FDE0ED

#FDE0ED
(253,224,237)
#FDE2EE
(253,226,238)
#FDE4EF
(253,228,239)
#FDE6F0
(253,230,240)
#FDE8F1
(253,232,241)
#FDEAF2
(253,234,242)
#FDECF3
(253,236,243)
#FDEEF4
(253,238,244)
#FDF0F5
(253,240,245)
#FDF2F6
(253,242,246)
#FDF4F7
(253,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDE0ED color. Also use rgb(253,224,237) instead hex code.

Text Font Color

.myTextColor { color: #FDE0ED; }

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

This text font color is #FDE0ED.


Background Color

.myBgColor { background-color: #FDE0ED; }

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

This div background color is #FDE0ED.


Border color

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

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

This div border color is #FDE0ED.


Opacity

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

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

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

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

This text has shadow with #FDE0ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDE0ED on black background.


Color preview on white background

This text has color #FDE0ED on white background.



Black color preview on #FDE0ED background

This text has black color on #FDE0ED background.


White color preview on #FDE0ED background

This text has white color on #FDE0ED background.