COLOR #FDECDA

HEX: #FDECDA
RGB: (253,236,218)

Color info

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

RGB color model

#FDECDA color RGB value is (253,236,218).

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

RGB channels and saturation

R 253 of 255 = 99%
G 236 of 255 = 93%
B 218 of 255 = 85%

253
236
218

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

Portions of RGB colors in percentages

R + G + B =
253 + 236 + 218 = 707 (100%)
R 253 of 707 ~ 35.79%
G 236 of 707 ~ 33.38%
B 218 of 707 ~ 30.83%

%35.79
%33.38
%30.83

CMYK color model

#FDECDA color CMYK value is (0,7,14,1).

  • cyan value is 0.00%
  • magenta value is 6.72%
  • yellow value is 13.83%
  • key color value is 0.78%
CMYK:
(0,7,14,1)
C0M7Y14K1 
(0%,7%,14%,1%)
(0.00/0.07/0.14/0.01)	

CMYK percentages

%0
%6.72
%13.83
%0.78

Codes

Color #FDECDA in popluar color models

FDECDA
RGB253236218
HSL31°89.74%92.35%
HSB/HSV31°13.83%99.22%
CMYK0.00%6.72%13.83%
0.78%

Color #FDECDA in popluar number systems.

HEXFDECDA
Decimal253236218
Binary111111011110110011011010
Octal375354332

Shades and tints

Shades of #FDECDA

#FDECDA
(253,236,218)
#E6D7C7
(230,215,199)
#CFC2B4
(207,194,180)
#B8ADA1
(184,173,161)
#A1988E
(161,152,142)
#8A837B
(138,131,123)
#736E68
(115,110,104)
#5C5955
(92,89,85)
#454442
(69,68,66)
#2E2F2F
(46,47,47)
#171A1C
(23,26,28)
#000000
(0,0,0)

Tints of #FDECDA

#FDECDA
(253,236,218)
#FDEDDD
(253,237,221)
#FDEEE0
(253,238,224)
#FDEFE3
(253,239,227)
#FDF0E6
(253,240,230)
#FDF1E9
(253,241,233)
#FDF2EC
(253,242,236)
#FDF3EF
(253,243,239)
#FDF4F2
(253,244,242)
#FDF5F5
(253,245,245)
#FDF6F8
(253,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDECDA; }

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

This text font color is #FDECDA.


Background Color

.myBgColor { background-color: #FDECDA; }

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

This div background color is #FDECDA.


Border color

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

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

This div border color is #FDECDA.


Opacity

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

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

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

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

This text has shadow with #FDECDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDECDA on black background.


Color preview on white background

This text has color #FDECDA on white background.



Black color preview on #FDECDA background

This text has black color on #FDECDA background.


White color preview on #FDECDA background

This text has white color on #FDECDA background.