COLOR #FCD4EA

HEX: #FCD4EA
RGB: (252,212,234)

Color info

#FCD4EA contains red, green and blue colors in about the same proportion. Web safe color of #FCD4EA is #FFCCFF (or #FCF).

RGB color model

#FCD4EA color RGB value is (252,212,234).

  • red value is 252;
  • green value is 212;
  • blue value is 234.
RGB:
(252,212,234)
(99%,83%,92%)

RGB channels and saturation

R 252 of 255 = 99%
G 212 of 255 = 83%
B 234 of 255 = 92%

252
212
234

R + G + B ~ 91%. #FCD4EA is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 212 + 234 = 698 (100%)
R 252 of 698 ~ 36.1%
G 212 of 698 ~ 30.37%
B 234 of 698 ~ 33.52%

%36.1
%30.37
%33.52

CMYK color model

#FCD4EA color CMYK value is (0,16,7,1).

  • cyan value is 0.00%
  • magenta value is 15.87%
  • yellow value is 7.14%
  • key color value is 1.18%
CMYK:
(0,16,7,1)
C0M16Y7K1 
(0%,16%,7%,1%)
(0.00/0.16/0.07/0.01)	

CMYK percentages

%0
%15.87
%7.14
%1.18

Codes

Color #FCD4EA in popluar color models

FCD4EA
RGB252212234
HSL327°86.96%90.98%
HSB/HSV327°15.87%98.82%
CMYK0.00%15.87%7.14%
1.18%

Color #FCD4EA in popluar number systems.

HEXFCD4EA
Decimal252212234
Binary111111001101010011101010
Octal374324352

Shades and tints

Shades of #FCD4EA

#FCD4EA
(252,212,234)
#E6C1D5
(230,193,213)
#D0AEC0
(208,174,192)
#BA9BAB
(186,155,171)
#A48896
(164,136,150)
#8E7581
(142,117,129)
#78626C
(120,98,108)
#624F57
(98,79,87)
#4C3C42
(76,60,66)
#36292D
(54,41,45)
#201618
(32,22,24)
#000000
(0,0,0)

Tints of #FCD4EA

#FCD4EA
(252,212,234)
#FCD7EB
(252,215,235)
#FCDAEC
(252,218,236)
#FCDDED
(252,221,237)
#FCE0EE
(252,224,238)
#FCE3EF
(252,227,239)
#FCE6F0
(252,230,240)
#FCE9F1
(252,233,241)
#FCECF2
(252,236,242)
#FCEFF3
(252,239,243)
#FCF2F4
(252,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCD4EA; }

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

This text font color is #FCD4EA.


Background Color

.myBgColor { background-color: #FCD4EA; }

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

This div background color is #FCD4EA.


Border color

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

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

This div border color is #FCD4EA.


Opacity

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

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

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

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

This text has shadow with #FCD4EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCD4EA on black background.


Color preview on white background

This text has color #FCD4EA on white background.



Black color preview on #FCD4EA background

This text has black color on #FCD4EA background.


White color preview on #FCD4EA background

This text has white color on #FCD4EA background.