COLOR #FCDA9A

HEX: #FCDA9A
RGB: (252,218,154)

Color info

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

RGB color model

#FCDA9A color RGB value is (252,218,154).

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

RGB channels and saturation

R 252 of 255 = 99%
G 218 of 255 = 85%
B 154 of 255 = 60%

252
218
154

R + G + B ~ 81%. #FCDA9A is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 218 + 154 = 624 (100%)
R 252 of 624 ~ 40.38%
G 218 of 624 ~ 34.94%
B 154 of 624 ~ 24.68%

%40.38
%34.94
%24.68

CMYK color model

#FCDA9A color CMYK value is (0,13,39,1).

  • cyan value is 0.00%
  • magenta value is 13.49%
  • yellow value is 38.89%
  • key color value is 1.18%
CMYK:
(0,13,39,1)
C0M13Y39K1 
(0%,13%,39%,1%)
(0.00/0.13/0.39/0.01)	

CMYK percentages

%0
%13.49
%38.89
%1.18

Codes

Color #FCDA9A in popluar color models

FCDA9A
RGB252218154
HSL39°94.23%79.61%
HSB/HSV39°38.89%98.82%
CMYK0.00%13.49%38.89%
1.18%

Color #FCDA9A in popluar number systems.

HEXFCDA9A
Decimal252218154
Binary111111001101101010011010
Octal374332232

Shades and tints

Shades of #FCDA9A

#FCDA9A
(252,218,154)
#E6C78C
(230,199,140)
#D0B47E
(208,180,126)
#BAA170
(186,161,112)
#A48E62
(164,142,98)
#8E7B54
(142,123,84)
#786846
(120,104,70)
#625538
(98,85,56)
#4C422A
(76,66,42)
#362F1C
(54,47,28)
#201C0E
(32,28,14)
#000000
(0,0,0)

Tints of #FCDA9A

#FCDA9A
(252,218,154)
#FCDDA3
(252,221,163)
#FCE0AC
(252,224,172)
#FCE3B5
(252,227,181)
#FCE6BE
(252,230,190)
#FCE9C7
(252,233,199)
#FCECD0
(252,236,208)
#FCEFD9
(252,239,217)
#FCF2E2
(252,242,226)
#FCF5EB
(252,245,235)
#FCF8F4
(252,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCDA9A; }

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

This text font color is #FCDA9A.


Background Color

.myBgColor { background-color: #FCDA9A; }

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

This div background color is #FCDA9A.


Border color

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

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

This div border color is #FCDA9A.


Opacity

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

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

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

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

This text has shadow with #FCDA9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCDA9A on black background.


Color preview on white background

This text has color #FCDA9A on white background.



Black color preview on #FCDA9A background

This text has black color on #FCDA9A background.


White color preview on #FCDA9A background

This text has white color on #FCDA9A background.