COLOR #FCD1E1

HEX: #FCD1E1
RGB: (252,209,225)

Color info

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

RGB color model

#FCD1E1 color RGB value is (252,209,225).

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

RGB channels and saturation

R 252 of 255 = 99%
G 209 of 255 = 82%
B 225 of 255 = 88%

252
209
225

R + G + B ~ 90%. #FCD1E1 is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 209 + 225 = 686 (100%)
R 252 of 686 ~ 36.73%
G 209 of 686 ~ 30.47%
B 225 of 686 ~ 32.8%

%36.73
%30.47
%32.8

CMYK color model

#FCD1E1 color CMYK value is (0,17,11,1).

  • cyan value is 0.00%
  • magenta value is 17.06%
  • yellow value is 10.71%
  • key color value is 1.18%
CMYK:
(0,17,11,1)
C0M17Y11K1 
(0%,17%,11%,1%)
(0.00/0.17/0.11/0.01)	

CMYK percentages

%0
%17.06
%10.71
%1.18

Codes

Color #FCD1E1 in popluar color models

FCD1E1
RGB252209225
HSL338°87.76%90.39%
HSB/HSV338°17.06%98.82%
CMYK0.00%17.06%10.71%
1.18%

Color #FCD1E1 in popluar number systems.

HEXFCD1E1
Decimal252209225
Binary111111001101000111100001
Octal374321341

Shades and tints

Shades of #FCD1E1

#FCD1E1
(252,209,225)
#E6BECD
(230,190,205)
#D0ABB9
(208,171,185)
#BA98A5
(186,152,165)
#A48591
(164,133,145)
#8E727D
(142,114,125)
#785F69
(120,95,105)
#624C55
(98,76,85)
#4C3941
(76,57,65)
#36262D
(54,38,45)
#201319
(32,19,25)
#000000
(0,0,0)

Tints of #FCD1E1

#FCD1E1
(252,209,225)
#FCD5E3
(252,213,227)
#FCD9E5
(252,217,229)
#FCDDE7
(252,221,231)
#FCE1E9
(252,225,233)
#FCE5EB
(252,229,235)
#FCE9ED
(252,233,237)
#FCEDEF
(252,237,239)
#FCF1F1
(252,241,241)
#FCF5F3
(252,245,243)
#FCF9F5
(252,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCD1E1; }

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

This text font color is #FCD1E1.


Background Color

.myBgColor { background-color: #FCD1E1; }

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

This div background color is #FCD1E1.


Border color

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

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

This div border color is #FCD1E1.


Opacity

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

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

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

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

This text has shadow with #FCD1E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCD1E1 on black background.


Color preview on white background

This text has color #FCD1E1 on white background.



Black color preview on #FCD1E1 background

This text has black color on #FCD1E1 background.


White color preview on #FCD1E1 background

This text has white color on #FCD1E1 background.