COLOR #FCD8B8

HEX: #FCD8B8
RGB: (252,216,184)

Color info

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

RGB color model

#FCD8B8 color RGB value is (252,216,184).

  • red value is 252;
  • green value is 216;
  • blue value is 184.
RGB:
(252,216,184)
(99%,85%,72%)

RGB channels and saturation

R 252 of 255 = 99%
G 216 of 255 = 85%
B 184 of 255 = 72%

252
216
184

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

Portions of RGB colors in percentages

R + G + B =
252 + 216 + 184 = 652 (100%)
R 252 of 652 ~ 38.65%
G 216 of 652 ~ 33.13%
B 184 of 652 ~ 28.22%

%38.65
%33.13
%28.22

CMYK color model

#FCD8B8 color CMYK value is (0,14,27,1).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 26.98%
  • key color value is 1.18%
CMYK:
(0,14,27,1)
C0M14Y27K1 
(0%,14%,27%,1%)
(0.00/0.14/0.27/0.01)	

CMYK percentages

%0
%14.29
%26.98
%1.18

Codes

Color #FCD8B8 in popluar color models

FCD8B8
RGB252216184
HSL28°91.89%85.49%
HSB/HSV28°26.98%98.82%
CMYK0.00%14.29%26.98%
1.18%

Color #FCD8B8 in popluar number systems.

HEXFCD8B8
Decimal252216184
Binary111111001101100010111000
Octal374330270

Shades and tints

Shades of #FCD8B8

#FCD8B8
(252,216,184)
#E6C5A8
(230,197,168)
#D0B298
(208,178,152)
#BA9F88
(186,159,136)
#A48C78
(164,140,120)
#8E7968
(142,121,104)
#786658
(120,102,88)
#625348
(98,83,72)
#4C4038
(76,64,56)
#362D28
(54,45,40)
#201A18
(32,26,24)
#000000
(0,0,0)

Tints of #FCD8B8

#FCD8B8
(252,216,184)
#FCDBBE
(252,219,190)
#FCDEC4
(252,222,196)
#FCE1CA
(252,225,202)
#FCE4D0
(252,228,208)
#FCE7D6
(252,231,214)
#FCEADC
(252,234,220)
#FCEDE2
(252,237,226)
#FCF0E8
(252,240,232)
#FCF3EE
(252,243,238)
#FCF6F4
(252,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCD8B8 color. Also use rgb(252,216,184) instead hex code.

Text Font Color

.myTextColor { color: #FCD8B8; }

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

This text font color is #FCD8B8.


Background Color

.myBgColor { background-color: #FCD8B8; }

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

This div background color is #FCD8B8.


Border color

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

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

This div border color is #FCD8B8.


Opacity

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

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

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

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

This text has shadow with #FCD8B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCD8B8 on black background.


Color preview on white background

This text has color #FCD8B8 on white background.



Black color preview on #FCD8B8 background

This text has black color on #FCD8B8 background.


White color preview on #FCD8B8 background

This text has white color on #FCD8B8 background.