COLOR #FCD9EB

HEX: #FCD9EB RGB: (252,217,235)

Color info

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

RGB color model

#FCD9EB color RGB value is (252,217,235).

RGB: (252,217,235) (99%, 85%, 92%)

RGB channels and saturation

R 252 of 255 = 99%
G 217 of 255 = 85%
B 235 of 255 = 92%

252
217
235

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

Portions of RGB colors in percentages

R + G + B = 252 + 217 + 235 = 704 (100%)
R 252 of 704 ~ 35.8%
G 217 of 704 ~ 30.82%
B 235 of 704 ~ 33.38'%

%35.8
%30.82
%33.38

CMYK color model

#FCD9EB color CMYK value is (0,14,7,1).

  • cyan value is 0.00%
  • magenta value is 13.89%
  • yellow value is 6.75%
  • key color value is 1.18%

CMYK: (0,14,7,1)
C0M14Y7K1 (0%, 14%, 7%, 1%)
(0.00 / 0.14 / 0.07 / 0.01)

CMYK percentages

%0
%13.89
%6.75
%1.18

Codes

Color #FCD9EB in popluar color models

FC D9 EB
RGB 252 217 235
HSL 329° 85.37% 91.96%
HSB/HSV 329° 13.89% 98.82%
CMYK 0.00% 13.89% 6.75%
1.18%

Color #FCD9EB in popluar number systems.

HEX FC D9 EB
Decimal 252 217 235
Binary 11111100 11011001 11101011
Octal 374 331 353

Shades and tints

Shades of #FCD9EB

#FCD9EB
(252,217,235)
#E6C6D6
(230,198,214)
#D0B3C1
(208,179,193)
#BAA0AC
(186,160,172)
#A48D97
(164,141,151)
#8E7A82
(142,122,130)
#78676D
(120,103,109)
#625458
(98,84,88)
#4C4143
(76,65,67)
#362E2E
(54,46,46)
#201B19
(32,27,25)
#000000
(0,0,0)

Tints of #FCD9EB

#FCD9EB
(252,217,235)
#FCDCEC
(252,220,236)
#FCDFED
(252,223,237)
#FCE2EE
(252,226,238)
#FCE5EF
(252,229,239)
#FCE8F0
(252,232,240)
#FCEBF1
(252,235,241)
#FCEEF2
(252,238,242)
#FCF1F3
(252,241,243)
#FCF4F4
(252,244,244)
#FCF7F5
(252,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCD9EB; }

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

This text font color is #FCD9EB.

Background Color

.myBgColor { background-color: #FCD9EB; }

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

This div background color is #FCD9EB.

Border color

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

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

This div border color is #FCD9EB.

Opacity

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

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

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

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

This text has shadow with #FCD9EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCD9EB.

Preview

Color preview on black background

This text has color #FCD9EB on black background.


Color preview on white background

This text has color #FCD9EB on white background.


Black color preview on #FCD9EB background

This text has black color on #FCD9EB background.


White color preview on #FCD9EB background

This text has white color on #FCD9EB background.


Related colors

Complementary color

Complementary color for #hex is #032614.


I love getcolorcode.com

Triadic colors

1 #EBFCD9 and #D9EBFC with #FCD9EB are triadic colors.

2 #EBD9FC and #D9FCEB with #FCD9EB are triadic colors.