COLOR #FCD1DA

HEX: #FCD1DA
RGB: (252,209,218)

Color info

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

RGB color model

#FCD1DA color RGB value is (252,209,218).

  • red value is 252;
  • green value is 209;
  • blue value is 218.
RGB:
(252,209,218)
(99%,82%,85%)

RGB channels and saturation

R 252 of 255 = 99%
G 209 of 255 = 82%
B 218 of 255 = 85%

252
209
218

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

Portions of RGB colors in percentages

R + G + B =
252 + 209 + 218 = 679 (100%)
R 252 of 679 ~ 37.11%
G 209 of 679 ~ 30.78%
B 218 of 679 ~ 32.11%

%37.11
%30.78
%32.11

CMYK color model

#FCD1DA color CMYK value is (0,17,13,1).

  • cyan value is 0.00%
  • magenta value is 17.06%
  • yellow value is 13.49%
  • key color value is 1.18%
CMYK:
(0,17,13,1)
C0M17Y13K1 
(0%,17%,13%,1%)
(0.00/0.17/0.13/0.01)	

CMYK percentages

%0
%17.06
%13.49
%1.18

Codes

Color #FCD1DA in popluar color models

FCD1DA
RGB252209218
HSL347°87.76%90.39%
HSB/HSV347°17.06%98.82%
CMYK0.00%17.06%13.49%
1.18%

Color #FCD1DA in popluar number systems.

HEXFCD1DA
Decimal252209218
Binary111111001101000111011010
Octal374321332

Shades and tints

Shades of #FCD1DA

#FCD1DA
(252,209,218)
#E6BEC7
(230,190,199)
#D0ABB4
(208,171,180)
#BA98A1
(186,152,161)
#A4858E
(164,133,142)
#8E727B
(142,114,123)
#785F68
(120,95,104)
#624C55
(98,76,85)
#4C3942
(76,57,66)
#36262F
(54,38,47)
#20131C
(32,19,28)
#000000
(0,0,0)

Tints of #FCD1DA

#FCD1DA
(252,209,218)
#FCD5DD
(252,213,221)
#FCD9E0
(252,217,224)
#FCDDE3
(252,221,227)
#FCE1E6
(252,225,230)
#FCE5E9
(252,229,233)
#FCE9EC
(252,233,236)
#FCEDEF
(252,237,239)
#FCF1F2
(252,241,242)
#FCF5F5
(252,245,245)
#FCF9F8
(252,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCD1DA; }

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

This text font color is #FCD1DA.


Background Color

.myBgColor { background-color: #FCD1DA; }

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

This div background color is #FCD1DA.


Border color

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

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

This div border color is #FCD1DA.


Opacity

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

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

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

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

This text has shadow with #FCD1DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCD1DA on black background.


Color preview on white background

This text has color #FCD1DA on white background.



Black color preview on #FCD1DA background

This text has black color on #FCD1DA background.


White color preview on #FCD1DA background

This text has white color on #FCD1DA background.