COLOR #FDCDDD

HEX: #FDCDDD RGB: (253,205,221)

Color info

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

RGB color model

#FDCDDD color RGB value is (253,205,221).

RGB: (253,205,221) (99%, 80%, 87%)

RGB channels and saturation

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

253
205
221

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

Portions of RGB colors in percentages

R + G + B = 253 + 205 + 221 = 679 (100%)
R 253 of 679 ~ 37.26%
G 205 of 679 ~ 30.19%
B 221 of 679 ~ 32.55'%

%37.26
%30.19
%32.55

CMYK color model

#FDCDDD color CMYK value is (0,19,13,1).

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

CMYK: (0,19,13,1)
C0M19Y13K1 (0%, 19%, 13%, 1%)
(0.00 / 0.19 / 0.13 / 0.01)

CMYK percentages

%0
%18.97
%12.65
%0.78

Codes

Color #FDCDDD in popluar color models

FD CD DD
RGB 253 205 221
HSL 340° 92.31% 89.80%
HSB/HSV 340° 18.97% 99.22%
CMYK 0.00% 18.97% 12.65%
0.78%

Color #FDCDDD in popluar number systems.

HEX FD CD DD
Decimal 253 205 221
Binary 11111101 11001101 11011101
Octal 375 315 335

Shades and tints

Shades of #FDCDDD

#FDCDDD
(253,205,221)
#E6BBC9
(230,187,201)
#CFA9B5
(207,169,181)
#B897A1
(184,151,161)
#A1858D
(161,133,141)
#8A7379
(138,115,121)
#736165
(115,97,101)
#5C4F51
(92,79,81)
#453D3D
(69,61,61)
#2E2B29
(46,43,41)
#171915
(23,25,21)
#000000
(0,0,0)

Tints of #FDCDDD

#FDCDDD
(253,205,221)
#FDD1E0
(253,209,224)
#FDD5E3
(253,213,227)
#FDD9E6
(253,217,230)
#FDDDE9
(253,221,233)
#FDE1EC
(253,225,236)
#FDE5EF
(253,229,239)
#FDE9F2
(253,233,242)
#FDEDF5
(253,237,245)
#FDF1F8
(253,241,248)
#FDF5FB
(253,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDCDDD; }

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

This text font color is #FDCDDD.

Background Color

.myBgColor { background-color: #FDCDDD; }

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

This div background color is #FDCDDD.

Border color

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

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

This div border color is #FDCDDD.

Opacity

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

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

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

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

This text has shadow with #FDCDDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDCDDD.

Preview

Color preview on black background

This text has color #FDCDDD on black background.


Color preview on white background

This text has color #FDCDDD on white background.


Black color preview on #FDCDDD background

This text has black color on #FDCDDD background.


White color preview on #FDCDDD background

This text has white color on #FDCDDD background.


Related colors

Complementary color

Complementary color for #hex is #023222.


I love getcolorcode.com

Triadic colors

1 #DDFDCD and #CDDDFD with #FDCDDD are triadic colors.

2 #DDCDFD and #CDFDDD with #FDCDDD are triadic colors.