COLOR #FCD7AD

HEX: #FCD7AD RGB: (252,215,173)

Color info

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

RGB color model

#FCD7AD color RGB value is (252,215,173).

RGB: (252,215,173) (99%, 84%, 68%)

RGB channels and saturation

R 252 of 255 = 99%
G 215 of 255 = 84%
B 173 of 255 = 68%

252
215
173

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

Portions of RGB colors in percentages

R + G + B = 252 + 215 + 173 = 640 (100%)
R 252 of 640 ~ 39.38%
G 215 of 640 ~ 33.59%
B 173 of 640 ~ 27.03'%

%39.38
%33.59
%27.03

CMYK color model

#FCD7AD color CMYK value is (0,15,31,1).

  • cyan value is 0.00%
  • magenta value is 14.68%
  • yellow value is 31.35%
  • key color value is 1.18%

CMYK: (0,15,31,1)
C0M15Y31K1 (0%, 15%, 31%, 1%)
(0.00 / 0.15 / 0.31 / 0.01)

CMYK percentages

%0
%14.68
%31.35
%1.18

Codes

Color #FCD7AD in popluar color models

FC D7 AD
RGB 252 215 173
HSL 32° 92.94% 83.33%
HSB/HSV 32° 31.35% 98.82%
CMYK 0.00% 14.68% 31.35%
1.18%

Color #FCD7AD in popluar number systems.

HEX FC D7 AD
Decimal 252 215 173
Binary 11111100 11010111 10101101
Octal 374 327 255

Shades and tints

Shades of #FCD7AD

#FCD7AD
(252,215,173)
#E6C49E
(230,196,158)
#D0B18F
(208,177,143)
#BA9E80
(186,158,128)
#A48B71
(164,139,113)
#8E7862
(142,120,98)
#786553
(120,101,83)
#625244
(98,82,68)
#4C3F35
(76,63,53)
#362C26
(54,44,38)
#201917
(32,25,23)
#000000
(0,0,0)

Tints of #FCD7AD

#FCD7AD
(252,215,173)
#FCDAB4
(252,218,180)
#FCDDBB
(252,221,187)
#FCE0C2
(252,224,194)
#FCE3C9
(252,227,201)
#FCE6D0
(252,230,208)
#FCE9D7
(252,233,215)
#FCECDE
(252,236,222)
#FCEFE5
(252,239,229)
#FCF2EC
(252,242,236)
#FCF5F3
(252,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCD7AD color. Also use rgb(252,215,173) instead hex code.

Text Font Color

.myTextColor { color: #FCD7AD; }

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

This text font color is #FCD7AD.

Background Color

.myBgColor { background-color: #FCD7AD; }

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

This div background color is #FCD7AD.

Border color

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

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

This div border color is #FCD7AD.

Opacity

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

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

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

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

This text has shadow with #FCD7AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCD7AD.

Preview

Color preview on black background

This text has color #FCD7AD on black background.


Color preview on white background

This text has color #FCD7AD on white background.


Black color preview on #FCD7AD background

This text has black color on #FCD7AD background.


White color preview on #FCD7AD background

This text has white color on #FCD7AD background.


Related colors

Complementary color

Complementary color for #hex is #032852.


I love getcolorcode.com

Triadic colors

1 #ADFCD7 and #D7ADFC with #FCD7AD are triadic colors.

2 #ADD7FC and #D7FCAD with #FCD7AD are triadic colors.