COLOR #FDCDDF

HEX: #FDCDDF
RGB: (253,205,223)

Color info

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

RGB color model

#FDCDDF color RGB value is (253,205,223).

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

RGB channels and saturation

R 253 of 255 = 99%
G 205 of 255 = 80%
B 223 of 255 = 87%

253
205
223

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

Portions of RGB colors in percentages

R + G + B =
253 + 205 + 223 = 681 (100%)
R 253 of 681 ~ 37.15%
G 205 of 681 ~ 30.1%
B 223 of 681 ~ 32.75%

%37.15
%30.1
%32.75

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.97%
  • 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.97
%11.86
%0.78

Codes

Color #FDCDDF in popluar color models

FDCDDF
RGB253205223
HSL338°92.31%89.80%
HSB/HSV338°18.97%99.22%
CMYK0.00%18.97%11.86%
0.78%

Color #FDCDDF in popluar number systems.

HEXFDCDDF
Decimal253205223
Binary111111011100110111011111
Octal375315337

Shades and tints

Shades of #FDCDDF

#FDCDDF
(253,205,223)
#E6BBCB
(230,187,203)
#CFA9B7
(207,169,183)
#B897A3
(184,151,163)
#A1858F
(161,133,143)
#8A737B
(138,115,123)
#736167
(115,97,103)
#5C4F53
(92,79,83)
#453D3F
(69,61,63)
#2E2B2B
(46,43,43)
#171917
(23,25,23)
#000000
(0,0,0)

Tints of #FDCDDF

#FDCDDF
(253,205,223)
#FDD1E1
(253,209,225)
#FDD5E3
(253,213,227)
#FDD9E5
(253,217,229)
#FDDDE7
(253,221,231)
#FDE1E9
(253,225,233)
#FDE5EB
(253,229,235)
#FDE9ED
(253,233,237)
#FDEDEF
(253,237,239)
#FDF1F1
(253,241,241)
#FDF5F3
(253,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDCDDF; }

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

This text font color is #FDCDDF.


Background Color

.myBgColor { background-color: #FDCDDF; }

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

This div background color is #FDCDDF.


Border color

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

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

This div border color is #FDCDDF.


Opacity

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

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

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

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

This text has shadow with #FDCDDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDCDDF on black background.


Color preview on white background

This text has color #FDCDDF on white background.



Black color preview on #FDCDDF background

This text has black color on #FDCDDF background.


White color preview on #FDCDDF background

This text has white color on #FDCDDF background.