COLOR #FCD4E0

HEX: #FCD4E0 RGB: (252,212,224)

Color info

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

RGB color model

#FCD4E0 color RGB value is (252,212,224).

RGB: (252,212,224) (99%, 83%, 88%)

RGB channels and saturation

R 252 of 255 = 99%
G 212 of 255 = 83%
B 224 of 255 = 88%

252
212
224

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

Portions of RGB colors in percentages

R + G + B = 252 + 212 + 224 = 688 (100%)
R 252 of 688 ~ 36.63%
G 212 of 688 ~ 30.81%
B 224 of 688 ~ 32.56'%

%36.63
%30.81
%32.56

CMYK color model

#FCD4E0 color CMYK value is (0,16,11,1).

  • cyan value is 0.00%
  • magenta value is 15.87%
  • yellow value is 11.11%
  • key color value is 1.18%

CMYK: (0,16,11,1)
C0M16Y11K1 (0%, 16%, 11%, 1%)
(0.00 / 0.16 / 0.11 / 0.01)

CMYK percentages

%0
%15.87
%11.11
%1.18

Codes

Color #FCD4E0 in popluar color models

FC D4 E0
RGB 252 212 224
HSL 342° 86.96% 90.98%
HSB/HSV 342° 15.87% 98.82%
CMYK 0.00% 15.87% 11.11%
1.18%

Color #FCD4E0 in popluar number systems.

HEX FC D4 E0
Decimal 252 212 224
Binary 11111100 11010100 11100000
Octal 374 324 340

Shades and tints

Shades of #FCD4E0

#FCD4E0
(252,212,224)
#E6C1CC
(230,193,204)
#D0AEB8
(208,174,184)
#BA9BA4
(186,155,164)
#A48890
(164,136,144)
#8E757C
(142,117,124)
#786268
(120,98,104)
#624F54
(98,79,84)
#4C3C40
(76,60,64)
#36292C
(54,41,44)
#201618
(32,22,24)
#000000
(0,0,0)

Tints of #FCD4E0

#FCD4E0
(252,212,224)
#FCD7E2
(252,215,226)
#FCDAE4
(252,218,228)
#FCDDE6
(252,221,230)
#FCE0E8
(252,224,232)
#FCE3EA
(252,227,234)
#FCE6EC
(252,230,236)
#FCE9EE
(252,233,238)
#FCECF0
(252,236,240)
#FCEFF2
(252,239,242)
#FCF2F4
(252,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCD4E0; }

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

This text font color is #FCD4E0.

Background Color

.myBgColor { background-color: #FCD4E0; }

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

This div background color is #FCD4E0.

Border color

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

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

This div border color is #FCD4E0.

Opacity

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

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

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

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

This text has shadow with #FCD4E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCD4E0.

Preview

Color preview on black background

This text has color #FCD4E0 on black background.


Color preview on white background

This text has color #FCD4E0 on white background.


Black color preview on #FCD4E0 background

This text has black color on #FCD4E0 background.


White color preview on #FCD4E0 background

This text has white color on #FCD4E0 background.


Related colors

Complementary color

Complementary color for #hex is #032B1F.


I love getcolorcode.com

Triadic colors

1 #E0FCD4 and #D4E0FC with #FCD4E0 are triadic colors.

2 #E0D4FC and #D4FCE0 with #FCD4E0 are triadic colors.