COLOR #FCD7F2

HEX: #FCD7F2 RGB: (252,215,242)

Color info

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

RGB color model

#FCD7F2 color RGB value is (252,215,242).

RGB: (252,215,242) (99%, 84%, 95%)

RGB channels and saturation

R 252 of 255 = 99%
G 215 of 255 = 84%
B 242 of 255 = 95%

252
215
242

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

Portions of RGB colors in percentages

R + G + B = 252 + 215 + 242 = 709 (100%)
R 252 of 709 ~ 35.54%
G 215 of 709 ~ 30.32%
B 242 of 709 ~ 34.13'%

%35.54
%30.32
%34.13

CMYK color model

#FCD7F2 color CMYK value is (0,15,4,1).

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

CMYK: (0,15,4,1)
C0M15Y4K1 (0%, 15%, 4%, 1%)
(0.00 / 0.15 / 0.04 / 0.01)

CMYK percentages

%0
%14.68
%3.97
%1.18

Codes

Color #FCD7F2 in popluar color models

FC D7 F2
RGB 252 215 242
HSL 316° 86.05% 91.57%
HSB/HSV 316° 14.68% 98.82%
CMYK 0.00% 14.68% 3.97%
1.18%

Color #FCD7F2 in popluar number systems.

HEX FC D7 F2
Decimal 252 215 242
Binary 11111100 11010111 11110010
Octal 374 327 362

Shades and tints

Shades of #FCD7F2

#FCD7F2
(252,215,242)
#E6C4DC
(230,196,220)
#D0B1C6
(208,177,198)
#BA9EB0
(186,158,176)
#A48B9A
(164,139,154)
#8E7884
(142,120,132)
#78656E
(120,101,110)
#625258
(98,82,88)
#4C3F42
(76,63,66)
#362C2C
(54,44,44)
#201916
(32,25,22)
#000000
(0,0,0)

Tints of #FCD7F2

#FCD7F2
(252,215,242)
#FCDAF3
(252,218,243)
#FCDDF4
(252,221,244)
#FCE0F5
(252,224,245)
#FCE3F6
(252,227,246)
#FCE6F7
(252,230,247)
#FCE9F8
(252,233,248)
#FCECF9
(252,236,249)
#FCEFFA
(252,239,250)
#FCF2FB
(252,242,251)
#FCF5FC
(252,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCD7F2; }

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

This text font color is #FCD7F2.

Background Color

.myBgColor { background-color: #FCD7F2; }

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

This div background color is #FCD7F2.

Border color

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

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

This div border color is #FCD7F2.

Opacity

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

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

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

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

This text has shadow with #FCD7F2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCD7F2.

Preview

Color preview on black background

This text has color #FCD7F2 on black background.


Color preview on white background

This text has color #FCD7F2 on white background.


Black color preview on #FCD7F2 background

This text has black color on #FCD7F2 background.


White color preview on #FCD7F2 background

This text has white color on #FCD7F2 background.


Related colors

Complementary color

Complementary color for #hex is #03280D.


I love getcolorcode.com

Triadic colors

1 #F2FCD7 and #D7F2FC with #FCD7F2 are triadic colors.

2 #F2D7FC and #D7FCF2 with #FCD7F2 are triadic colors.