COLOR #FCD7F0

HEX: #FCD7F0 RGB: (252,215,240)

Color info

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

RGB color model

#FCD7F0 color RGB value is (252,215,240).

RGB: (252,215,240) (99%, 84%, 94%)

RGB channels and saturation

R 252 of 255 = 99%
G 215 of 255 = 84%
B 240 of 255 = 94%

252
215
240

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

Portions of RGB colors in percentages

R + G + B = 252 + 215 + 240 = 707 (100%)
R 252 of 707 ~ 35.64%
G 215 of 707 ~ 30.41%
B 240 of 707 ~ 33.95'%

%35.64
%30.41
%33.95

CMYK color model

#FCD7F0 color CMYK value is (0,15,5,1).

  • cyan value is 0.00%
  • magenta value is 14.68%
  • yellow value is 4.76%
  • key color value is 1.18%

CMYK: (0,15,5,1)
C0M15Y5K1 (0%, 15%, 5%, 1%)
(0.00 / 0.15 / 0.05 / 0.01)

CMYK percentages

%0
%14.68
%4.76
%1.18

Codes

Color #FCD7F0 in popluar color models

FC D7 F0
RGB 252 215 240
HSL 319° 86.05% 91.57%
HSB/HSV 319° 14.68% 98.82%
CMYK 0.00% 14.68% 4.76%
1.18%

Color #FCD7F0 in popluar number systems.

HEX FC D7 F0
Decimal 252 215 240
Binary 11111100 11010111 11110000
Octal 374 327 360

Shades and tints

Shades of #FCD7F0

#FCD7F0
(252,215,240)
#E6C4DB
(230,196,219)
#D0B1C6
(208,177,198)
#BA9EB1
(186,158,177)
#A48B9C
(164,139,156)
#8E7887
(142,120,135)
#786572
(120,101,114)
#62525D
(98,82,93)
#4C3F48
(76,63,72)
#362C33
(54,44,51)
#20191E
(32,25,30)
#000000
(0,0,0)

Tints of #FCD7F0

#FCD7F0
(252,215,240)
#FCDAF1
(252,218,241)
#FCDDF2
(252,221,242)
#FCE0F3
(252,224,243)
#FCE3F4
(252,227,244)
#FCE6F5
(252,230,245)
#FCE9F6
(252,233,246)
#FCECF7
(252,236,247)
#FCEFF8
(252,239,248)
#FCF2F9
(252,242,249)
#FCF5FA
(252,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCD7F0; }

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

This text font color is #FCD7F0.

Background Color

.myBgColor { background-color: #FCD7F0; }

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

This div background color is #FCD7F0.

Border color

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

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

This div border color is #FCD7F0.

Opacity

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

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

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

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

This text has shadow with #FCD7F0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCD7F0.

Preview

Color preview on black background

This text has color #FCD7F0 on black background.


Color preview on white background

This text has color #FCD7F0 on white background.


Black color preview on #FCD7F0 background

This text has black color on #FCD7F0 background.


White color preview on #FCD7F0 background

This text has white color on #FCD7F0 background.


Related colors

Complementary color

Complementary color for #hex is #03280F.


I love getcolorcode.com

Triadic colors

1 #F0FCD7 and #D7F0FC with #FCD7F0 are triadic colors.

2 #F0D7FC and #D7FCF0 with #FCD7F0 are triadic colors.