COLOR #FCD6B5

HEX: #FCD6B5
RGB: (252,214,181)

Color info

#FCD6B5 contains mainly red and green colors. Web safe color of #FCD6B5 is #FFCCCC (or #FCC).

RGB color model

#FCD6B5 color RGB value is (252,214,181).

  • red value is 252;
  • green value is 214;
  • blue value is 181.
RGB:
(252,214,181)
(99%,84%,71%)

RGB channels and saturation

R 252 of 255 = 99%
G 214 of 255 = 84%
B 181 of 255 = 71%

252
214
181

R + G + B ~ 85%. #FCD6B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 214 + 181 = 647 (100%)
R 252 of 647 ~ 38.95%
G 214 of 647 ~ 33.08%
B 181 of 647 ~ 27.98%

%38.95
%33.08
%27.98

CMYK color model

#FCD6B5 color CMYK value is (0,15,28,1).

  • cyan value is 0.00%
  • magenta value is 15.08%
  • yellow value is 28.17%
  • key color value is 1.18%
CMYK:
(0,15,28,1)
C0M15Y28K1 
(0%,15%,28%,1%)
(0.00/0.15/0.28/0.01)	

CMYK percentages

%0
%15.08
%28.17
%1.18

Codes

Color #FCD6B5 in popluar color models

FCD6B5
RGB252214181
HSL28°92.21%84.90%
HSB/HSV28°28.17%98.82%
CMYK0.00%15.08%28.17%
1.18%

Color #FCD6B5 in popluar number systems.

HEXFCD6B5
Decimal252214181
Binary111111001101011010110101
Octal374326265

Shades and tints

Shades of #FCD6B5

#FCD6B5
(252,214,181)
#E6C3A5
(230,195,165)
#D0B095
(208,176,149)
#BA9D85
(186,157,133)
#A48A75
(164,138,117)
#8E7765
(142,119,101)
#786455
(120,100,85)
#625145
(98,81,69)
#4C3E35
(76,62,53)
#362B25
(54,43,37)
#201815
(32,24,21)
#000000
(0,0,0)

Tints of #FCD6B5

#FCD6B5
(252,214,181)
#FCD9BB
(252,217,187)
#FCDCC1
(252,220,193)
#FCDFC7
(252,223,199)
#FCE2CD
(252,226,205)
#FCE5D3
(252,229,211)
#FCE8D9
(252,232,217)
#FCEBDF
(252,235,223)
#FCEEE5
(252,238,229)
#FCF1EB
(252,241,235)
#FCF4F1
(252,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCD6B5 color. Also use rgb(252,214,181) instead hex code.

Text Font Color

.myTextColor { color: #FCD6B5; }

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

This text font color is #FCD6B5.


Background Color

.myBgColor { background-color: #FCD6B5; }

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

This div background color is #FCD6B5.


Border color

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

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

This div border color is #FCD6B5.


Opacity

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

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

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

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

This text has shadow with #FCD6B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCD6B5 on black background.


Color preview on white background

This text has color #FCD6B5 on white background.



Black color preview on #FCD6B5 background

This text has black color on #FCD6B5 background.


White color preview on #FCD6B5 background

This text has white color on #FCD6B5 background.