COLOR #FDE4EE

HEX: #FDE4EE
RGB: (253,228,238)

Color info

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

RGB color model

#FDE4EE color RGB value is (253,228,238).

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

RGB channels and saturation

R 253 of 255 = 99%
G 228 of 255 = 89%
B 238 of 255 = 93%

253
228
238

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

Portions of RGB colors in percentages

R + G + B =
253 + 228 + 238 = 719 (100%)
R 253 of 719 ~ 35.19%
G 228 of 719 ~ 31.71%
B 238 of 719 ~ 33.1%

%35.19
%31.71
%33.1

CMYK color model

#FDE4EE color CMYK value is (0,10,6,1).

  • cyan value is 0.00%
  • magenta value is 9.88%
  • yellow value is 5.93%
  • key color value is 0.78%
CMYK:
(0,10,6,1)
C0M10Y6K1 
(0%,10%,6%,1%)
(0.00/0.10/0.06/0.01)	

CMYK percentages

%0
%9.88
%5.93
%0.78

Codes

Color #FDE4EE in popluar color models

FDE4EE
RGB253228238
HSL336°86.21%94.31%
HSB/HSV336°9.88%99.22%
CMYK0.00%9.88%5.93%
0.78%

Color #FDE4EE in popluar number systems.

HEXFDE4EE
Decimal253228238
Binary111111011110010011101110
Octal375344356

Shades and tints

Shades of #FDE4EE

#FDE4EE
(253,228,238)
#E6D0D9
(230,208,217)
#CFBCC4
(207,188,196)
#B8A8AF
(184,168,175)
#A1949A
(161,148,154)
#8A8085
(138,128,133)
#736C70
(115,108,112)
#5C585B
(92,88,91)
#454446
(69,68,70)
#2E3031
(46,48,49)
#171C1C
(23,28,28)
#000000
(0,0,0)

Tints of #FDE4EE

#FDE4EE
(253,228,238)
#FDE6EF
(253,230,239)
#FDE8F0
(253,232,240)
#FDEAF1
(253,234,241)
#FDECF2
(253,236,242)
#FDEEF3
(253,238,243)
#FDF0F4
(253,240,244)
#FDF2F5
(253,242,245)
#FDF4F6
(253,244,246)
#FDF6F7
(253,246,247)
#FDF8F8
(253,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDE4EE; }

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

This text font color is #FDE4EE.


Background Color

.myBgColor { background-color: #FDE4EE; }

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

This div background color is #FDE4EE.


Border color

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

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

This div border color is #FDE4EE.


Opacity

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

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

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

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

This text has shadow with #FDE4EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDE4EE on black background.


Color preview on white background

This text has color #FDE4EE on white background.



Black color preview on #FDE4EE background

This text has black color on #FDE4EE background.


White color preview on #FDE4EE background

This text has white color on #FDE4EE background.