COLOR #FCD8E7

HEX: #FCD8E7
RGB: (252,216,231)

Color info

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

RGB color model

#FCD8E7 color RGB value is (252,216,231).

  • red value is 252;
  • green value is 216;
  • blue value is 231.
RGB:
(252,216,231)
(99%,85%,91%)

RGB channels and saturation

R 252 of 255 = 99%
G 216 of 255 = 85%
B 231 of 255 = 91%

252
216
231

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

Portions of RGB colors in percentages

R + G + B =
252 + 216 + 231 = 699 (100%)
R 252 of 699 ~ 36.05%
G 216 of 699 ~ 30.9%
B 231 of 699 ~ 33.05%

%36.05
%30.9
%33.05

CMYK color model

#FCD8E7 color CMYK value is (0,14,8,1).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 8.33%
  • key color value is 1.18%
CMYK:
(0,14,8,1)
C0M14Y8K1 
(0%,14%,8%,1%)
(0.00/0.14/0.08/0.01)	

CMYK percentages

%0
%14.29
%8.33
%1.18

Codes

Color #FCD8E7 in popluar color models

FCD8E7
RGB252216231
HSL335°85.71%91.76%
HSB/HSV335°14.29%98.82%
CMYK0.00%14.29%8.33%
1.18%

Color #FCD8E7 in popluar number systems.

HEXFCD8E7
Decimal252216231
Binary111111001101100011100111
Octal374330347

Shades and tints

Shades of #FCD8E7

#FCD8E7
(252,216,231)
#E6C5D2
(230,197,210)
#D0B2BD
(208,178,189)
#BA9FA8
(186,159,168)
#A48C93
(164,140,147)
#8E797E
(142,121,126)
#786669
(120,102,105)
#625354
(98,83,84)
#4C403F
(76,64,63)
#362D2A
(54,45,42)
#201A15
(32,26,21)
#000000
(0,0,0)

Tints of #FCD8E7

#FCD8E7
(252,216,231)
#FCDBE9
(252,219,233)
#FCDEEB
(252,222,235)
#FCE1ED
(252,225,237)
#FCE4EF
(252,228,239)
#FCE7F1
(252,231,241)
#FCEAF3
(252,234,243)
#FCEDF5
(252,237,245)
#FCF0F7
(252,240,247)
#FCF3F9
(252,243,249)
#FCF6FB
(252,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCD8E7 color. Also use rgb(252,216,231) instead hex code.

Text Font Color

.myTextColor { color: #FCD8E7; }

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

This text font color is #FCD8E7.


Background Color

.myBgColor { background-color: #FCD8E7; }

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

This div background color is #FCD8E7.


Border color

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

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

This div border color is #FCD8E7.


Opacity

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

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

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

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

This text has shadow with #FCD8E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCD8E7 on black background.


Color preview on white background

This text has color #FCD8E7 on white background.



Black color preview on #FCD8E7 background

This text has black color on #FCD8E7 background.


White color preview on #FCD8E7 background

This text has white color on #FCD8E7 background.