COLOR #FDE8ED

HEX: #FDE8ED
RGB: (253,232,237)

Color info

#FDE8ED contains red, green and blue colors in about the same proportion. Web safe color of #FDE8ED is #FFFFFF (or #FFF).

RGB color model

#FDE8ED color RGB value is (253,232,237).

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

RGB channels and saturation

R 253 of 255 = 99%
G 232 of 255 = 91%
B 237 of 255 = 93%

253
232
237

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

Portions of RGB colors in percentages

R + G + B =
253 + 232 + 237 = 722 (100%)
R 253 of 722 ~ 35.04%
G 232 of 722 ~ 32.13%
B 237 of 722 ~ 32.83%

%35.04
%32.13
%32.83

CMYK color model

#FDE8ED color CMYK value is (0,8,6,1).

  • cyan value is 0.00%
  • magenta value is 8.30%
  • yellow value is 6.32%
  • key color value is 0.78%
CMYK:
(0,8,6,1)
C0M8Y6K1 
(0%,8%,6%,1%)
(0.00/0.08/0.06/0.01)	

CMYK percentages

%0
%8.3
%6.32
%0.78

Codes

Color #FDE8ED in popluar color models

FDE8ED
RGB253232237
HSL346°84.00%95.10%
HSB/HSV346°8.30%99.22%
CMYK0.00%8.30%6.32%
0.78%

Color #FDE8ED in popluar number systems.

HEXFDE8ED
Decimal253232237
Binary111111011110100011101101
Octal375350355

Shades and tints

Shades of #FDE8ED

#FDE8ED
(253,232,237)
#E6D3D8
(230,211,216)
#CFBEC3
(207,190,195)
#B8A9AE
(184,169,174)
#A19499
(161,148,153)
#8A7F84
(138,127,132)
#736A6F
(115,106,111)
#5C555A
(92,85,90)
#454045
(69,64,69)
#2E2B30
(46,43,48)
#17161B
(23,22,27)
#000000
(0,0,0)

Tints of #FDE8ED

#FDE8ED
(253,232,237)
#FDEAEE
(253,234,238)
#FDECEF
(253,236,239)
#FDEEF0
(253,238,240)
#FDF0F1
(253,240,241)
#FDF2F2
(253,242,242)
#FDF4F3
(253,244,243)
#FDF6F4
(253,246,244)
#FDF8F5
(253,248,245)
#FDFAF6
(253,250,246)
#FDFCF7
(253,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDE8ED; }

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

This text font color is #FDE8ED.


Background Color

.myBgColor { background-color: #FDE8ED; }

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

This div background color is #FDE8ED.


Border color

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

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

This div border color is #FDE8ED.


Opacity

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

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

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

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

This text has shadow with #FDE8ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDE8ED on black background.


Color preview on white background

This text has color #FDE8ED on white background.



Black color preview on #FDE8ED background

This text has black color on #FDE8ED background.


White color preview on #FDE8ED background

This text has white color on #FDE8ED background.