COLOR #FCD7E1

HEX: #FCD7E1
RGB: (252,215,225)

Color info

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

RGB color model

#FCD7E1 color RGB value is (252,215,225).

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

RGB channels and saturation

R 252 of 255 = 99%
G 215 of 255 = 84%
B 225 of 255 = 88%

252
215
225

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

Portions of RGB colors in percentages

R + G + B =
252 + 215 + 225 = 692 (100%)
R 252 of 692 ~ 36.42%
G 215 of 692 ~ 31.07%
B 225 of 692 ~ 32.51%

%36.42
%31.07
%32.51

CMYK color model

#FCD7E1 color CMYK value is (0,15,11,1).

  • cyan value is 0.00%
  • magenta value is 14.68%
  • yellow value is 10.71%
  • key color value is 1.18%
CMYK:
(0,15,11,1)
C0M15Y11K1 
(0%,15%,11%,1%)
(0.00/0.15/0.11/0.01)	

CMYK percentages

%0
%14.68
%10.71
%1.18

Codes

Color #FCD7E1 in popluar color models

FCD7E1
RGB252215225
HSL344°86.05%91.57%
HSB/HSV344°14.68%98.82%
CMYK0.00%14.68%10.71%
1.18%

Color #FCD7E1 in popluar number systems.

HEXFCD7E1
Decimal252215225
Binary111111001101011111100001
Octal374327341

Shades and tints

Shades of #FCD7E1

#FCD7E1
(252,215,225)
#E6C4CD
(230,196,205)
#D0B1B9
(208,177,185)
#BA9EA5
(186,158,165)
#A48B91
(164,139,145)
#8E787D
(142,120,125)
#786569
(120,101,105)
#625255
(98,82,85)
#4C3F41
(76,63,65)
#362C2D
(54,44,45)
#201919
(32,25,25)
#000000
(0,0,0)

Tints of #FCD7E1

#FCD7E1
(252,215,225)
#FCDAE3
(252,218,227)
#FCDDE5
(252,221,229)
#FCE0E7
(252,224,231)
#FCE3E9
(252,227,233)
#FCE6EB
(252,230,235)
#FCE9ED
(252,233,237)
#FCECEF
(252,236,239)
#FCEFF1
(252,239,241)
#FCF2F3
(252,242,243)
#FCF5F5
(252,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCD7E1; }

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

This text font color is #FCD7E1.


Background Color

.myBgColor { background-color: #FCD7E1; }

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

This div background color is #FCD7E1.


Border color

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

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

This div border color is #FCD7E1.


Opacity

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

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

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

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

This text has shadow with #FCD7E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCD7E1 on black background.


Color preview on white background

This text has color #FCD7E1 on white background.



Black color preview on #FCD7E1 background

This text has black color on #FCD7E1 background.


White color preview on #FCD7E1 background

This text has white color on #FCD7E1 background.