COLOR #FCDCC7

HEX: #FCDCC7
RGB: (252,220,199)

Color info

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

RGB color model

#FCDCC7 color RGB value is (252,220,199).

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

RGB channels and saturation

R 252 of 255 = 99%
G 220 of 255 = 86%
B 199 of 255 = 78%

252
220
199

R + G + B ~ 88%. #FCDCC7 is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 220 + 199 = 671 (100%)
R 252 of 671 ~ 37.56%
G 220 of 671 ~ 32.79%
B 199 of 671 ~ 29.66%

%37.56
%32.79
%29.66

CMYK color model

#FCDCC7 color CMYK value is (0,13,21,1).

  • cyan value is 0.00%
  • magenta value is 12.70%
  • yellow value is 21.03%
  • key color value is 1.18%
CMYK:
(0,13,21,1)
C0M13Y21K1 
(0%,13%,21%,1%)
(0.00/0.13/0.21/0.01)	

CMYK percentages

%0
%12.7
%21.03
%1.18

Codes

Color #FCDCC7 in popluar color models

FCDCC7
RGB252220199
HSL24°89.83%88.43%
HSB/HSV24°21.03%98.82%
CMYK0.00%12.70%21.03%
1.18%

Color #FCDCC7 in popluar number systems.

HEXFCDCC7
Decimal252220199
Binary111111001101110011000111
Octal374334307

Shades and tints

Shades of #FCDCC7

#FCDCC7
(252,220,199)
#E6C8B5
(230,200,181)
#D0B4A3
(208,180,163)
#BAA091
(186,160,145)
#A48C7F
(164,140,127)
#8E786D
(142,120,109)
#78645B
(120,100,91)
#625049
(98,80,73)
#4C3C37
(76,60,55)
#362825
(54,40,37)
#201413
(32,20,19)
#000000
(0,0,0)

Tints of #FCDCC7

#FCDCC7
(252,220,199)
#FCDFCC
(252,223,204)
#FCE2D1
(252,226,209)
#FCE5D6
(252,229,214)
#FCE8DB
(252,232,219)
#FCEBE0
(252,235,224)
#FCEEE5
(252,238,229)
#FCF1EA
(252,241,234)
#FCF4EF
(252,244,239)
#FCF7F4
(252,247,244)
#FCFAF9
(252,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCDCC7; }

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

This text font color is #FCDCC7.


Background Color

.myBgColor { background-color: #FCDCC7; }

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

This div background color is #FCDCC7.


Border color

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

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

This div border color is #FCDCC7.


Opacity

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

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

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

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

This text has shadow with #FCDCC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCDCC7 on black background.


Color preview on white background

This text has color #FCDCC7 on white background.



Black color preview on #FCDCC7 background

This text has black color on #FCDCC7 background.


White color preview on #FCDCC7 background

This text has white color on #FCDCC7 background.