COLOR #FDCDDA

HEX: #FDCDDA RGB: (253,205,218)

Color info

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

RGB color model

#FDCDDA color RGB value is (253,205,218).

RGB: (253,205,218) (99%, 80%, 85%)

RGB channels and saturation

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

253
205
218

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

Portions of RGB colors in percentages

R + G + B = 253 + 205 + 218 = 676 (100%)
R 253 of 676 ~ 37.43%
G 205 of 676 ~ 30.33%
B 218 of 676 ~ 32.25'%

%37.43
%30.33
%32.25

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.97%
  • yellow value is 13.83%
  • 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
%13.83
%0.78

Codes

Color #FDCDDA in popluar color models

FD CD DA
RGB 253 205 218
HSL 344° 92.31% 89.80%
HSB/HSV 344° 18.97% 99.22%
CMYK 0.00% 18.97% 13.83%
0.78%

Color #FDCDDA in popluar number systems.

HEX FD CD DA
Decimal 253 205 218
Binary 11111101 11001101 11011010
Octal 375 315 332

Shades and tints

Shades of #FDCDDA

#FDCDDA
(253,205,218)
#E6BBC7
(230,187,199)
#CFA9B4
(207,169,180)
#B897A1
(184,151,161)
#A1858E
(161,133,142)
#8A737B
(138,115,123)
#736168
(115,97,104)
#5C4F55
(92,79,85)
#453D42
(69,61,66)
#2E2B2F
(46,43,47)
#17191C
(23,25,28)
#000000
(0,0,0)

Tints of #FDCDDA

#FDCDDA
(253,205,218)
#FDD1DD
(253,209,221)
#FDD5E0
(253,213,224)
#FDD9E3
(253,217,227)
#FDDDE6
(253,221,230)
#FDE1E9
(253,225,233)
#FDE5EC
(253,229,236)
#FDE9EF
(253,233,239)
#FDEDF2
(253,237,242)
#FDF1F5
(253,241,245)
#FDF5F8
(253,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDCDDA; }

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

This text font color is #FDCDDA.

Background Color

.myBgColor { background-color: #FDCDDA; }

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

This div background color is #FDCDDA.

Border color

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

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

This div border color is #FDCDDA.

Opacity

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

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

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

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

This text has shadow with #FDCDDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDCDDA.

Preview

Color preview on black background

This text has color #FDCDDA on black background.


Color preview on white background

This text has color #FDCDDA on white background.


Black color preview on #FDCDDA background

This text has black color on #FDCDDA background.


White color preview on #FDCDDA background

This text has white color on #FDCDDA background.


Related colors

Complementary color

Complementary color for #hex is #023225.


I love getcolorcode.com

Triadic colors

1 #DAFDCD and #CDDAFD with #FDCDDA are triadic colors.

2 #DACDFD and #CDFDDA with #FDCDDA are triadic colors.