HEX: #FAC5AA
RGB: (250,197,170)
#FAC5AA contains mainly red and green colors. Web safe color of #FAC5AA is #FFCC99 (or #FC9).
#FAC5AA color RGB value is (250,197,170).
RGB: (250,197,170)
(98%, 77%, 67%)
R 250 of 255 = 98%
G 197 of 255 = 77%
B 170 of 255 = 67%
R + G + B ~ 81%. #FAC5AA is quite light color.
R + G + B = 250 + 197 + 170 = 617 (100%)
R 250 of 617 ~ 40.52%
G 197 of 617 ~ 31.93%
B 170 of 617 ~ 27.55'%
#FAC5AA color CMYK value is (0,21,32,2).
CMYK: (0,21,32,2) C0M21Y32K2 (0%,21%,32%,2%) (0.00/0.21/0.32/0.02)
Color #FAC5AA in popluar color models
FA | C5 | AA | |
---|---|---|---|
RGB | 250 | 197 | 170 |
HSL | 20° | 88.89% | 82.35% |
HSB/HSV | 20° | 32.00% | 98.04% |
CMYK | 0.00% | 21.20% | 32.00% |
1.96% |
Color #FAC5AA in popluar number systems.
HEX | FA | C5 | AA |
Decimal | 250 | 197 | 170 |
Binary | 11111010 | 11000101 | 10101010 |
Octal | 372 | 305 | 252 |
Shades of #FAC5AA
Tints of #FAC5AA
Examples of css and html codes for elements with #FAC5AA color. Also use rgb(250,197,170) instead hex code.
.myTextColor { color: #FAC5AA; }
<p style="color:#FAC5AA">This sample text font color is #FAC5AA.</p>
This text font color is #FAC5AA.
.myBgColor { background-color: #FAC5AA; }
<div style="background-color:#FAC5AA">Inner text</div>
This div background color is #FAC5AA.
.myBorderColor { border: 1px solid #FAC5AA; }
<div style="border:3px solid #FAC5AA">Div</div>
This div border color is #FAC5AA.
.myOpacity80 { color: #FAC5AA; opacity: 0.8; }
<p style="color:#FAC5AA;opacity:0.8;">80%</p>
Text with #FAC5AA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FAC5AA;}
<p style="text-shadow: 3px 3px 1px #FAC5AA">Text here.</p>
This text has shadow with #FAC5AA color.
.textShadow {text-shadow: 3px 3px 1px #FAC5AA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FAC5AA, 5px 5px 20px red">Text here.</p>
This text has shadow with #FAC5AA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FAC5AA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FAC5AA, Direction=45, Strength=4)">Text</p>
This text has shadow with #FAC5AA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FAC5AA;
-webkit-box-shadow: 1px 1px 3px 2px #FAC5AA;
box-shadow: 1px 1px 3px 2px #FAC5AA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FAC5AA; -webkit-box-shadow: 1px 1px 3px 2px #FAC5AA; box-shadow:1px 1px 3px 2px #FAC5AA;">
Div content here
</div>
This text has color #FAC5AA on black background.
This text has color #FAC5AA on white background.
This text has black color on #FAC5AA background.
This text has white color on #FAC5AA background.
Complementary color for #hex is #053A55.