COLOR #FDE7EB

HEX: #FDE7EB
RGB: (253,231,235)

Color info

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

RGB color model

#FDE7EB color RGB value is (253,231,235).

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

RGB channels and saturation

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

253
231
235

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

Portions of RGB colors in percentages

R + G + B =
253 + 231 + 235 = 719 (100%)
R 253 of 719 ~ 35.19%
G 231 of 719 ~ 32.13%
B 235 of 719 ~ 32.68%

%35.19
%32.13
%32.68

CMYK color model

#FDE7EB color CMYK value is (0,9,7,1).

  • cyan value is 0.00%
  • magenta value is 8.70%
  • yellow value is 7.11%
  • key color value is 0.78%
CMYK:
(0,9,7,1)
C0M9Y7K1 
(0%,9%,7%,1%)
(0.00/0.09/0.07/0.01)	

CMYK percentages

%0
%8.7
%7.11
%0.78

Codes

Color #FDE7EB in popluar color models

FDE7EB
RGB253231235
HSL349°84.62%94.90%
HSB/HSV349°8.70%99.22%
CMYK0.00%8.70%7.11%
0.78%

Color #FDE7EB in popluar number systems.

HEXFDE7EB
Decimal253231235
Binary111111011110011111101011
Octal375347353

Shades and tints

Shades of #FDE7EB

#FDE7EB
(253,231,235)
#E6D2D6
(230,210,214)
#CFBDC1
(207,189,193)
#B8A8AC
(184,168,172)
#A19397
(161,147,151)
#8A7E82
(138,126,130)
#73696D
(115,105,109)
#5C5458
(92,84,88)
#453F43
(69,63,67)
#2E2A2E
(46,42,46)
#171519
(23,21,25)
#000000
(0,0,0)

Tints of #FDE7EB

#FDE7EB
(253,231,235)
#FDE9EC
(253,233,236)
#FDEBED
(253,235,237)
#FDEDEE
(253,237,238)
#FDEFEF
(253,239,239)
#FDF1F0
(253,241,240)
#FDF3F1
(253,243,241)
#FDF5F2
(253,245,242)
#FDF7F3
(253,247,243)
#FDF9F4
(253,249,244)
#FDFBF5
(253,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDE7EB; }

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

This text font color is #FDE7EB.


Background Color

.myBgColor { background-color: #FDE7EB; }

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

This div background color is #FDE7EB.


Border color

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

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

This div border color is #FDE7EB.


Opacity

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

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

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

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

This text has shadow with #FDE7EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDE7EB on black background.


Color preview on white background

This text has color #FDE7EB on white background.



Black color preview on #FDE7EB background

This text has black color on #FDE7EB background.


White color preview on #FDE7EB background

This text has white color on #FDE7EB background.