COLOR #FCD5CF

HEX: #FCD5CF RGB: (252,213,207)

Color info

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

RGB color model

#FCD5CF color RGB value is (252,213,207).

RGB: (252,213,207) (99%, 84%, 81%)

RGB channels and saturation

R 252 of 255 = 99%
G 213 of 255 = 84%
B 207 of 255 = 81%

252
213
207

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

Portions of RGB colors in percentages

R + G + B = 252 + 213 + 207 = 672 (100%)
R 252 of 672 ~ 37.5%
G 213 of 672 ~ 31.7%
B 207 of 672 ~ 30.8'%

%37.5
%31.7
%30.8

CMYK color model

#FCD5CF color CMYK value is (0,15,18,1).

  • cyan value is 0.00%
  • magenta value is 15.48%
  • yellow value is 17.86%
  • key color value is 1.18%

CMYK: (0,15,18,1)
C0M15Y18K1 (0%, 15%, 18%, 1%)
(0.00 / 0.15 / 0.18 / 0.01)

CMYK percentages

%0
%15.48
%17.86
%1.18

Codes

Color #FCD5CF in popluar color models

FC D5 CF
RGB 252 213 207
HSL 88.24% 90.00%
HSB/HSV 17.86% 98.82%
CMYK 0.00% 15.48% 17.86%
1.18%

Color #FCD5CF in popluar number systems.

HEX FC D5 CF
Decimal 252 213 207
Binary 11111100 11010101 11001111
Octal 374 325 317

Shades and tints

Shades of #FCD5CF

#FCD5CF
(252,213,207)
#E6C2BD
(230,194,189)
#D0AFAB
(208,175,171)
#BA9C99
(186,156,153)
#A48987
(164,137,135)
#8E7675
(142,118,117)
#786363
(120,99,99)
#625051
(98,80,81)
#4C3D3F
(76,61,63)
#362A2D
(54,42,45)
#20171B
(32,23,27)
#000000
(0,0,0)

Tints of #FCD5CF

#FCD5CF
(252,213,207)
#FCD8D3
(252,216,211)
#FCDBD7
(252,219,215)
#FCDEDB
(252,222,219)
#FCE1DF
(252,225,223)
#FCE4E3
(252,228,227)
#FCE7E7
(252,231,231)
#FCEAEB
(252,234,235)
#FCEDEF
(252,237,239)
#FCF0F3
(252,240,243)
#FCF3F7
(252,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCD5CF color. Also use rgb(252,213,207) instead hex code.

Text Font Color

.myTextColor { color: #FCD5CF; }

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

This text font color is #FCD5CF.

Background Color

.myBgColor { background-color: #FCD5CF; }

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

This div background color is #FCD5CF.

Border color

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

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

This div border color is #FCD5CF.

Opacity

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

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

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

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

This text has shadow with #FCD5CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCD5CF.

Preview

Color preview on black background

This text has color #FCD5CF on black background.


Color preview on white background

This text has color #FCD5CF on white background.


Black color preview on #FCD5CF background

This text has black color on #FCD5CF background.


White color preview on #FCD5CF background

This text has white color on #FCD5CF background.


Related colors

Complementary color

Complementary color for #hex is #032A30.


I love getcolorcode.com

Triadic colors

1 #CFFCD5 and #D5CFFC with #FCD5CF are triadic colors.

2 #CFD5FC and #D5FCCF with #FCD5CF are triadic colors.