COLOR #FCDAC7

HEX: #FCDAC7
RGB: (252,218,199)

Color info

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

RGB color model

#FCDAC7 color RGB value is (252,218,199).

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

RGB channels and saturation

R 252 of 255 = 99%
G 218 of 255 = 85%
B 199 of 255 = 78%

252
218
199

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

Portions of RGB colors in percentages

R + G + B =
252 + 218 + 199 = 669 (100%)
R 252 of 669 ~ 37.67%
G 218 of 669 ~ 32.59%
B 199 of 669 ~ 29.75%

%37.67
%32.59
%29.75

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.49%
  • 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
%13.49
%21.03
%1.18

Codes

Color #FCDAC7 in popluar color models

FCDAC7
RGB252218199
HSL22°89.83%88.43%
HSB/HSV22°21.03%98.82%
CMYK0.00%13.49%21.03%
1.18%

Color #FCDAC7 in popluar number systems.

HEXFCDAC7
Decimal252218199
Binary111111001101101011000111
Octal374332307

Shades and tints

Shades of #FCDAC7

#FCDAC7
(252,218,199)
#E6C7B5
(230,199,181)
#D0B4A3
(208,180,163)
#BAA191
(186,161,145)
#A48E7F
(164,142,127)
#8E7B6D
(142,123,109)
#78685B
(120,104,91)
#625549
(98,85,73)
#4C4237
(76,66,55)
#362F25
(54,47,37)
#201C13
(32,28,19)
#000000
(0,0,0)

Tints of #FCDAC7

#FCDAC7
(252,218,199)
#FCDDCC
(252,221,204)
#FCE0D1
(252,224,209)
#FCE3D6
(252,227,214)
#FCE6DB
(252,230,219)
#FCE9E0
(252,233,224)
#FCECE5
(252,236,229)
#FCEFEA
(252,239,234)
#FCF2EF
(252,242,239)
#FCF5F4
(252,245,244)
#FCF8F9
(252,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCDAC7; }

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

This text font color is #FCDAC7.


Background Color

.myBgColor { background-color: #FCDAC7; }

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

This div background color is #FCDAC7.


Border color

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

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

This div border color is #FCDAC7.


Opacity

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

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

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

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

This text has shadow with #FCDAC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCDAC7 on black background.


Color preview on white background

This text has color #FCDAC7 on white background.



Black color preview on #FCDAC7 background

This text has black color on #FCDAC7 background.


White color preview on #FCDAC7 background

This text has white color on #FCDAC7 background.