HEX: #F5D1AD
RGB: (245,209,173)
#F5D1AD contains mainly red and green colors. Web safe color of #F5D1AD is #FFCC99 (or #FC9).
#F5D1AD color RGB value is (245,209,173).
RGB: (245,209,173)
(96%, 82%, 68%)
R 245 of 255 = 96%
G 209 of 255 = 82%
B 173 of 255 = 68%
R + G + B ~ 82%. #F5D1AD is quite light color.
R + G + B = 245 + 209 + 173 = 627 (100%)
R 245 of 627 ~ 39.07%
G 209 of 627 ~ 33.33%
B 173 of 627 ~ 27.59'%
#F5D1AD color CMYK value is (0,15,29,4).
CMYK: (0,15,29,4)
C0M15Y29K4 (0%, 15%, 29%, 4%)
(0.00 / 0.15 / 0.29 / 0.04)
Color #F5D1AD in popluar color models
F5 | D1 | AD | |
---|---|---|---|
RGB | 245 | 209 | 173 |
HSL | 30° | 78.26% | 81.96% |
HSB/HSV | 30° | 29.39% | 96.08% |
CMYK | 0.00% | 14.69% | 29.39% |
3.92% |
Color #F5D1AD in popluar number systems.
HEX | F5 | D1 | AD |
Decimal | 245 | 209 | 173 |
Binary | 11110101 | 11010001 | 10101101 |
Octal | 365 | 321 | 255 |
Shades of #F5D1AD
Tints of #F5D1AD
Examples of css and html codes for elements with #F5D1AD color. Also use rgb(245,209,173) instead hex code.
.myTextColor { color: #F5D1AD; }
<p style="color:#F5D1AD">This sample text font color is #F5D1AD.</p>
This text font color is #F5D1AD.
.myBgColor { background-color: #F5D1AD; }
<div style="background-color:#F5D1AD">Inner text</div>
This div background color is #F5D1AD.
.myBorderColor { border: 1px solid #F5D1AD; }
<div style="border:3px solid #F5D1AD">Div</div>
This div border color is #F5D1AD.
.myOpacity80 { color: #F5D1AD; opacity: 0.8; }
<p style="color:#F5D1AD;opacity:0.8;">80%</p>
Text with #F5D1AD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F5D1AD;}
<p style="text-shadow: 3px 3px 1px #F5D1AD">Text here.</p>
This text has shadow with #F5D1AD color.
.textShadow {text-shadow: 3px 3px 1px #F5D1AD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F5D1AD, 5px 5px 20px red">Text here.</p>
This text has shadow with #F5D1AD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F5D1AD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F5D1AD, Direction=45, Strength=4)">Text</p>
This text has shadow with #F5D1AD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F5D1AD;
-webkit-box-shadow: 1px 1px 3px 2px #F5D1AD;
box-shadow: 1px 1px 3px 2px #F5D1AD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F5D1AD; -webkit-box-shadow: 1px 1px 3px 2px #F5D1AD; box-shadow:1px 1px 3px 2px #F5D1AD;">
Div content here
</div>
This text has color #F5D1AD on black background.
This text has color #F5D1AD on white background.
This text has black color on #F5D1AD background.
This text has white color on #F5D1AD background.
Complementary color for #hex is #0A2E52.