COLOR #FDE3DA

HEX: #FDE3DA
RGB: (253,227,218)

Color info

#FDE3DA contains red, green and blue colors in about the same proportion. Web safe color of #FDE3DA is #FFCCCC (or #FCC).

RGB color model

#FDE3DA color RGB value is (253,227,218).

  • red value is 253;
  • green value is 227;
  • blue value is 218.
RGB:
(253,227,218)
(99%,89%,85%)

RGB channels and saturation

R 253 of 255 = 99%
G 227 of 255 = 89%
B 218 of 255 = 85%

253
227
218

R + G + B ~ 91%. #FDE3DA is light color.

Portions of RGB colors in percentages

R + G + B =
253 + 227 + 218 = 698 (100%)
R 253 of 698 ~ 36.25%
G 227 of 698 ~ 32.52%
B 218 of 698 ~ 31.23%

%36.25
%32.52
%31.23

CMYK color model

#FDE3DA color CMYK value is (0,10,14,1).

  • cyan value is 0.00%
  • magenta value is 10.28%
  • yellow value is 13.83%
  • key color value is 0.78%
CMYK:
(0,10,14,1)
C0M10Y14K1 
(0%,10%,14%,1%)
(0.00/0.10/0.14/0.01)	

CMYK percentages

%0
%10.28
%13.83
%0.78

Codes

Color #FDE3DA in popluar color models

FDE3DA
RGB253227218
HSL15°89.74%92.35%
HSB/HSV15°13.83%99.22%
CMYK0.00%10.28%13.83%
0.78%

Color #FDE3DA in popluar number systems.

HEXFDE3DA
Decimal253227218
Binary111111011110001111011010
Octal375343332

Shades and tints

Shades of #FDE3DA

#FDE3DA
(253,227,218)
#E6CFC7
(230,207,199)
#CFBBB4
(207,187,180)
#B8A7A1
(184,167,161)
#A1938E
(161,147,142)
#8A7F7B
(138,127,123)
#736B68
(115,107,104)
#5C5755
(92,87,85)
#454342
(69,67,66)
#2E2F2F
(46,47,47)
#171B1C
(23,27,28)
#000000
(0,0,0)

Tints of #FDE3DA

#FDE3DA
(253,227,218)
#FDE5DD
(253,229,221)
#FDE7E0
(253,231,224)
#FDE9E3
(253,233,227)
#FDEBE6
(253,235,230)
#FDEDE9
(253,237,233)
#FDEFEC
(253,239,236)
#FDF1EF
(253,241,239)
#FDF3F2
(253,243,242)
#FDF5F5
(253,245,245)
#FDF7F8
(253,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDE3DA; }

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

This text font color is #FDE3DA.


Background Color

.myBgColor { background-color: #FDE3DA; }

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

This div background color is #FDE3DA.


Border color

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

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

This div border color is #FDE3DA.


Opacity

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

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

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

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

This text has shadow with #FDE3DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDE3DA on black background.


Color preview on white background

This text has color #FDE3DA on white background.



Black color preview on #FDE3DA background

This text has black color on #FDE3DA background.


White color preview on #FDE3DA background

This text has white color on #FDE3DA background.