COLOR #FCD7DD

HEX: #FCD7DD
RGB: (252,215,221)

Color info

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

RGB color model

#FCD7DD color RGB value is (252,215,221).

  • red value is 252;
  • green value is 215;
  • blue value is 221.
RGB:
(252,215,221)
(99%,84%,87%)

RGB channels and saturation

R 252 of 255 = 99%
G 215 of 255 = 84%
B 221 of 255 = 87%

252
215
221

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

Portions of RGB colors in percentages

R + G + B =
252 + 215 + 221 = 688 (100%)
R 252 of 688 ~ 36.63%
G 215 of 688 ~ 31.25%
B 221 of 688 ~ 32.12%

%36.63
%31.25
%32.12

CMYK color model

#FCD7DD color CMYK value is (0,15,12,1).

  • cyan value is 0.00%
  • magenta value is 14.68%
  • yellow value is 12.30%
  • key color value is 1.18%
CMYK:
(0,15,12,1)
C0M15Y12K1 
(0%,15%,12%,1%)
(0.00/0.15/0.12/0.01)	

CMYK percentages

%0
%14.68
%12.3
%1.18

Codes

Color #FCD7DD in popluar color models

FCD7DD
RGB252215221
HSL350°86.05%91.57%
HSB/HSV350°14.68%98.82%
CMYK0.00%14.68%12.30%
1.18%

Color #FCD7DD in popluar number systems.

HEXFCD7DD
Decimal252215221
Binary111111001101011111011101
Octal374327335

Shades and tints

Shades of #FCD7DD

#FCD7DD
(252,215,221)
#E6C4C9
(230,196,201)
#D0B1B5
(208,177,181)
#BA9EA1
(186,158,161)
#A48B8D
(164,139,141)
#8E7879
(142,120,121)
#786565
(120,101,101)
#625251
(98,82,81)
#4C3F3D
(76,63,61)
#362C29
(54,44,41)
#201915
(32,25,21)
#000000
(0,0,0)

Tints of #FCD7DD

#FCD7DD
(252,215,221)
#FCDAE0
(252,218,224)
#FCDDE3
(252,221,227)
#FCE0E6
(252,224,230)
#FCE3E9
(252,227,233)
#FCE6EC
(252,230,236)
#FCE9EF
(252,233,239)
#FCECF2
(252,236,242)
#FCEFF5
(252,239,245)
#FCF2F8
(252,242,248)
#FCF5FB
(252,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCD7DD color. Also use rgb(252,215,221) instead hex code.

Text Font Color

.myTextColor { color: #FCD7DD; }

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

This text font color is #FCD7DD.


Background Color

.myBgColor { background-color: #FCD7DD; }

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

This div background color is #FCD7DD.


Border color

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

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

This div border color is #FCD7DD.


Opacity

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

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

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

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

This text has shadow with #FCD7DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCD7DD on black background.


Color preview on white background

This text has color #FCD7DD on white background.



Black color preview on #FCD7DD background

This text has black color on #FCD7DD background.


White color preview on #FCD7DD background

This text has white color on #FCD7DD background.