COLOR #FCD1A2

HEX: #FCD1A2 RGB: (252,209,162)

Color info

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

RGB color model

#FCD1A2 color RGB value is (252,209,162).

RGB: (252,209,162) (99%, 82%, 64%)

RGB channels and saturation

R 252 of 255 = 99%
G 209 of 255 = 82%
B 162 of 255 = 64%

252
209
162

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

Portions of RGB colors in percentages

R + G + B = 252 + 209 + 162 = 623 (100%)
R 252 of 623 ~ 40.45%
G 209 of 623 ~ 33.55%
B 162 of 623 ~ 26'%

%40.45
%33.55
%26

CMYK color model

#FCD1A2 color CMYK value is (0,17,36,1).

  • cyan value is 0.00%
  • magenta value is 17.06%
  • yellow value is 35.71%
  • key color value is 1.18%

CMYK: (0,17,36,1)
C0M17Y36K1 (0%, 17%, 36%, 1%)
(0.00 / 0.17 / 0.36 / 0.01)

CMYK percentages

%0
%17.06
%35.71
%1.18

Codes

Color #FCD1A2 in popluar color models

FC D1 A2
RGB 252 209 162
HSL 31° 93.75% 81.18%
HSB/HSV 31° 35.71% 98.82%
CMYK 0.00% 17.06% 35.71%
1.18%

Color #FCD1A2 in popluar number systems.

HEX FC D1 A2
Decimal 252 209 162
Binary 11111100 11010001 10100010
Octal 374 321 242

Shades and tints

Shades of #FCD1A2

#FCD1A2
(252,209,162)
#E6BE94
(230,190,148)
#D0AB86
(208,171,134)
#BA9878
(186,152,120)
#A4856A
(164,133,106)
#8E725C
(142,114,92)
#785F4E
(120,95,78)
#624C40
(98,76,64)
#4C3932
(76,57,50)
#362624
(54,38,36)
#201316
(32,19,22)
#000000
(0,0,0)

Tints of #FCD1A2

#FCD1A2
(252,209,162)
#FCD5AA
(252,213,170)
#FCD9B2
(252,217,178)
#FCDDBA
(252,221,186)
#FCE1C2
(252,225,194)
#FCE5CA
(252,229,202)
#FCE9D2
(252,233,210)
#FCEDDA
(252,237,218)
#FCF1E2
(252,241,226)
#FCF5EA
(252,245,234)
#FCF9F2
(252,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCD1A2 color. Also use rgb(252,209,162) instead hex code.

Text Font Color

.myTextColor { color: #FCD1A2; }

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

This text font color is #FCD1A2.

Background Color

.myBgColor { background-color: #FCD1A2; }

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

This div background color is #FCD1A2.

Border color

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

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

This div border color is #FCD1A2.

Opacity

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

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

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

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

This text has shadow with #FCD1A2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCD1A2.

Preview

Color preview on black background

This text has color #FCD1A2 on black background.


Color preview on white background

This text has color #FCD1A2 on white background.


Black color preview on #FCD1A2 background

This text has black color on #FCD1A2 background.


White color preview on #FCD1A2 background

This text has white color on #FCD1A2 background.


Related colors

Complementary color

Complementary color for #hex is #032E5D.


I love getcolorcode.com

Triadic colors

1 #A2FCD1 and #D1A2FC with #FCD1A2 are triadic colors.

2 #A2D1FC and #D1FCA2 with #FCD1A2 are triadic colors.