HEX: #FAA687
RGB: (250,166,135)
#FAA687 contains mainly red color. Web safe color of #FAA687 is #FF9999 (or #F99).
#FAA687 color RGB value is (250,166,135).
RGB: (250,166,135)
(98%, 65%, 53%)
R 250 of 255 = 98%
G 166 of 255 = 65%
B 135 of 255 = 53%
R + G + B ~ 72%. #FAA687 is quite light color.
R + G + B = 250 + 166 + 135 = 551 (100%)
R 250 of 551 ~ 45.37%
G 166 of 551 ~ 30.13%
B 135 of 551 ~ 24.5'%
#FAA687 color CMYK value is (0,34,46,2).
CMYK: (0,34,46,2)
C0M34Y46K2 (0%, 34%, 46%, 2%)
(0.00 / 0.34 / 0.46 / 0.02)
Color #FAA687 in popluar color models
FA | A6 | 87 | |
---|---|---|---|
RGB | 250 | 166 | 135 |
HSL | 16° | 92.00% | 75.49% |
HSB/HSV | 16° | 46.00% | 98.04% |
CMYK | 0.00% | 33.60% | 46.00% |
1.96% |
Color #FAA687 in popluar number systems.
HEX | FA | A6 | 87 |
Decimal | 250 | 166 | 135 |
Binary | 11111010 | 10100110 | 10000111 |
Octal | 372 | 246 | 207 |
Shades of #FAA687
Tints of #FAA687
Examples of css and html codes for elements with #FAA687 color. Also use rgb(250,166,135) instead hex code.
.myTextColor { color: #FAA687; }
<p style="color:#FAA687">This sample text font color is #FAA687.</p>
This text font color is #FAA687.
.myBgColor { background-color: #FAA687; }
<div style="background-color:#FAA687">Inner text</div>
This div background color is #FAA687.
.myBorderColor { border: 1px solid #FAA687; }
<div style="border:3px solid #FAA687">Div</div>
This div border color is #FAA687.
.myOpacity80 { color: #FAA687; opacity: 0.8; }
<p style="color:#FAA687;opacity:0.8;">80%</p>
Text with #FAA687 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FAA687;}
<p style="text-shadow: 3px 3px 1px #FAA687">Text here.</p>
This text has shadow with #FAA687 color.
.textShadow {text-shadow: 3px 3px 1px #FAA687', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FAA687, 5px 5px 20px red">Text here.</p>
This text has shadow with #FAA687 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FAA687, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FAA687, Direction=45, Strength=4)">Text</p>
This text has shadow with #FAA687 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FAA687;
-webkit-box-shadow: 1px 1px 3px 2px #FAA687;
box-shadow: 1px 1px 3px 2px #FAA687;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FAA687; -webkit-box-shadow: 1px 1px 3px 2px #FAA687; box-shadow:1px 1px 3px 2px #FAA687;">
Div content here
</div>
This text has color #FAA687 on black background.
This text has color #FAA687 on white background.
This text has black color on #FAA687 background.
This text has white color on #FAA687 background.
Complementary color for #hex is #055978.