COLOR #FDE7DF

HEX: #FDE7DF
RGB: (253,231,223)

Color info

#FDE7DF contains red, green and blue colors in about the same proportion. Web safe color of #FDE7DF is #FFFFCC (or #FFC).

RGB color model

#FDE7DF color RGB value is (253,231,223).

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

RGB channels and saturation

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

253
231
223

R + G + B ~ 92%. #FDE7DF is light color.

Portions of RGB colors in percentages

R + G + B =
253 + 231 + 223 = 707 (100%)
R 253 of 707 ~ 35.79%
G 231 of 707 ~ 32.67%
B 223 of 707 ~ 31.54%

%35.79
%32.67
%31.54

CMYK color model

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

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

CMYK percentages

%0
%8.7
%11.86
%0.78

Codes

Color #FDE7DF in popluar color models

FDE7DF
RGB253231223
HSL16°88.24%93.33%
HSB/HSV16°11.86%99.22%
CMYK0.00%8.70%11.86%
0.78%

Color #FDE7DF in popluar number systems.

HEXFDE7DF
Decimal253231223
Binary111111011110011111011111
Octal375347337

Shades and tints

Shades of #FDE7DF

#FDE7DF
(253,231,223)
#E6D2CB
(230,210,203)
#CFBDB7
(207,189,183)
#B8A8A3
(184,168,163)
#A1938F
(161,147,143)
#8A7E7B
(138,126,123)
#736967
(115,105,103)
#5C5453
(92,84,83)
#453F3F
(69,63,63)
#2E2A2B
(46,42,43)
#171517
(23,21,23)
#000000
(0,0,0)

Tints of #FDE7DF

#FDE7DF
(253,231,223)
#FDE9E1
(253,233,225)
#FDEBE3
(253,235,227)
#FDEDE5
(253,237,229)
#FDEFE7
(253,239,231)
#FDF1E9
(253,241,233)
#FDF3EB
(253,243,235)
#FDF5ED
(253,245,237)
#FDF7EF
(253,247,239)
#FDF9F1
(253,249,241)
#FDFBF3
(253,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDE7DF; }

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

This text font color is #FDE7DF.


Background Color

.myBgColor { background-color: #FDE7DF; }

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

This div background color is #FDE7DF.


Border color

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

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

This div border color is #FDE7DF.


Opacity

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

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

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

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

This text has shadow with #FDE7DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDE7DF on black background.


Color preview on white background

This text has color #FDE7DF on white background.



Black color preview on #FDE7DF background

This text has black color on #FDE7DF background.


White color preview on #FDE7DF background

This text has white color on #FDE7DF background.