COLOR #FCD4DA

HEX: #FCD4DA RGB: (252,212,218)

Color info

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

RGB color model

#FCD4DA color RGB value is (252,212,218).

RGB: (252,212,218) (99%, 83%, 85%)

RGB channels and saturation

R 252 of 255 = 99%
G 212 of 255 = 83%
B 218 of 255 = 85%

252
212
218

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

Portions of RGB colors in percentages

R + G + B = 252 + 212 + 218 = 682 (100%)
R 252 of 682 ~ 36.95%
G 212 of 682 ~ 31.09%
B 218 of 682 ~ 31.96'%

%36.95
%31.09
%31.96

CMYK color model

#FCD4DA color CMYK value is (0,16,13,1).

  • cyan value is 0.00%
  • magenta value is 15.87%
  • yellow value is 13.49%
  • key color value is 1.18%

CMYK: (0,16,13,1)
C0M16Y13K1 (0%, 16%, 13%, 1%)
(0.00 / 0.16 / 0.13 / 0.01)

CMYK percentages

%0
%15.87
%13.49
%1.18

Codes

Color #FCD4DA in popluar color models

FC D4 DA
RGB 252 212 218
HSL 351° 86.96% 90.98%
HSB/HSV 351° 15.87% 98.82%
CMYK 0.00% 15.87% 13.49%
1.18%

Color #FCD4DA in popluar number systems.

HEX FC D4 DA
Decimal 252 212 218
Binary 11111100 11010100 11011010
Octal 374 324 332

Shades and tints

Shades of #FCD4DA

#FCD4DA
(252,212,218)
#E6C1C7
(230,193,199)
#D0AEB4
(208,174,180)
#BA9BA1
(186,155,161)
#A4888E
(164,136,142)
#8E757B
(142,117,123)
#786268
(120,98,104)
#624F55
(98,79,85)
#4C3C42
(76,60,66)
#36292F
(54,41,47)
#20161C
(32,22,28)
#000000
(0,0,0)

Tints of #FCD4DA

#FCD4DA
(252,212,218)
#FCD7DD
(252,215,221)
#FCDAE0
(252,218,224)
#FCDDE3
(252,221,227)
#FCE0E6
(252,224,230)
#FCE3E9
(252,227,233)
#FCE6EC
(252,230,236)
#FCE9EF
(252,233,239)
#FCECF2
(252,236,242)
#FCEFF5
(252,239,245)
#FCF2F8
(252,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCD4DA color. Also use rgb(252,212,218) instead hex code.

Text Font Color

.myTextColor { color: #FCD4DA; }

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

This text font color is #FCD4DA.

Background Color

.myBgColor { background-color: #FCD4DA; }

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

This div background color is #FCD4DA.

Border color

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

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

This div border color is #FCD4DA.

Opacity

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

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

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

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

This text has shadow with #FCD4DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCD4DA.

Preview

Color preview on black background

This text has color #FCD4DA on black background.


Color preview on white background

This text has color #FCD4DA on white background.


Black color preview on #FCD4DA background

This text has black color on #FCD4DA background.


White color preview on #FCD4DA background

This text has white color on #FCD4DA background.


Related colors

Complementary color

Complementary color for #hex is #032B25.


I love getcolorcode.com

Triadic colors

1 #DAFCD4 and #D4DAFC with #FCD4DA are triadic colors.

2 #DAD4FC and #D4FCDA with #FCD4DA are triadic colors.