COLOR #FCD0C7

HEX: #FCD0C7
RGB: (252,208,199)

Color info

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

RGB color model

#FCD0C7 color RGB value is (252,208,199).

  • red value is 252;
  • green value is 208;
  • blue value is 199.
RGB:
(252,208,199)
(99%,82%,78%)

RGB channels and saturation

R 252 of 255 = 99%
G 208 of 255 = 82%
B 199 of 255 = 78%

252
208
199

R + G + B ~ 86%. #FCD0C7 is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 208 + 199 = 659 (100%)
R 252 of 659 ~ 38.24%
G 208 of 659 ~ 31.56%
B 199 of 659 ~ 30.2%

%38.24
%31.56
%30.2

CMYK color model

#FCD0C7 color CMYK value is (0,17,21,1).

  • cyan value is 0.00%
  • magenta value is 17.46%
  • yellow value is 21.03%
  • key color value is 1.18%
CMYK:
(0,17,21,1)
C0M17Y21K1 
(0%,17%,21%,1%)
(0.00/0.17/0.21/0.01)	

CMYK percentages

%0
%17.46
%21.03
%1.18

Codes

Color #FCD0C7 in popluar color models

FCD0C7
RGB252208199
HSL10°89.83%88.43%
HSB/HSV10°21.03%98.82%
CMYK0.00%17.46%21.03%
1.18%

Color #FCD0C7 in popluar number systems.

HEXFCD0C7
Decimal252208199
Binary111111001101000011000111
Octal374320307

Shades and tints

Shades of #FCD0C7

#FCD0C7
(252,208,199)
#E6BEB5
(230,190,181)
#D0ACA3
(208,172,163)
#BA9A91
(186,154,145)
#A4887F
(164,136,127)
#8E766D
(142,118,109)
#78645B
(120,100,91)
#625249
(98,82,73)
#4C4037
(76,64,55)
#362E25
(54,46,37)
#201C13
(32,28,19)
#000000
(0,0,0)

Tints of #FCD0C7

#FCD0C7
(252,208,199)
#FCD4CC
(252,212,204)
#FCD8D1
(252,216,209)
#FCDCD6
(252,220,214)
#FCE0DB
(252,224,219)
#FCE4E0
(252,228,224)
#FCE8E5
(252,232,229)
#FCECEA
(252,236,234)
#FCF0EF
(252,240,239)
#FCF4F4
(252,244,244)
#FCF8F9
(252,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCD0C7 color. Also use rgb(252,208,199) instead hex code.

Text Font Color

.myTextColor { color: #FCD0C7; }

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

This text font color is #FCD0C7.


Background Color

.myBgColor { background-color: #FCD0C7; }

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

This div background color is #FCD0C7.


Border color

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

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

This div border color is #FCD0C7.


Opacity

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

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

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

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

This text has shadow with #FCD0C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCD0C7 on black background.


Color preview on white background

This text has color #FCD0C7 on white background.



Black color preview on #FCD0C7 background

This text has black color on #FCD0C7 background.


White color preview on #FCD0C7 background

This text has white color on #FCD0C7 background.