COLOR #FCDFA9

HEX: #FCDFA9
RGB: (252,223,169)

Color info

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

RGB color model

#FCDFA9 color RGB value is (252,223,169).

  • red value is 252;
  • green value is 223;
  • blue value is 169.
RGB:
(252,223,169)
(99%,87%,66%)

RGB channels and saturation

R 252 of 255 = 99%
G 223 of 255 = 87%
B 169 of 255 = 66%

252
223
169

R + G + B ~ 84%. #FCDFA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 223 + 169 = 644 (100%)
R 252 of 644 ~ 39.13%
G 223 of 644 ~ 34.63%
B 169 of 644 ~ 26.24%

%39.13
%34.63
%26.24

CMYK color model

#FCDFA9 color CMYK value is (0,12,33,1).

  • cyan value is 0.00%
  • magenta value is 11.51%
  • yellow value is 32.94%
  • key color value is 1.18%
CMYK:
(0,12,33,1)
C0M12Y33K1 
(0%,12%,33%,1%)
(0.00/0.12/0.33/0.01)	

CMYK percentages

%0
%11.51
%32.94
%1.18

Codes

Color #FCDFA9 in popluar color models

FCDFA9
RGB252223169
HSL39°93.26%82.55%
HSB/HSV39°32.94%98.82%
CMYK0.00%11.51%32.94%
1.18%

Color #FCDFA9 in popluar number systems.

HEXFCDFA9
Decimal252223169
Binary111111001101111110101001
Octal374337251

Shades and tints

Shades of #FCDFA9

#FCDFA9
(252,223,169)
#E6CB9A
(230,203,154)
#D0B78B
(208,183,139)
#BAA37C
(186,163,124)
#A48F6D
(164,143,109)
#8E7B5E
(142,123,94)
#78674F
(120,103,79)
#625340
(98,83,64)
#4C3F31
(76,63,49)
#362B22
(54,43,34)
#201713
(32,23,19)
#000000
(0,0,0)

Tints of #FCDFA9

#FCDFA9
(252,223,169)
#FCE1B0
(252,225,176)
#FCE3B7
(252,227,183)
#FCE5BE
(252,229,190)
#FCE7C5
(252,231,197)
#FCE9CC
(252,233,204)
#FCEBD3
(252,235,211)
#FCEDDA
(252,237,218)
#FCEFE1
(252,239,225)
#FCF1E8
(252,241,232)
#FCF3EF
(252,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCDFA9 color. Also use rgb(252,223,169) instead hex code.

Text Font Color

.myTextColor { color: #FCDFA9; }

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

This text font color is #FCDFA9.


Background Color

.myBgColor { background-color: #FCDFA9; }

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

This div background color is #FCDFA9.


Border color

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

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

This div border color is #FCDFA9.


Opacity

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

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

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

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

This text has shadow with #FCDFA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCDFA9 on black background.


Color preview on white background

This text has color #FCDFA9 on white background.



Black color preview on #FCDFA9 background

This text has black color on #FCDFA9 background.


White color preview on #FCDFA9 background

This text has white color on #FCDFA9 background.