COLOR #FCD6E0

HEX: #FCD6E0 RGB: (252,214,224)

Color info

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

RGB color model

#FCD6E0 color RGB value is (252,214,224).

RGB: (252,214,224) (99%, 84%, 88%)

RGB channels and saturation

R 252 of 255 = 99%
G 214 of 255 = 84%
B 224 of 255 = 88%

252
214
224

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

Portions of RGB colors in percentages

R + G + B = 252 + 214 + 224 = 690 (100%)
R 252 of 690 ~ 36.52%
G 214 of 690 ~ 31.01%
B 224 of 690 ~ 32.46'%

%36.52
%31.01
%32.46

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.08%
  • yellow value is 11.11%
  • 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
%15.08
%11.11
%1.18

Codes

Color #FCD6E0 in popluar color models

FC D6 E0
RGB 252 214 224
HSL 344° 86.36% 91.37%
HSB/HSV 344° 15.08% 98.82%
CMYK 0.00% 15.08% 11.11%
1.18%

Color #FCD6E0 in popluar number systems.

HEX FC D6 E0
Decimal 252 214 224
Binary 11111100 11010110 11100000
Octal 374 326 340

Shades and tints

Shades of #FCD6E0

#FCD6E0
(252,214,224)
#E6C3CC
(230,195,204)
#D0B0B8
(208,176,184)
#BA9DA4
(186,157,164)
#A48A90
(164,138,144)
#8E777C
(142,119,124)
#786468
(120,100,104)
#625154
(98,81,84)
#4C3E40
(76,62,64)
#362B2C
(54,43,44)
#201818
(32,24,24)
#000000
(0,0,0)

Tints of #FCD6E0

#FCD6E0
(252,214,224)
#FCD9E2
(252,217,226)
#FCDCE4
(252,220,228)
#FCDFE6
(252,223,230)
#FCE2E8
(252,226,232)
#FCE5EA
(252,229,234)
#FCE8EC
(252,232,236)
#FCEBEE
(252,235,238)
#FCEEF0
(252,238,240)
#FCF1F2
(252,241,242)
#FCF4F4
(252,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCD6E0 color. Also use rgb(252,214,224) instead hex code.

Text Font Color

.myTextColor { color: #FCD6E0; }

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

This text font color is #FCD6E0.

Background Color

.myBgColor { background-color: #FCD6E0; }

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

This div background color is #FCD6E0.

Border color

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

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

This div border color is #FCD6E0.

Opacity

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

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

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

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

This text has shadow with #FCD6E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCD6E0.

Preview

Color preview on black background

This text has color #FCD6E0 on black background.


Color preview on white background

This text has color #FCD6E0 on white background.


Black color preview on #FCD6E0 background

This text has black color on #FCD6E0 background.


White color preview on #FCD6E0 background

This text has white color on #FCD6E0 background.


Related colors

Complementary color

Complementary color for #hex is #03291F.


I love getcolorcode.com

Triadic colors

1 #E0FCD6 and #D6E0FC with #FCD6E0 are triadic colors.

2 #E0D6FC and #D6FCE0 with #FCD6E0 are triadic colors.