COLOR #FDE7E7

HEX: #FDE7E7
RGB: (253,231,231)

Color info

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

RGB color model

#FDE7E7 color RGB value is (253,231,231).

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

RGB channels and saturation

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

253
231
231

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

Portions of RGB colors in percentages

R + G + B =
253 + 231 + 231 = 715 (100%)
R 253 of 715 ~ 35.38%
G 231 of 715 ~ 32.31%
B 231 of 715 ~ 32.31%

%35.38
%32.31
%32.31

CMYK color model

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

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

CMYK percentages

%0
%8.7
%8.7
%0.78

Codes

Color #FDE7E7 in popluar color models

FDE7E7
RGB253231231
HSL84.62%94.90%
HSB/HSV8.70%99.22%
CMYK0.00%8.70%8.70%
0.78%

Color #FDE7E7 in popluar number systems.

HEXFDE7E7
Decimal253231231
Binary111111011110011111100111
Octal375347347

Shades and tints

Shades of #FDE7E7

#FDE7E7
(253,231,231)
#E6D2D2
(230,210,210)
#CFBDBD
(207,189,189)
#B8A8A8
(184,168,168)
#A19393
(161,147,147)
#8A7E7E
(138,126,126)
#736969
(115,105,105)
#5C5454
(92,84,84)
#453F3F
(69,63,63)
#2E2A2A
(46,42,42)
#171515
(23,21,21)
#000000
(0,0,0)

Tints of #FDE7E7

#FDE7E7
(253,231,231)
#FDE9E9
(253,233,233)
#FDEBEB
(253,235,235)
#FDEDED
(253,237,237)
#FDEFEF
(253,239,239)
#FDF1F1
(253,241,241)
#FDF3F3
(253,243,243)
#FDF5F5
(253,245,245)
#FDF7F7
(253,247,247)
#FDF9F9
(253,249,249)
#FDFBFB
(253,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDE7E7; }

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

This text font color is #FDE7E7.


Background Color

.myBgColor { background-color: #FDE7E7; }

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

This div background color is #FDE7E7.


Border color

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

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

This div border color is #FDE7E7.


Opacity

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

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

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

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

This text has shadow with #FDE7E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDE7E7 on black background.


Color preview on white background

This text has color #FDE7E7 on white background.



Black color preview on #FDE7E7 background

This text has black color on #FDE7E7 background.


White color preview on #FDE7E7 background

This text has white color on #FDE7E7 background.