HEX: #FCD7AD
RGB: (252,215,173)
#FCD7AD contains mainly red and green colors. Web safe color of #FCD7AD is #FFCC99 (or #FC9).
#FCD7AD color RGB value is (252,215,173).
RGB: (252,215,173)
(99%, 84%, 68%)
R 252 of 255 = 99%
G 215 of 255 = 84%
B 173 of 255 = 68%
R + G + B ~ 84%. #FCD7AD is quite light color.
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'%
#FCD7AD color CMYK value is (0,15,31,1).
CMYK: (0,15,31,1)
C0M15Y31K1 (0%, 15%, 31%, 1%)
(0.00 / 0.15 / 0.31 / 0.01)
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 of #FCD7AD
Tints of #FCD7AD
Examples of css and html codes for elements with #FCD7AD color. Also use rgb(252,215,173) instead hex code.
.myTextColor { color: #FCD7AD; }
<p style="color:#FCD7AD">This sample text font color is #FCD7AD.</p>
This text font color is #FCD7AD.
.myBgColor { background-color: #FCD7AD; }
<div style="background-color:#FCD7AD">Inner text</div>
This div background color is #FCD7AD.
.myBorderColor { border: 1px solid #FCD7AD; }
<div style="border:3px solid #FCD7AD">Div</div>
This div border color is #FCD7AD.
.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%.
.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.
/* 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 text has color #FCD7AD on black background.
This text has color #FCD7AD on white background.
This text has black color on #FCD7AD background.
This text has white color on #FCD7AD background.
Complementary color for #hex is #032852.