COLOR #FCD1E4

HEX: #FCD1E4
RGB: (252,209,228)

Color info

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

RGB color model

#FCD1E4 color RGB value is (252,209,228).

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

RGB channels and saturation

R 252 of 255 = 99%
G 209 of 255 = 82%
B 228 of 255 = 89%

252
209
228

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

Portions of RGB colors in percentages

R + G + B =
252 + 209 + 228 = 689 (100%)
R 252 of 689 ~ 36.57%
G 209 of 689 ~ 30.33%
B 228 of 689 ~ 33.09%

%36.57
%30.33
%33.09

CMYK color model

#FCD1E4 color CMYK value is (0,17,10,1).

  • cyan value is 0.00%
  • magenta value is 17.06%
  • yellow value is 9.52%
  • key color value is 1.18%
CMYK:
(0,17,10,1)
C0M17Y10K1 
(0%,17%,10%,1%)
(0.00/0.17/0.10/0.01)	

CMYK percentages

%0
%17.06
%9.52
%1.18

Codes

Color #FCD1E4 in popluar color models

FCD1E4
RGB252209228
HSL333°87.76%90.39%
HSB/HSV333°17.06%98.82%
CMYK0.00%17.06%9.52%
1.18%

Color #FCD1E4 in popluar number systems.

HEXFCD1E4
Decimal252209228
Binary111111001101000111100100
Octal374321344

Shades and tints

Shades of #FCD1E4

#FCD1E4
(252,209,228)
#E6BED0
(230,190,208)
#D0ABBC
(208,171,188)
#BA98A8
(186,152,168)
#A48594
(164,133,148)
#8E7280
(142,114,128)
#785F6C
(120,95,108)
#624C58
(98,76,88)
#4C3944
(76,57,68)
#362630
(54,38,48)
#20131C
(32,19,28)
#000000
(0,0,0)

Tints of #FCD1E4

#FCD1E4
(252,209,228)
#FCD5E6
(252,213,230)
#FCD9E8
(252,217,232)
#FCDDEA
(252,221,234)
#FCE1EC
(252,225,236)
#FCE5EE
(252,229,238)
#FCE9F0
(252,233,240)
#FCEDF2
(252,237,242)
#FCF1F4
(252,241,244)
#FCF5F6
(252,245,246)
#FCF9F8
(252,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCD1E4; }

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

This text font color is #FCD1E4.


Background Color

.myBgColor { background-color: #FCD1E4; }

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

This div background color is #FCD1E4.


Border color

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

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

This div border color is #FCD1E4.


Opacity

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

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

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

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

This text has shadow with #FCD1E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCD1E4 on black background.


Color preview on white background

This text has color #FCD1E4 on white background.



Black color preview on #FCD1E4 background

This text has black color on #FCD1E4 background.


White color preview on #FCD1E4 background

This text has white color on #FCD1E4 background.