COLOR #FCD9EC

HEX: #FCD9EC
RGB: (252,217,236)

Color info

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

RGB color model

#FCD9EC color RGB value is (252,217,236).

  • red value is 252;
  • green value is 217;
  • blue value is 236.
RGB:
(252,217,236)
(99%,85%,93%)

RGB channels and saturation

R 252 of 255 = 99%
G 217 of 255 = 85%
B 236 of 255 = 93%

252
217
236

R + G + B ~ 92%. #FCD9EC is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 217 + 236 = 705 (100%)
R 252 of 705 ~ 35.74%
G 217 of 705 ~ 30.78%
B 236 of 705 ~ 33.48%

%35.74
%30.78
%33.48

CMYK color model

#FCD9EC color CMYK value is (0,14,6,1).

  • cyan value is 0.00%
  • magenta value is 13.89%
  • yellow value is 6.35%
  • key color value is 1.18%
CMYK:
(0,14,6,1)
C0M14Y6K1 
(0%,14%,6%,1%)
(0.00/0.14/0.06/0.01)	

CMYK percentages

%0
%13.89
%6.35
%1.18

Codes

Color #FCD9EC in popluar color models

FCD9EC
RGB252217236
HSL327°85.37%91.96%
HSB/HSV327°13.89%98.82%
CMYK0.00%13.89%6.35%
1.18%

Color #FCD9EC in popluar number systems.

HEXFCD9EC
Decimal252217236
Binary111111001101100111101100
Octal374331354

Shades and tints

Shades of #FCD9EC

#FCD9EC
(252,217,236)
#E6C6D7
(230,198,215)
#D0B3C2
(208,179,194)
#BAA0AD
(186,160,173)
#A48D98
(164,141,152)
#8E7A83
(142,122,131)
#78676E
(120,103,110)
#625459
(98,84,89)
#4C4144
(76,65,68)
#362E2F
(54,46,47)
#201B1A
(32,27,26)
#000000
(0,0,0)

Tints of #FCD9EC

#FCD9EC
(252,217,236)
#FCDCED
(252,220,237)
#FCDFEE
(252,223,238)
#FCE2EF
(252,226,239)
#FCE5F0
(252,229,240)
#FCE8F1
(252,232,241)
#FCEBF2
(252,235,242)
#FCEEF3
(252,238,243)
#FCF1F4
(252,241,244)
#FCF4F5
(252,244,245)
#FCF7F6
(252,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCD9EC color. Also use rgb(252,217,236) instead hex code.

Text Font Color

.myTextColor { color: #FCD9EC; }

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

This text font color is #FCD9EC.


Background Color

.myBgColor { background-color: #FCD9EC; }

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

This div background color is #FCD9EC.


Border color

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

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

This div border color is #FCD9EC.


Opacity

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

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

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

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

This text has shadow with #FCD9EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCD9EC on black background.


Color preview on white background

This text has color #FCD9EC on white background.



Black color preview on #FCD9EC background

This text has black color on #FCD9EC background.


White color preview on #FCD9EC background

This text has white color on #FCD9EC background.