COLOR #FCD3D1

HEX: #FCD3D1 RGB: (252,211,209)

Color info

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

RGB color model

#FCD3D1 color RGB value is (252,211,209).

RGB: (252,211,209) (99%, 83%, 82%)

RGB channels and saturation

R 252 of 255 = 99%
G 211 of 255 = 83%
B 209 of 255 = 82%

252
211
209

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

Portions of RGB colors in percentages

R + G + B = 252 + 211 + 209 = 672 (100%)
R 252 of 672 ~ 37.5%
G 211 of 672 ~ 31.4%
B 209 of 672 ~ 31.1'%

%37.5
%31.4
%31.1

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.27%
  • yellow value is 17.06%
  • key color value is 1.18%
CMYK: (0,16,17,1) C0M16Y17K1 (0%,16%,17%,1%) (0.00/0.16/0.17/0.01) 

CMYK percentages

%0
%16.27
%17.06
%1.18

Codes

Color #FCD3D1 in popluar color models

FC D3 D1
RGB 252 211 209
HSL 87.76% 90.39%
HSB/HSV 17.06% 98.82%
CMYK 0.00% 16.27% 17.06%
1.18%

Color #FCD3D1 in popluar number systems.

HEX FC D3 D1
Decimal 252 211 209
Binary 11111100 11010011 11010001
Octal 374 323 321

Shades and tints

Shades of #FCD3D1

#FCD3D1
(252,211,209)
#E6C0BE
(230,192,190)
#D0ADAB
(208,173,171)
#BA9A98
(186,154,152)
#A48785
(164,135,133)
#8E7472
(142,116,114)
#78615F
(120,97,95)
#624E4C
(98,78,76)
#4C3B39
(76,59,57)
#362826
(54,40,38)
#201513
(32,21,19)
#000000
(0,0,0)

Tints of #FCD3D1

#FCD3D1
(252,211,209)
#FCD7D5
(252,215,213)
#FCDBD9
(252,219,217)
#FCDFDD
(252,223,221)
#FCE3E1
(252,227,225)
#FCE7E5
(252,231,229)
#FCEBE9
(252,235,233)
#FCEFED
(252,239,237)
#FCF3F1
(252,243,241)
#FCF7F5
(252,247,245)
#FCFBF9
(252,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCD3D1; }

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

This text font color is #FCD3D1.

Background Color

.myBgColor { background-color: #FCD3D1; }

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

This div background color is #FCD3D1.

Border color

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

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

This div border color is #FCD3D1.

Opacity

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

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

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

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

This text has shadow with #FCD3D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCD3D1.

Preview

Color preview on black background

This text has color #FCD3D1 on black background.


Color preview on white background

This text has color #FCD3D1 on white background.


Black color preview on #FCD3D1 background

This text has black color on #FCD3D1 background.


White color preview on #FCD3D1 background

This text has white color on #FCD3D1 background.


Related colors

Complementary color

Complementary color for #hex is #032C2E.


I love getcolorcode.com

Triadic colors

1 #D1FCD3 and #D3D1FC with #FCD3D1 are triadic colors.

2 #D1D3FC and #D3FCD1 with #FCD3D1 are triadic colors.