COLOR #FCD5AA

HEX: #FCD5AA RGB: (252,213,170)

Color info

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

RGB color model

#FCD5AA color RGB value is (252,213,170).

RGB: (252,213,170) (99%, 84%, 67%)

RGB channels and saturation

R 252 of 255 = 99%
G 213 of 255 = 84%
B 170 of 255 = 67%

252
213
170

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

Portions of RGB colors in percentages

R + G + B = 252 + 213 + 170 = 635 (100%)
R 252 of 635 ~ 39.69%
G 213 of 635 ~ 33.54%
B 170 of 635 ~ 26.77'%

%39.69
%33.54
%26.77

CMYK color model

#FCD5AA color CMYK value is (0,15,33,1).

  • cyan value is 0.00%
  • magenta value is 15.48%
  • yellow value is 32.54%
  • key color value is 1.18%

CMYK: (0,15,33,1)
C0M15Y33K1 (0%, 15%, 33%, 1%)
(0.00 / 0.15 / 0.33 / 0.01)

CMYK percentages

%0
%15.48
%32.54
%1.18

Codes

Color #FCD5AA in popluar color models

FC D5 AA
RGB 252 213 170
HSL 31° 93.18% 82.75%
HSB/HSV 31° 32.54% 98.82%
CMYK 0.00% 15.48% 32.54%
1.18%

Color #FCD5AA in popluar number systems.

HEX FC D5 AA
Decimal 252 213 170
Binary 11111100 11010101 10101010
Octal 374 325 252

Shades and tints

Shades of #FCD5AA

#FCD5AA
(252,213,170)
#E6C29B
(230,194,155)
#D0AF8C
(208,175,140)
#BA9C7D
(186,156,125)
#A4896E
(164,137,110)
#8E765F
(142,118,95)
#786350
(120,99,80)
#625041
(98,80,65)
#4C3D32
(76,61,50)
#362A23
(54,42,35)
#201714
(32,23,20)
#000000
(0,0,0)

Tints of #FCD5AA

#FCD5AA
(252,213,170)
#FCD8B1
(252,216,177)
#FCDBB8
(252,219,184)
#FCDEBF
(252,222,191)
#FCE1C6
(252,225,198)
#FCE4CD
(252,228,205)
#FCE7D4
(252,231,212)
#FCEADB
(252,234,219)
#FCEDE2
(252,237,226)
#FCF0E9
(252,240,233)
#FCF3F0
(252,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCD5AA color. Also use rgb(252,213,170) instead hex code.

Text Font Color

.myTextColor { color: #FCD5AA; }

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

This text font color is #FCD5AA.

Background Color

.myBgColor { background-color: #FCD5AA; }

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

This div background color is #FCD5AA.

Border color

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

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

This div border color is #FCD5AA.

Opacity

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

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

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

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

This text has shadow with #FCD5AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCD5AA.

Preview

Color preview on black background

This text has color #FCD5AA on black background.


Color preview on white background

This text has color #FCD5AA on white background.


Black color preview on #FCD5AA background

This text has black color on #FCD5AA background.


White color preview on #FCD5AA background

This text has white color on #FCD5AA background.


Related colors

Complementary color

Complementary color for #hex is #032A55.


I love getcolorcode.com

Triadic colors

1 #AAFCD5 and #D5AAFC with #FCD5AA are triadic colors.

2 #AAD5FC and #D5FCAA with #FCD5AA are triadic colors.