COLOR #FCD9B3

HEX: #FCD9B3
RGB: (252,217,179)

Color info

#FCD9B3 contains mainly red and green colors. Web safe color of #FCD9B3 is #FFCC99 (or #FC9).

RGB color model

#FCD9B3 color RGB value is (252,217,179).

  • red value is 252;
  • green value is 217;
  • blue value is 179.
RGB:
(252,217,179)
(99%,85%,70%)

RGB channels and saturation

R 252 of 255 = 99%
G 217 of 255 = 85%
B 179 of 255 = 70%

252
217
179

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

Portions of RGB colors in percentages

R + G + B =
252 + 217 + 179 = 648 (100%)
R 252 of 648 ~ 38.89%
G 217 of 648 ~ 33.49%
B 179 of 648 ~ 27.62%

%38.89
%33.49
%27.62

CMYK color model

#FCD9B3 color CMYK value is (0,14,29,1).

  • cyan value is 0.00%
  • magenta value is 13.89%
  • yellow value is 28.97%
  • key color value is 1.18%
CMYK:
(0,14,29,1)
C0M14Y29K1 
(0%,14%,29%,1%)
(0.00/0.14/0.29/0.01)	

CMYK percentages

%0
%13.89
%28.97
%1.18

Codes

Color #FCD9B3 in popluar color models

FCD9B3
RGB252217179
HSL31°92.41%84.51%
HSB/HSV31°28.97%98.82%
CMYK0.00%13.89%28.97%
1.18%

Color #FCD9B3 in popluar number systems.

HEXFCD9B3
Decimal252217179
Binary111111001101100110110011
Octal374331263

Shades and tints

Shades of #FCD9B3

#FCD9B3
(252,217,179)
#E6C6A3
(230,198,163)
#D0B393
(208,179,147)
#BAA083
(186,160,131)
#A48D73
(164,141,115)
#8E7A63
(142,122,99)
#786753
(120,103,83)
#625443
(98,84,67)
#4C4133
(76,65,51)
#362E23
(54,46,35)
#201B13
(32,27,19)
#000000
(0,0,0)

Tints of #FCD9B3

#FCD9B3
(252,217,179)
#FCDCB9
(252,220,185)
#FCDFBF
(252,223,191)
#FCE2C5
(252,226,197)
#FCE5CB
(252,229,203)
#FCE8D1
(252,232,209)
#FCEBD7
(252,235,215)
#FCEEDD
(252,238,221)
#FCF1E3
(252,241,227)
#FCF4E9
(252,244,233)
#FCF7EF
(252,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCD9B3 color. Also use rgb(252,217,179) instead hex code.

Text Font Color

.myTextColor { color: #FCD9B3; }

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

This text font color is #FCD9B3.


Background Color

.myBgColor { background-color: #FCD9B3; }

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

This div background color is #FCD9B3.


Border color

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

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

This div border color is #FCD9B3.


Opacity

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

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

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

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

This text has shadow with #FCD9B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCD9B3 on black background.


Color preview on white background

This text has color #FCD9B3 on white background.



Black color preview on #FCD9B3 background

This text has black color on #FCD9B3 background.


White color preview on #FCD9B3 background

This text has white color on #FCD9B3 background.