COLOR #FCD4E4

HEX: #FCD4E4
RGB: (252,212,228)

Color info

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

RGB color model

#FCD4E4 color RGB value is (252,212,228).

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

RGB channels and saturation

R 252 of 255 = 99%
G 212 of 255 = 83%
B 228 of 255 = 89%

252
212
228

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

Portions of RGB colors in percentages

R + G + B =
252 + 212 + 228 = 692 (100%)
R 252 of 692 ~ 36.42%
G 212 of 692 ~ 30.64%
B 228 of 692 ~ 32.95%

%36.42
%30.64
%32.95

CMYK color model

#FCD4E4 color CMYK value is (0,16,10,1).

  • cyan value is 0.00%
  • magenta value is 15.87%
  • yellow value is 9.52%
  • key color value is 1.18%
CMYK:
(0,16,10,1)
C0M16Y10K1 
(0%,16%,10%,1%)
(0.00/0.16/0.10/0.01)	

CMYK percentages

%0
%15.87
%9.52
%1.18

Codes

Color #FCD4E4 in popluar color models

FCD4E4
RGB252212228
HSL336°86.96%90.98%
HSB/HSV336°15.87%98.82%
CMYK0.00%15.87%9.52%
1.18%

Color #FCD4E4 in popluar number systems.

HEXFCD4E4
Decimal252212228
Binary111111001101010011100100
Octal374324344

Shades and tints

Shades of #FCD4E4

#FCD4E4
(252,212,228)
#E6C1D0
(230,193,208)
#D0AEBC
(208,174,188)
#BA9BA8
(186,155,168)
#A48894
(164,136,148)
#8E7580
(142,117,128)
#78626C
(120,98,108)
#624F58
(98,79,88)
#4C3C44
(76,60,68)
#362930
(54,41,48)
#20161C
(32,22,28)
#000000
(0,0,0)

Tints of #FCD4E4

#FCD4E4
(252,212,228)
#FCD7E6
(252,215,230)
#FCDAE8
(252,218,232)
#FCDDEA
(252,221,234)
#FCE0EC
(252,224,236)
#FCE3EE
(252,227,238)
#FCE6F0
(252,230,240)
#FCE9F2
(252,233,242)
#FCECF4
(252,236,244)
#FCEFF6
(252,239,246)
#FCF2F8
(252,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCD4E4; }

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

This text font color is #FCD4E4.


Background Color

.myBgColor { background-color: #FCD4E4; }

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

This div background color is #FCD4E4.


Border color

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

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

This div border color is #FCD4E4.


Opacity

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

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

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

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

This text has shadow with #FCD4E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCD4E4 on black background.


Color preview on white background

This text has color #FCD4E4 on white background.



Black color preview on #FCD4E4 background

This text has black color on #FCD4E4 background.


White color preview on #FCD4E4 background

This text has white color on #FCD4E4 background.