COLOR #FCD5B7

HEX: #FCD5B7
RGB: (252,213,183)

Color info

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

RGB color model

#FCD5B7 color RGB value is (252,213,183).

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

RGB channels and saturation

R 252 of 255 = 99%
G 213 of 255 = 84%
B 183 of 255 = 72%

252
213
183

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

Portions of RGB colors in percentages

R + G + B =
252 + 213 + 183 = 648 (100%)
R 252 of 648 ~ 38.89%
G 213 of 648 ~ 32.87%
B 183 of 648 ~ 28.24%

%38.89
%32.87
%28.24

CMYK color model

#FCD5B7 color CMYK value is (0,15,27,1).

  • cyan value is 0.00%
  • magenta value is 15.48%
  • yellow value is 27.38%
  • key color value is 1.18%
CMYK:
(0,15,27,1)
C0M15Y27K1 
(0%,15%,27%,1%)
(0.00/0.15/0.27/0.01)	

CMYK percentages

%0
%15.48
%27.38
%1.18

Codes

Color #FCD5B7 in popluar color models

FCD5B7
RGB252213183
HSL26°92.00%85.29%
HSB/HSV26°27.38%98.82%
CMYK0.00%15.48%27.38%
1.18%

Color #FCD5B7 in popluar number systems.

HEXFCD5B7
Decimal252213183
Binary111111001101010110110111
Octal374325267

Shades and tints

Shades of #FCD5B7

#FCD5B7
(252,213,183)
#E6C2A7
(230,194,167)
#D0AF97
(208,175,151)
#BA9C87
(186,156,135)
#A48977
(164,137,119)
#8E7667
(142,118,103)
#786357
(120,99,87)
#625047
(98,80,71)
#4C3D37
(76,61,55)
#362A27
(54,42,39)
#201717
(32,23,23)
#000000
(0,0,0)

Tints of #FCD5B7

#FCD5B7
(252,213,183)
#FCD8BD
(252,216,189)
#FCDBC3
(252,219,195)
#FCDEC9
(252,222,201)
#FCE1CF
(252,225,207)
#FCE4D5
(252,228,213)
#FCE7DB
(252,231,219)
#FCEAE1
(252,234,225)
#FCEDE7
(252,237,231)
#FCF0ED
(252,240,237)
#FCF3F3
(252,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCD5B7; }

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

This text font color is #FCD5B7.


Background Color

.myBgColor { background-color: #FCD5B7; }

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

This div background color is #FCD5B7.


Border color

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

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

This div border color is #FCD5B7.


Opacity

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

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

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

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

This text has shadow with #FCD5B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCD5B7 on black background.


Color preview on white background

This text has color #FCD5B7 on white background.



Black color preview on #FCD5B7 background

This text has black color on #FCD5B7 background.


White color preview on #FCD5B7 background

This text has white color on #FCD5B7 background.