COLOR #FDCDD9

HEX: #FDCDD9
RGB: (253,205,217)

Color info

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

RGB color model

#FDCDD9 color RGB value is (253,205,217).

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

RGB channels and saturation

R 253 of 255 = 99%
G 205 of 255 = 80%
B 217 of 255 = 85%

253
205
217

R + G + B ~ 88%. #FDCDD9 is light color.

Portions of RGB colors in percentages

R + G + B =
253 + 205 + 217 = 675 (100%)
R 253 of 675 ~ 37.48%
G 205 of 675 ~ 30.37%
B 217 of 675 ~ 32.15%

%37.48
%30.37
%32.15

CMYK color model

#FDCDD9 color CMYK value is (0,19,14,1).

  • cyan value is 0.00%
  • magenta value is 18.97%
  • yellow value is 14.23%
  • key color value is 0.78%
CMYK:
(0,19,14,1)
C0M19Y14K1 
(0%,19%,14%,1%)
(0.00/0.19/0.14/0.01)	

CMYK percentages

%0
%18.97
%14.23
%0.78

Codes

Color #FDCDD9 in popluar color models

FDCDD9
RGB253205217
HSL345°92.31%89.80%
HSB/HSV345°18.97%99.22%
CMYK0.00%18.97%14.23%
0.78%

Color #FDCDD9 in popluar number systems.

HEXFDCDD9
Decimal253205217
Binary111111011100110111011001
Octal375315331

Shades and tints

Shades of #FDCDD9

#FDCDD9
(253,205,217)
#E6BBC6
(230,187,198)
#CFA9B3
(207,169,179)
#B897A0
(184,151,160)
#A1858D
(161,133,141)
#8A737A
(138,115,122)
#736167
(115,97,103)
#5C4F54
(92,79,84)
#453D41
(69,61,65)
#2E2B2E
(46,43,46)
#17191B
(23,25,27)
#000000
(0,0,0)

Tints of #FDCDD9

#FDCDD9
(253,205,217)
#FDD1DC
(253,209,220)
#FDD5DF
(253,213,223)
#FDD9E2
(253,217,226)
#FDDDE5
(253,221,229)
#FDE1E8
(253,225,232)
#FDE5EB
(253,229,235)
#FDE9EE
(253,233,238)
#FDEDF1
(253,237,241)
#FDF1F4
(253,241,244)
#FDF5F7
(253,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDCDD9; }

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

This text font color is #FDCDD9.


Background Color

.myBgColor { background-color: #FDCDD9; }

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

This div background color is #FDCDD9.


Border color

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

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

This div border color is #FDCDD9.


Opacity

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

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

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

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

This text has shadow with #FDCDD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDCDD9 on black background.


Color preview on white background

This text has color #FDCDD9 on white background.



Black color preview on #FDCDD9 background

This text has black color on #FDCDD9 background.


White color preview on #FDCDD9 background

This text has white color on #FDCDD9 background.