COLOR #FCD7F5

HEX: #FCD7F5
RGB: (252,215,245)

Color info

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

RGB color model

#FCD7F5 color RGB value is (252,215,245).

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

RGB channels and saturation

R 252 of 255 = 99%
G 215 of 255 = 84%
B 245 of 255 = 96%

252
215
245

R + G + B ~ 93%. #FCD7F5 is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 215 + 245 = 712 (100%)
R 252 of 712 ~ 35.39%
G 215 of 712 ~ 30.2%
B 245 of 712 ~ 34.41%

%35.39
%30.2
%34.41

CMYK color model

#FCD7F5 color CMYK value is (0,15,3,1).

  • cyan value is 0.00%
  • magenta value is 14.68%
  • yellow value is 2.78%
  • key color value is 1.18%
CMYK:
(0,15,3,1)
C0M15Y3K1 
(0%,15%,3%,1%)
(0.00/0.15/0.03/0.01)	

CMYK percentages

%0
%14.68
%2.78
%1.18

Codes

Color #FCD7F5 in popluar color models

FCD7F5
RGB252215245
HSL311°86.05%91.57%
HSB/HSV311°14.68%98.82%
CMYK0.00%14.68%2.78%
1.18%

Color #FCD7F5 in popluar number systems.

HEXFCD7F5
Decimal252215245
Binary111111001101011111110101
Octal374327365

Shades and tints

Shades of #FCD7F5

#FCD7F5
(252,215,245)
#E6C4DF
(230,196,223)
#D0B1C9
(208,177,201)
#BA9EB3
(186,158,179)
#A48B9D
(164,139,157)
#8E7887
(142,120,135)
#786571
(120,101,113)
#62525B
(98,82,91)
#4C3F45
(76,63,69)
#362C2F
(54,44,47)
#201919
(32,25,25)
#000000
(0,0,0)

Tints of #FCD7F5

#FCD7F5
(252,215,245)
#FCDAF5
(252,218,245)
#FCDDF5
(252,221,245)
#FCE0F5
(252,224,245)
#FCE3F5
(252,227,245)
#FCE6F5
(252,230,245)
#FCE9F5
(252,233,245)
#FCECF5
(252,236,245)
#FCEFF5
(252,239,245)
#FCF2F5
(252,242,245)
#FCF5F5
(252,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCD7F5; }

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

This text font color is #FCD7F5.


Background Color

.myBgColor { background-color: #FCD7F5; }

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

This div background color is #FCD7F5.


Border color

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

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

This div border color is #FCD7F5.


Opacity

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

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

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

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

This text has shadow with #FCD7F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCD7F5 on black background.


Color preview on white background

This text has color #FCD7F5 on white background.



Black color preview on #FCD7F5 background

This text has black color on #FCD7F5 background.


White color preview on #FCD7F5 background

This text has white color on #FCD7F5 background.