COLOR #FCD5C4

HEX: #FCD5C4
RGB: (252,213,196)

Color info

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

RGB color model

#FCD5C4 color RGB value is (252,213,196).

  • red value is 252;
  • green value is 213;
  • blue value is 196.
RGB:
(252,213,196)
(99%,84%,77%)

RGB channels and saturation

R 252 of 255 = 99%
G 213 of 255 = 84%
B 196 of 255 = 77%

252
213
196

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

Portions of RGB colors in percentages

R + G + B =
252 + 213 + 196 = 661 (100%)
R 252 of 661 ~ 38.12%
G 213 of 661 ~ 32.22%
B 196 of 661 ~ 29.65%

%38.12
%32.22
%29.65

CMYK color model

#FCD5C4 color CMYK value is (0,15,22,1).

  • cyan value is 0.00%
  • magenta value is 15.48%
  • yellow value is 22.22%
  • key color value is 1.18%
CMYK:
(0,15,22,1)
C0M15Y22K1 
(0%,15%,22%,1%)
(0.00/0.15/0.22/0.01)	

CMYK percentages

%0
%15.48
%22.22
%1.18

Codes

Color #FCD5C4 in popluar color models

FCD5C4
RGB252213196
HSL18°90.32%87.84%
HSB/HSV18°22.22%98.82%
CMYK0.00%15.48%22.22%
1.18%

Color #FCD5C4 in popluar number systems.

HEXFCD5C4
Decimal252213196
Binary111111001101010111000100
Octal374325304

Shades and tints

Shades of #FCD5C4

#FCD5C4
(252,213,196)
#E6C2B3
(230,194,179)
#D0AFA2
(208,175,162)
#BA9C91
(186,156,145)
#A48980
(164,137,128)
#8E766F
(142,118,111)
#78635E
(120,99,94)
#62504D
(98,80,77)
#4C3D3C
(76,61,60)
#362A2B
(54,42,43)
#20171A
(32,23,26)
#000000
(0,0,0)

Tints of #FCD5C4

#FCD5C4
(252,213,196)
#FCD8C9
(252,216,201)
#FCDBCE
(252,219,206)
#FCDED3
(252,222,211)
#FCE1D8
(252,225,216)
#FCE4DD
(252,228,221)
#FCE7E2
(252,231,226)
#FCEAE7
(252,234,231)
#FCEDEC
(252,237,236)
#FCF0F1
(252,240,241)
#FCF3F6
(252,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCD5C4; }

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

This text font color is #FCD5C4.


Background Color

.myBgColor { background-color: #FCD5C4; }

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

This div background color is #FCD5C4.


Border color

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

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

This div border color is #FCD5C4.


Opacity

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

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

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

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

This text has shadow with #FCD5C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCD5C4 on black background.


Color preview on white background

This text has color #FCD5C4 on white background.



Black color preview on #FCD5C4 background

This text has black color on #FCD5C4 background.


White color preview on #FCD5C4 background

This text has white color on #FCD5C4 background.