COLOR #FCD3CB

HEX: #FCD3CB RGB: (252,211,203)

Color info

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

RGB color model

#FCD3CB color RGB value is (252,211,203).

RGB: (252,211,203) (99%, 83%, 80%)

RGB channels and saturation

R 252 of 255 = 99%
G 211 of 255 = 83%
B 203 of 255 = 80%

252
211
203

R + G + B ~ 87%. #FCD3CB is light color.

Portions of RGB colors in percentages

R + G + B = 252 + 211 + 203 = 666 (100%)
R 252 of 666 ~ 37.84%
G 211 of 666 ~ 31.68%
B 203 of 666 ~ 30.48'%

%37.84
%31.68
%30.48

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.27%
  • yellow value is 19.44%
  • key color value is 1.18%

CMYK: (0,16,19,1)
C0M16Y19K1 (0%, 16%, 19%, 1%)
(0.00 / 0.16 / 0.19 / 0.01)

CMYK percentages

%0
%16.27
%19.44
%1.18

Codes

Color #FCD3CB in popluar color models

FC D3 CB
RGB 252 211 203
HSL 10° 89.09% 89.22%
HSB/HSV 10° 19.44% 98.82%
CMYK 0.00% 16.27% 19.44%
1.18%

Color #FCD3CB in popluar number systems.

HEX FC D3 CB
Decimal 252 211 203
Binary 11111100 11010011 11001011
Octal 374 323 313

Shades and tints

Shades of #FCD3CB

#FCD3CB
(252,211,203)
#E6C0B9
(230,192,185)
#D0ADA7
(208,173,167)
#BA9A95
(186,154,149)
#A48783
(164,135,131)
#8E7471
(142,116,113)
#78615F
(120,97,95)
#624E4D
(98,78,77)
#4C3B3B
(76,59,59)
#362829
(54,40,41)
#201517
(32,21,23)
#000000
(0,0,0)

Tints of #FCD3CB

#FCD3CB
(252,211,203)
#FCD7CF
(252,215,207)
#FCDBD3
(252,219,211)
#FCDFD7
(252,223,215)
#FCE3DB
(252,227,219)
#FCE7DF
(252,231,223)
#FCEBE3
(252,235,227)
#FCEFE7
(252,239,231)
#FCF3EB
(252,243,235)
#FCF7EF
(252,247,239)
#FCFBF3
(252,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCD3CB; }

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

This text font color is #FCD3CB.

Background Color

.myBgColor { background-color: #FCD3CB; }

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

This div background color is #FCD3CB.

Border color

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

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

This div border color is #FCD3CB.

Opacity

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

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

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

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

This text has shadow with #FCD3CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCD3CB.

Preview

Color preview on black background

This text has color #FCD3CB on black background.


Color preview on white background

This text has color #FCD3CB on white background.


Black color preview on #FCD3CB background

This text has black color on #FCD3CB background.


White color preview on #FCD3CB background

This text has white color on #FCD3CB background.


Related colors

Complementary color

Complementary color for #hex is #032C34.


I love getcolorcode.com

Triadic colors

1 #CBFCD3 and #D3CBFC with #FCD3CB are triadic colors.

2 #CBD3FC and #D3FCCB with #FCD3CB are triadic colors.