COLOR #FCCDA9

HEX: #FCCDA9
RGB: (252,205,169)

Color info

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

RGB color model

#FCCDA9 color RGB value is (252,205,169).

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

RGB channels and saturation

R 252 of 255 = 99%
G 205 of 255 = 80%
B 169 of 255 = 66%

252
205
169

R + G + B ~ 82%. #FCCDA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 205 + 169 = 626 (100%)
R 252 of 626 ~ 40.26%
G 205 of 626 ~ 32.75%
B 169 of 626 ~ 27%

%40.26
%32.75
%27

CMYK color model

#FCCDA9 color CMYK value is (0,19,33,1).

  • cyan value is 0.00%
  • magenta value is 18.65%
  • yellow value is 32.94%
  • key color value is 1.18%
CMYK:
(0,19,33,1)
C0M19Y33K1 
(0%,19%,33%,1%)
(0.00/0.19/0.33/0.01)	

CMYK percentages

%0
%18.65
%32.94
%1.18

Codes

Color #FCCDA9 in popluar color models

FCCDA9
RGB252205169
HSL26°93.26%82.55%
HSB/HSV26°32.94%98.82%
CMYK0.00%18.65%32.94%
1.18%

Color #FCCDA9 in popluar number systems.

HEXFCCDA9
Decimal252205169
Binary111111001100110110101001
Octal374315251

Shades and tints

Shades of #FCCDA9

#FCCDA9
(252,205,169)
#E6BB9A
(230,187,154)
#D0A98B
(208,169,139)
#BA977C
(186,151,124)
#A4856D
(164,133,109)
#8E735E
(142,115,94)
#78614F
(120,97,79)
#624F40
(98,79,64)
#4C3D31
(76,61,49)
#362B22
(54,43,34)
#201913
(32,25,19)
#000000
(0,0,0)

Tints of #FCCDA9

#FCCDA9
(252,205,169)
#FCD1B0
(252,209,176)
#FCD5B7
(252,213,183)
#FCD9BE
(252,217,190)
#FCDDC5
(252,221,197)
#FCE1CC
(252,225,204)
#FCE5D3
(252,229,211)
#FCE9DA
(252,233,218)
#FCEDE1
(252,237,225)
#FCF1E8
(252,241,232)
#FCF5EF
(252,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCCDA9; }

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

This text font color is #FCCDA9.


Background Color

.myBgColor { background-color: #FCCDA9; }

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

This div background color is #FCCDA9.


Border color

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

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

This div border color is #FCCDA9.


Opacity

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

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

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

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

This text has shadow with #FCCDA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCCDA9 on black background.


Color preview on white background

This text has color #FCCDA9 on white background.



Black color preview on #FCCDA9 background

This text has black color on #FCCDA9 background.


White color preview on #FCCDA9 background

This text has white color on #FCCDA9 background.