HEX: #F6B09D
RGB: (246,176,157)
#F6B09D contains mainly red color. Web safe color of #F6B09D is #FF9999 (or #F99).
#F6B09D color RGB value is (246,176,157).
RGB: (246,176,157)
(96%, 69%, 62%)
R 246 of 255 = 96%
G 176 of 255 = 69%
B 157 of 255 = 62%
R + G + B ~ 76%. #F6B09D is quite light color.
R + G + B = 246 + 176 + 157 = 579 (100%)
R 246 of 579 ~ 42.49%
G 176 of 579 ~ 30.4%
B 157 of 579 ~ 27.12'%
#F6B09D color CMYK value is (0,28,36,4).
CMYK: (0,28,36,4)
C0M28Y36K4 (0%, 28%, 36%, 4%)
(0.00 / 0.28 / 0.36 / 0.04)
Color #F6B09D in popluar color models
F6 | B0 | 9D | |
---|---|---|---|
RGB | 246 | 176 | 157 |
HSL | 13° | 83.18% | 79.02% |
HSB/HSV | 13° | 36.18% | 96.47% |
CMYK | 0.00% | 28.46% | 36.18% |
3.53% |
Color #F6B09D in popluar number systems.
HEX | F6 | B0 | 9D |
Decimal | 246 | 176 | 157 |
Binary | 11110110 | 10110000 | 10011101 |
Octal | 366 | 260 | 235 |
Shades of #F6B09D
Tints of #F6B09D
Examples of css and html codes for elements with #F6B09D color. Also use rgb(246,176,157) instead hex code.
.myTextColor { color: #F6B09D; }
<p style="color:#F6B09D">This sample text font color is #F6B09D.</p>
This text font color is #F6B09D.
.myBgColor { background-color: #F6B09D; }
<div style="background-color:#F6B09D">Inner text</div>
This div background color is #F6B09D.
.myBorderColor { border: 1px solid #F6B09D; }
<div style="border:3px solid #F6B09D">Div</div>
This div border color is #F6B09D.
.myOpacity80 { color: #F6B09D; opacity: 0.8; }
<p style="color:#F6B09D;opacity:0.8;">80%</p>
Text with #F6B09D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F6B09D;}
<p style="text-shadow: 3px 3px 1px #F6B09D">Text here.</p>
This text has shadow with #F6B09D color.
.textShadow {text-shadow: 3px 3px 1px #F6B09D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F6B09D, 5px 5px 20px red">Text here.</p>
This text has shadow with #F6B09D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F6B09D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F6B09D, Direction=45, Strength=4)">Text</p>
This text has shadow with #F6B09D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F6B09D;
-webkit-box-shadow: 1px 1px 3px 2px #F6B09D;
box-shadow: 1px 1px 3px 2px #F6B09D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F6B09D; -webkit-box-shadow: 1px 1px 3px 2px #F6B09D; box-shadow:1px 1px 3px 2px #F6B09D;">
Div content here
</div>
This text has color #F6B09D on black background.
This text has color #F6B09D on white background.
This text has black color on #F6B09D background.
This text has white color on #F6B09D background.
Complementary color for #hex is #094F62.