COLOR #FDE3D1

HEX: #FDE3D1
RGB: (253,227,209)

Color info

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

RGB color model

#FDE3D1 color RGB value is (253,227,209).

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

RGB channels and saturation

R 253 of 255 = 99%
G 227 of 255 = 89%
B 209 of 255 = 82%

253
227
209

R + G + B ~ 90%. #FDE3D1 is light color.

Portions of RGB colors in percentages

R + G + B =
253 + 227 + 209 = 689 (100%)
R 253 of 689 ~ 36.72%
G 227 of 689 ~ 32.95%
B 209 of 689 ~ 30.33%

%36.72
%32.95
%30.33

CMYK color model

#FDE3D1 color CMYK value is (0,10,17,1).

  • cyan value is 0.00%
  • magenta value is 10.28%
  • yellow value is 17.39%
  • key color value is 0.78%
CMYK:
(0,10,17,1)
C0M10Y17K1 
(0%,10%,17%,1%)
(0.00/0.10/0.17/0.01)	

CMYK percentages

%0
%10.28
%17.39
%0.78

Codes

Color #FDE3D1 in popluar color models

FDE3D1
RGB253227209
HSL25°91.67%90.59%
HSB/HSV25°17.39%99.22%
CMYK0.00%10.28%17.39%
0.78%

Color #FDE3D1 in popluar number systems.

HEXFDE3D1
Decimal253227209
Binary111111011110001111010001
Octal375343321

Shades and tints

Shades of #FDE3D1

#FDE3D1
(253,227,209)
#E6CFBE
(230,207,190)
#CFBBAB
(207,187,171)
#B8A798
(184,167,152)
#A19385
(161,147,133)
#8A7F72
(138,127,114)
#736B5F
(115,107,95)
#5C574C
(92,87,76)
#454339
(69,67,57)
#2E2F26
(46,47,38)
#171B13
(23,27,19)
#000000
(0,0,0)

Tints of #FDE3D1

#FDE3D1
(253,227,209)
#FDE5D5
(253,229,213)
#FDE7D9
(253,231,217)
#FDE9DD
(253,233,221)
#FDEBE1
(253,235,225)
#FDEDE5
(253,237,229)
#FDEFE9
(253,239,233)
#FDF1ED
(253,241,237)
#FDF3F1
(253,243,241)
#FDF5F5
(253,245,245)
#FDF7F9
(253,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDE3D1; }

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

This text font color is #FDE3D1.


Background Color

.myBgColor { background-color: #FDE3D1; }

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

This div background color is #FDE3D1.


Border color

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

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

This div border color is #FDE3D1.


Opacity

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

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

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

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

This text has shadow with #FDE3D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDE3D1 on black background.


Color preview on white background

This text has color #FDE3D1 on white background.



Black color preview on #FDE3D1 background

This text has black color on #FDE3D1 background.


White color preview on #FDE3D1 background

This text has white color on #FDE3D1 background.