COLOR #FCDCA3

HEX: #FCDCA3
RGB: (252,220,163)

Color info

#FCDCA3 contains mainly red and green colors. Web safe color of #FCDCA3 is #FFCC99 (or #FC9).

RGB color model

#FCDCA3 color RGB value is (252,220,163).

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

RGB channels and saturation

R 252 of 255 = 99%
G 220 of 255 = 86%
B 163 of 255 = 64%

252
220
163

R + G + B ~ 83%. #FCDCA3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 220 + 163 = 635 (100%)
R 252 of 635 ~ 39.69%
G 220 of 635 ~ 34.65%
B 163 of 635 ~ 25.67%

%39.69
%34.65
%25.67

CMYK color model

#FCDCA3 color CMYK value is (0,13,35,1).

  • cyan value is 0.00%
  • magenta value is 12.70%
  • yellow value is 35.32%
  • key color value is 1.18%
CMYK:
(0,13,35,1)
C0M13Y35K1 
(0%,13%,35%,1%)
(0.00/0.13/0.35/0.01)	

CMYK percentages

%0
%12.7
%35.32
%1.18

Codes

Color #FCDCA3 in popluar color models

FCDCA3
RGB252220163
HSL38°93.68%81.37%
HSB/HSV38°35.32%98.82%
CMYK0.00%12.70%35.32%
1.18%

Color #FCDCA3 in popluar number systems.

HEXFCDCA3
Decimal252220163
Binary111111001101110010100011
Octal374334243

Shades and tints

Shades of #FCDCA3

#FCDCA3
(252,220,163)
#E6C895
(230,200,149)
#D0B487
(208,180,135)
#BAA079
(186,160,121)
#A48C6B
(164,140,107)
#8E785D
(142,120,93)
#78644F
(120,100,79)
#625041
(98,80,65)
#4C3C33
(76,60,51)
#362825
(54,40,37)
#201417
(32,20,23)
#000000
(0,0,0)

Tints of #FCDCA3

#FCDCA3
(252,220,163)
#FCDFAB
(252,223,171)
#FCE2B3
(252,226,179)
#FCE5BB
(252,229,187)
#FCE8C3
(252,232,195)
#FCEBCB
(252,235,203)
#FCEED3
(252,238,211)
#FCF1DB
(252,241,219)
#FCF4E3
(252,244,227)
#FCF7EB
(252,247,235)
#FCFAF3
(252,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCDCA3; }

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

This text font color is #FCDCA3.


Background Color

.myBgColor { background-color: #FCDCA3; }

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

This div background color is #FCDCA3.


Border color

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

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

This div border color is #FCDCA3.


Opacity

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

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

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

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

This text has shadow with #FCDCA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCDCA3 on black background.


Color preview on white background

This text has color #FCDCA3 on white background.



Black color preview on #FCDCA3 background

This text has black color on #FCDCA3 background.


White color preview on #FCDCA3 background

This text has white color on #FCDCA3 background.