COLOR #FCDCC0

HEX: #FCDCC0
RGB: (252,220,192)

Color info

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

RGB color model

#FCDCC0 color RGB value is (252,220,192).

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

RGB channels and saturation

R 252 of 255 = 99%
G 220 of 255 = 86%
B 192 of 255 = 75%

252
220
192

R + G + B ~ 87%. #FCDCC0 is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 220 + 192 = 664 (100%)
R 252 of 664 ~ 37.95%
G 220 of 664 ~ 33.13%
B 192 of 664 ~ 28.92%

%37.95
%33.13
%28.92

CMYK color model

#FCDCC0 color CMYK value is (0,13,24,1).

  • cyan value is 0.00%
  • magenta value is 12.70%
  • yellow value is 23.81%
  • key color value is 1.18%
CMYK:
(0,13,24,1)
C0M13Y24K1 
(0%,13%,24%,1%)
(0.00/0.13/0.24/0.01)	

CMYK percentages

%0
%12.7
%23.81
%1.18

Codes

Color #FCDCC0 in popluar color models

FCDCC0
RGB252220192
HSL28°90.91%87.06%
HSB/HSV28°23.81%98.82%
CMYK0.00%12.70%23.81%
1.18%

Color #FCDCC0 in popluar number systems.

HEXFCDCC0
Decimal252220192
Binary111111001101110011000000
Octal374334300

Shades and tints

Shades of #FCDCC0

#FCDCC0
(252,220,192)
#E6C8AF
(230,200,175)
#D0B49E
(208,180,158)
#BAA08D
(186,160,141)
#A48C7C
(164,140,124)
#8E786B
(142,120,107)
#78645A
(120,100,90)
#625049
(98,80,73)
#4C3C38
(76,60,56)
#362827
(54,40,39)
#201416
(32,20,22)
#000000
(0,0,0)

Tints of #FCDCC0

#FCDCC0
(252,220,192)
#FCDFC5
(252,223,197)
#FCE2CA
(252,226,202)
#FCE5CF
(252,229,207)
#FCE8D4
(252,232,212)
#FCEBD9
(252,235,217)
#FCEEDE
(252,238,222)
#FCF1E3
(252,241,227)
#FCF4E8
(252,244,232)
#FCF7ED
(252,247,237)
#FCFAF2
(252,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCDCC0; }

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

This text font color is #FCDCC0.


Background Color

.myBgColor { background-color: #FCDCC0; }

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

This div background color is #FCDCC0.


Border color

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

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

This div border color is #FCDCC0.


Opacity

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

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

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

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

This text has shadow with #FCDCC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCDCC0 on black background.


Color preview on white background

This text has color #FCDCC0 on white background.



Black color preview on #FCDCC0 background

This text has black color on #FCDCC0 background.


White color preview on #FCDCC0 background

This text has white color on #FCDCC0 background.