COLOR #FDCDD1

HEX: #FDCDD1 RGB: (253,205,209)

Color info

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

RGB color model

#FDCDD1 color RGB value is (253,205,209).

RGB: (253,205,209) (99%, 80%, 82%)

RGB channels and saturation

R 253 of 255 = 99%
G 205 of 255 = 80%
B 209 of 255 = 82%

253
205
209

R + G + B ~ 87%. #FDCDD1 is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 205 + 209 = 667 (100%)
R 253 of 667 ~ 37.93%
G 205 of 667 ~ 30.73%
B 209 of 667 ~ 31.33'%

%37.93
%30.73
%31.33

CMYK color model

#FDCDD1 color CMYK value is (0,19,17,1).

  • cyan value is 0.00%
  • magenta value is 18.97%
  • yellow value is 17.39%
  • key color value is 0.78%

CMYK: (0,19,17,1)
C0M19Y17K1 (0%, 19%, 17%, 1%)
(0.00 / 0.19 / 0.17 / 0.01)

CMYK percentages

%0
%18.97
%17.39
%0.78

Codes

Color #FDCDD1 in popluar color models

FD CD D1
RGB 253 205 209
HSL 355° 92.31% 89.80%
HSB/HSV 355° 18.97% 99.22%
CMYK 0.00% 18.97% 17.39%
0.78%

Color #FDCDD1 in popluar number systems.

HEX FD CD D1
Decimal 253 205 209
Binary 11111101 11001101 11010001
Octal 375 315 321

Shades and tints

Shades of #FDCDD1

#FDCDD1
(253,205,209)
#E6BBBE
(230,187,190)
#CFA9AB
(207,169,171)
#B89798
(184,151,152)
#A18585
(161,133,133)
#8A7372
(138,115,114)
#73615F
(115,97,95)
#5C4F4C
(92,79,76)
#453D39
(69,61,57)
#2E2B26
(46,43,38)
#171913
(23,25,19)
#000000
(0,0,0)

Tints of #FDCDD1

#FDCDD1
(253,205,209)
#FDD1D5
(253,209,213)
#FDD5D9
(253,213,217)
#FDD9DD
(253,217,221)
#FDDDE1
(253,221,225)
#FDE1E5
(253,225,229)
#FDE5E9
(253,229,233)
#FDE9ED
(253,233,237)
#FDEDF1
(253,237,241)
#FDF1F5
(253,241,245)
#FDF5F9
(253,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDCDD1; }

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

This text font color is #FDCDD1.

Background Color

.myBgColor { background-color: #FDCDD1; }

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

This div background color is #FDCDD1.

Border color

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

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

This div border color is #FDCDD1.

Opacity

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

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

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

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

This text has shadow with #FDCDD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDCDD1.

Preview

Color preview on black background

This text has color #FDCDD1 on black background.


Color preview on white background

This text has color #FDCDD1 on white background.


Black color preview on #FDCDD1 background

This text has black color on #FDCDD1 background.


White color preview on #FDCDD1 background

This text has white color on #FDCDD1 background.


Related colors

Complementary color

Complementary color for #hex is #02322E.


I love getcolorcode.com

Triadic colors

1 #D1FDCD and #CDD1FD with #FDCDD1 are triadic colors.

2 #D1CDFD and #CDFDD1 with #FDCDD1 are triadic colors.