COLOR #FCD3D4

HEX: #FCD3D4 RGB: (252,211,212)

Color info

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

RGB color model

#FCD3D4 color RGB value is (252,211,212).

RGB: (252,211,212) (99%, 83%, 83%)

RGB channels and saturation

R 252 of 255 = 99%
G 211 of 255 = 83%
B 212 of 255 = 83%

252
211
212

R + G + B ~ 88%. #FCD3D4 is light color.

Portions of RGB colors in percentages

R + G + B = 252 + 211 + 212 = 675 (100%)
R 252 of 675 ~ 37.33%
G 211 of 675 ~ 31.26%
B 212 of 675 ~ 31.41'%

%37.33
%31.26
%31.41

CMYK color model

#FCD3D4 color CMYK value is (0,16,16,1).

  • cyan value is 0.00%
  • magenta value is 16.27%
  • yellow value is 15.87%
  • key color value is 1.18%
CMYK: (0,16,16,1) C0M16Y16K1 (0%,16%,16%,1%) (0.00/0.16/0.16/0.01) 

CMYK percentages

%0
%16.27
%15.87
%1.18

Codes

Color #FCD3D4 in popluar color models

FC D3 D4
RGB 252 211 212
HSL 359° 87.23% 90.78%
HSB/HSV 359° 16.27% 98.82%
CMYK 0.00% 16.27% 15.87%
1.18%

Color #FCD3D4 in popluar number systems.

HEX FC D3 D4
Decimal 252 211 212
Binary 11111100 11010011 11010100
Octal 374 323 324

Shades and tints

Shades of #FCD3D4

#FCD3D4
(252,211,212)
#E6C0C1
(230,192,193)
#D0ADAE
(208,173,174)
#BA9A9B
(186,154,155)
#A48788
(164,135,136)
#8E7475
(142,116,117)
#786162
(120,97,98)
#624E4F
(98,78,79)
#4C3B3C
(76,59,60)
#362829
(54,40,41)
#201516
(32,21,22)
#000000
(0,0,0)

Tints of #FCD3D4

#FCD3D4
(252,211,212)
#FCD7D7
(252,215,215)
#FCDBDA
(252,219,218)
#FCDFDD
(252,223,221)
#FCE3E0
(252,227,224)
#FCE7E3
(252,231,227)
#FCEBE6
(252,235,230)
#FCEFE9
(252,239,233)
#FCF3EC
(252,243,236)
#FCF7EF
(252,247,239)
#FCFBF2
(252,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCD3D4 color. Also use rgb(252,211,212) instead hex code.

Text Font Color

.myTextColor { color: #FCD3D4; }

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

This text font color is #FCD3D4.

Background Color

.myBgColor { background-color: #FCD3D4; }

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

This div background color is #FCD3D4.

Border color

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

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

This div border color is #FCD3D4.

Opacity

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

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

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

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

This text has shadow with #FCD3D4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCD3D4.

Preview

Color preview on black background

This text has color #FCD3D4 on black background.


Color preview on white background

This text has color #FCD3D4 on white background.


Black color preview on #FCD3D4 background

This text has black color on #FCD3D4 background.


White color preview on #FCD3D4 background

This text has white color on #FCD3D4 background.


Related colors

Complementary color

Complementary color for #hex is #032C2B.


I love getcolorcode.com

Triadic colors

1 #D4FCD3 and #D3D4FC with #FCD3D4 are triadic colors.

2 #D4D3FC and #D3FCD4 with #FCD3D4 are triadic colors.