COLOR #FCDCC6

HEX: #FCDCC6
RGB: (252,220,198)

Color info

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

RGB color model

#FCDCC6 color RGB value is (252,220,198).

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

RGB channels and saturation

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

252
220
198

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

Portions of RGB colors in percentages

R + G + B =
252 + 220 + 198 = 670 (100%)
R 252 of 670 ~ 37.61%
G 220 of 670 ~ 32.84%
B 198 of 670 ~ 29.55%

%37.61
%32.84
%29.55

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.70%
  • yellow value is 21.43%
  • 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.43
%1.18

Codes

Color #FCDCC6 in popluar color models

FCDCC6
RGB252220198
HSL24°90.00%88.24%
HSB/HSV24°21.43%98.82%
CMYK0.00%12.70%21.43%
1.18%

Color #FCDCC6 in popluar number systems.

HEXFCDCC6
Decimal252220198
Binary111111001101110011000110
Octal374334306

Shades and tints

Shades of #FCDCC6

#FCDCC6
(252,220,198)
#E6C8B4
(230,200,180)
#D0B4A2
(208,180,162)
#BAA090
(186,160,144)
#A48C7E
(164,140,126)
#8E786C
(142,120,108)
#78645A
(120,100,90)
#625048
(98,80,72)
#4C3C36
(76,60,54)
#362824
(54,40,36)
#201412
(32,20,18)
#000000
(0,0,0)

Tints of #FCDCC6

#FCDCC6
(252,220,198)
#FCDFCB
(252,223,203)
#FCE2D0
(252,226,208)
#FCE5D5
(252,229,213)
#FCE8DA
(252,232,218)
#FCEBDF
(252,235,223)
#FCEEE4
(252,238,228)
#FCF1E9
(252,241,233)
#FCF4EE
(252,244,238)
#FCF7F3
(252,247,243)
#FCFAF8
(252,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCDCC6; }

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

This text font color is #FCDCC6.


Background Color

.myBgColor { background-color: #FCDCC6; }

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

This div background color is #FCDCC6.


Border color

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

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

This div border color is #FCDCC6.


Opacity

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

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

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

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

This text has shadow with #FCDCC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCDCC6 on black background.


Color preview on white background

This text has color #FCDCC6 on white background.



Black color preview on #FCDCC6 background

This text has black color on #FCDCC6 background.


White color preview on #FCDCC6 background

This text has white color on #FCDCC6 background.