COLOR #FDE9EB

HEX: #FDE9EB
RGB: (253,233,235)

Color info

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

RGB color model

#FDE9EB color RGB value is (253,233,235).

  • red value is 253;
  • green value is 233;
  • blue value is 235.
RGB:
(253,233,235)
(99%,91%,92%)

RGB channels and saturation

R 253 of 255 = 99%
G 233 of 255 = 91%
B 235 of 255 = 92%

253
233
235

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

Portions of RGB colors in percentages

R + G + B =
253 + 233 + 235 = 721 (100%)
R 253 of 721 ~ 35.09%
G 233 of 721 ~ 32.32%
B 235 of 721 ~ 32.59%

%35.09
%32.32
%32.59

CMYK color model

#FDE9EB color CMYK value is (0,8,7,1).

  • cyan value is 0.00%
  • magenta value is 7.91%
  • yellow value is 7.11%
  • key color value is 0.78%
CMYK:
(0,8,7,1)
C0M8Y7K1 
(0%,8%,7%,1%)
(0.00/0.08/0.07/0.01)	

CMYK percentages

%0
%7.91
%7.11
%0.78

Codes

Color #FDE9EB in popluar color models

FDE9EB
RGB253233235
HSL354°83.33%95.29%
HSB/HSV354°7.91%99.22%
CMYK0.00%7.91%7.11%
0.78%

Color #FDE9EB in popluar number systems.

HEXFDE9EB
Decimal253233235
Binary111111011110100111101011
Octal375351353

Shades and tints

Shades of #FDE9EB

#FDE9EB
(253,233,235)
#E6D4D6
(230,212,214)
#CFBFC1
(207,191,193)
#B8AAAC
(184,170,172)
#A19597
(161,149,151)
#8A8082
(138,128,130)
#736B6D
(115,107,109)
#5C5658
(92,86,88)
#454143
(69,65,67)
#2E2C2E
(46,44,46)
#171719
(23,23,25)
#000000
(0,0,0)

Tints of #FDE9EB

#FDE9EB
(253,233,235)
#FDEBEC
(253,235,236)
#FDEDED
(253,237,237)
#FDEFEE
(253,239,238)
#FDF1EF
(253,241,239)
#FDF3F0
(253,243,240)
#FDF5F1
(253,245,241)
#FDF7F2
(253,247,242)
#FDF9F3
(253,249,243)
#FDFBF4
(253,251,244)
#FDFDF5
(253,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDE9EB color. Also use rgb(253,233,235) instead hex code.

Text Font Color

.myTextColor { color: #FDE9EB; }

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

This text font color is #FDE9EB.


Background Color

.myBgColor { background-color: #FDE9EB; }

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

This div background color is #FDE9EB.


Border color

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

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

This div border color is #FDE9EB.


Opacity

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

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

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

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

This text has shadow with #FDE9EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDE9EB on black background.


Color preview on white background

This text has color #FDE9EB on white background.



Black color preview on #FDE9EB background

This text has black color on #FDE9EB background.


White color preview on #FDE9EB background

This text has white color on #FDE9EB background.