COLOR #FDE5EE

HEX: #FDE5EE
RGB: (253,229,238)

Color info

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

RGB color model

#FDE5EE color RGB value is (253,229,238).

  • red value is 253;
  • green value is 229;
  • blue value is 238.
RGB:
(253,229,238)
(99%,90%,93%)

RGB channels and saturation

R 253 of 255 = 99%
G 229 of 255 = 90%
B 238 of 255 = 93%

253
229
238

R + G + B ~ 94%. #FDE5EE is light color.

Portions of RGB colors in percentages

R + G + B =
253 + 229 + 238 = 720 (100%)
R 253 of 720 ~ 35.14%
G 229 of 720 ~ 31.81%
B 238 of 720 ~ 33.06%

%35.14
%31.81
%33.06

CMYK color model

#FDE5EE color CMYK value is (0,9,6,1).

  • cyan value is 0.00%
  • magenta value is 9.49%
  • yellow value is 5.93%
  • key color value is 0.78%
CMYK:
(0,9,6,1)
C0M9Y6K1 
(0%,9%,6%,1%)
(0.00/0.09/0.06/0.01)	

CMYK percentages

%0
%9.49
%5.93
%0.78

Codes

Color #FDE5EE in popluar color models

FDE5EE
RGB253229238
HSL338°85.71%94.51%
HSB/HSV338°9.49%99.22%
CMYK0.00%9.49%5.93%
0.78%

Color #FDE5EE in popluar number systems.

HEXFDE5EE
Decimal253229238
Binary111111011110010111101110
Octal375345356

Shades and tints

Shades of #FDE5EE

#FDE5EE
(253,229,238)
#E6D1D9
(230,209,217)
#CFBDC4
(207,189,196)
#B8A9AF
(184,169,175)
#A1959A
(161,149,154)
#8A8185
(138,129,133)
#736D70
(115,109,112)
#5C595B
(92,89,91)
#454546
(69,69,70)
#2E3131
(46,49,49)
#171D1C
(23,29,28)
#000000
(0,0,0)

Tints of #FDE5EE

#FDE5EE
(253,229,238)
#FDE7EF
(253,231,239)
#FDE9F0
(253,233,240)
#FDEBF1
(253,235,241)
#FDEDF2
(253,237,242)
#FDEFF3
(253,239,243)
#FDF1F4
(253,241,244)
#FDF3F5
(253,243,245)
#FDF5F6
(253,245,246)
#FDF7F7
(253,247,247)
#FDF9F8
(253,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDE5EE color. Also use rgb(253,229,238) instead hex code.

Text Font Color

.myTextColor { color: #FDE5EE; }

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

This text font color is #FDE5EE.


Background Color

.myBgColor { background-color: #FDE5EE; }

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

This div background color is #FDE5EE.


Border color

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

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

This div border color is #FDE5EE.


Opacity

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

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

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

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

This text has shadow with #FDE5EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDE5EE on black background.


Color preview on white background

This text has color #FDE5EE on white background.



Black color preview on #FDE5EE background

This text has black color on #FDE5EE background.


White color preview on #FDE5EE background

This text has white color on #FDE5EE background.