COLOR #FDCEDF

HEX: #FDCEDF
RGB: (253,206,223)

Color info

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

RGB color model

#FDCEDF color RGB value is (253,206,223).

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

RGB channels and saturation

R 253 of 255 = 99%
G 206 of 255 = 81%
B 223 of 255 = 87%

253
206
223

R + G + B ~ 89%. #FDCEDF is light color.

Portions of RGB colors in percentages

R + G + B =
253 + 206 + 223 = 682 (100%)
R 253 of 682 ~ 37.1%
G 206 of 682 ~ 30.21%
B 223 of 682 ~ 32.7%

%37.1
%30.21
%32.7

CMYK color model

#FDCEDF color CMYK value is (0,19,12,1).

  • cyan value is 0.00%
  • magenta value is 18.58%
  • yellow value is 11.86%
  • key color value is 0.78%
CMYK:
(0,19,12,1)
C0M19Y12K1 
(0%,19%,12%,1%)
(0.00/0.19/0.12/0.01)	

CMYK percentages

%0
%18.58
%11.86
%0.78

Codes

Color #FDCEDF in popluar color models

FDCEDF
RGB253206223
HSL338°92.16%90.00%
HSB/HSV338°18.58%99.22%
CMYK0.00%18.58%11.86%
0.78%

Color #FDCEDF in popluar number systems.

HEXFDCEDF
Decimal253206223
Binary111111011100111011011111
Octal375316337

Shades and tints

Shades of #FDCEDF

#FDCEDF
(253,206,223)
#E6BCCB
(230,188,203)
#CFAAB7
(207,170,183)
#B898A3
(184,152,163)
#A1868F
(161,134,143)
#8A747B
(138,116,123)
#736267
(115,98,103)
#5C5053
(92,80,83)
#453E3F
(69,62,63)
#2E2C2B
(46,44,43)
#171A17
(23,26,23)
#000000
(0,0,0)

Tints of #FDCEDF

#FDCEDF
(253,206,223)
#FDD2E1
(253,210,225)
#FDD6E3
(253,214,227)
#FDDAE5
(253,218,229)
#FDDEE7
(253,222,231)
#FDE2E9
(253,226,233)
#FDE6EB
(253,230,235)
#FDEAED
(253,234,237)
#FDEEEF
(253,238,239)
#FDF2F1
(253,242,241)
#FDF6F3
(253,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDCEDF; }

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

This text font color is #FDCEDF.


Background Color

.myBgColor { background-color: #FDCEDF; }

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

This div background color is #FDCEDF.


Border color

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

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

This div border color is #FDCEDF.


Opacity

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

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

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

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

This text has shadow with #FDCEDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDCEDF on black background.


Color preview on white background

This text has color #FDCEDF on white background.



Black color preview on #FDCEDF background

This text has black color on #FDCEDF background.


White color preview on #FDCEDF background

This text has white color on #FDCEDF background.