COLOR #FCDEA3

HEX: #FCDEA3
RGB: (252,222,163)

Color info

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

RGB color model

#FCDEA3 color RGB value is (252,222,163).

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

RGB channels and saturation

R 252 of 255 = 99%
G 222 of 255 = 87%
B 163 of 255 = 64%

252
222
163

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

Portions of RGB colors in percentages

R + G + B =
252 + 222 + 163 = 637 (100%)
R 252 of 637 ~ 39.56%
G 222 of 637 ~ 34.85%
B 163 of 637 ~ 25.59%

%39.56
%34.85
%25.59

CMYK color model

#FCDEA3 color CMYK value is (0,12,35,1).

  • cyan value is 0.00%
  • magenta value is 11.90%
  • yellow value is 35.32%
  • key color value is 1.18%
CMYK:
(0,12,35,1)
C0M12Y35K1 
(0%,12%,35%,1%)
(0.00/0.12/0.35/0.01)	

CMYK percentages

%0
%11.9
%35.32
%1.18

Codes

Color #FCDEA3 in popluar color models

FCDEA3
RGB252222163
HSL40°93.68%81.37%
HSB/HSV40°35.32%98.82%
CMYK0.00%11.90%35.32%
1.18%

Color #FCDEA3 in popluar number systems.

HEXFCDEA3
Decimal252222163
Binary111111001101111010100011
Octal374336243

Shades and tints

Shades of #FCDEA3

#FCDEA3
(252,222,163)
#E6CA95
(230,202,149)
#D0B687
(208,182,135)
#BAA279
(186,162,121)
#A48E6B
(164,142,107)
#8E7A5D
(142,122,93)
#78664F
(120,102,79)
#625241
(98,82,65)
#4C3E33
(76,62,51)
#362A25
(54,42,37)
#201617
(32,22,23)
#000000
(0,0,0)

Tints of #FCDEA3

#FCDEA3
(252,222,163)
#FCE1AB
(252,225,171)
#FCE4B3
(252,228,179)
#FCE7BB
(252,231,187)
#FCEAC3
(252,234,195)
#FCEDCB
(252,237,203)
#FCF0D3
(252,240,211)
#FCF3DB
(252,243,219)
#FCF6E3
(252,246,227)
#FCF9EB
(252,249,235)
#FCFCF3
(252,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCDEA3; }

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

This text font color is #FCDEA3.


Background Color

.myBgColor { background-color: #FCDEA3; }

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

This div background color is #FCDEA3.


Border color

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

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

This div border color is #FCDEA3.


Opacity

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

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

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

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

This text has shadow with #FCDEA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCDEA3 on black background.


Color preview on white background

This text has color #FCDEA3 on white background.



Black color preview on #FCDEA3 background

This text has black color on #FCDEA3 background.


White color preview on #FCDEA3 background

This text has white color on #FCDEA3 background.