HEX: #F6E9BD
RGB: (246,233,189)
#F6E9BD contains red, green and blue colors in about the same proportion. Web safe color of #F6E9BD is #FFFFCC (or #FFC).
#F6E9BD color RGB value is (246,233,189).
RGB: (246,233,189)
(96%, 91%, 74%)
R 246 of 255 = 96%
G 233 of 255 = 91%
B 189 of 255 = 74%
R + G + B ~ 87%. #F6E9BD is light color.
R + G + B = 246 + 233 + 189 = 668 (100%)
R 246 of 668 ~ 36.83%
G 233 of 668 ~ 34.88%
B 189 of 668 ~ 28.29'%
#F6E9BD color CMYK value is (0,5,23,4).
CMYK: (0,5,23,4) C0M5Y23K4 (0%,5%,23%,4%) (0.00/0.05/0.23/0.04)
Color #F6E9BD in popluar color models
F6 | E9 | BD | |
---|---|---|---|
RGB | 246 | 233 | 189 |
HSL | 46° | 76.00% | 85.29% |
HSB/HSV | 46° | 23.17% | 96.47% |
CMYK | 0.00% | 5.28% | 23.17% |
3.53% |
Color #F6E9BD in popluar number systems.
HEX | F6 | E9 | BD |
Decimal | 246 | 233 | 189 |
Binary | 11110110 | 11101001 | 10111101 |
Octal | 366 | 351 | 275 |
Shades of #F6E9BD
Tints of #F6E9BD
Examples of css and html codes for elements with #F6E9BD color. Also use rgb(246,233,189) instead hex code.
.myTextColor { color: #F6E9BD; }
<p style="color:#F6E9BD">This sample text font color is #F6E9BD.</p>
This text font color is #F6E9BD.
.myBgColor { background-color: #F6E9BD; }
<div style="background-color:#F6E9BD">Inner text</div>
This div background color is #F6E9BD.
.myBorderColor { border: 1px solid #F6E9BD; }
<div style="border:3px solid #F6E9BD">Div</div>
This div border color is #F6E9BD.
.myOpacity80 { color: #F6E9BD; opacity: 0.8; }
<p style="color:#F6E9BD;opacity:0.8;">80%</p>
Text with #F6E9BD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F6E9BD;}
<p style="text-shadow: 3px 3px 1px #F6E9BD">Text here.</p>
This text has shadow with #F6E9BD color.
.textShadow {text-shadow: 3px 3px 1px #F6E9BD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F6E9BD, 5px 5px 20px red">Text here.</p>
This text has shadow with #F6E9BD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F6E9BD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F6E9BD, Direction=45, Strength=4)">Text</p>
This text has shadow with #F6E9BD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F6E9BD;
-webkit-box-shadow: 1px 1px 3px 2px #F6E9BD;
box-shadow: 1px 1px 3px 2px #F6E9BD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F6E9BD; -webkit-box-shadow: 1px 1px 3px 2px #F6E9BD; box-shadow:1px 1px 3px 2px #F6E9BD;">
Div content here
</div>
This text has color #F6E9BD on black background.
This text has color #F6E9BD on white background.
This text has black color on #F6E9BD background.
This text has white color on #F6E9BD background.
Complementary color for #hex is #091642.