HEX: #F6C99B
RGB: (246,201,155)
#F6C99B contains mainly red and green colors. Web safe color of #F6C99B is #FFCC99 (or #FC9).
#F6C99B color RGB value is (246,201,155).
RGB: (246,201,155)
(96%, 79%, 61%)
R 246 of 255 = 96%
G 201 of 255 = 79%
B 155 of 255 = 61%
R + G + B ~ 79%. #F6C99B is quite light color.
R + G + B = 246 + 201 + 155 = 602 (100%)
R 246 of 602 ~ 40.86%
G 201 of 602 ~ 33.39%
B 155 of 602 ~ 25.75'%
#F6C99B color CMYK value is (0,18,37,4).
CMYK: (0,18,37,4)
C0M18Y37K4 (0%, 18%, 37%, 4%)
(0.00 / 0.18 / 0.37 / 0.04)
Color #F6C99B in popluar color models
F6 | C9 | 9B | |
---|---|---|---|
RGB | 246 | 201 | 155 |
HSL | 30° | 83.49% | 78.63% |
HSB/HSV | 30° | 36.99% | 96.47% |
CMYK | 0.00% | 18.29% | 36.99% |
3.53% |
Color #F6C99B in popluar number systems.
HEX | F6 | C9 | 9B |
Decimal | 246 | 201 | 155 |
Binary | 11110110 | 11001001 | 10011011 |
Octal | 366 | 311 | 233 |
Shades of #F6C99B
Tints of #F6C99B
Examples of css and html codes for elements with #F6C99B color. Also use rgb(246,201,155) instead hex code.
.myTextColor { color: #F6C99B; }
<p style="color:#F6C99B">This sample text font color is #F6C99B.</p>
This text font color is #F6C99B.
.myBgColor { background-color: #F6C99B; }
<div style="background-color:#F6C99B">Inner text</div>
This div background color is #F6C99B.
.myBorderColor { border: 1px solid #F6C99B; }
<div style="border:3px solid #F6C99B">Div</div>
This div border color is #F6C99B.
.myOpacity80 { color: #F6C99B; opacity: 0.8; }
<p style="color:#F6C99B;opacity:0.8;">80%</p>
Text with #F6C99B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F6C99B;}
<p style="text-shadow: 3px 3px 1px #F6C99B">Text here.</p>
This text has shadow with #F6C99B color.
.textShadow {text-shadow: 3px 3px 1px #F6C99B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F6C99B, 5px 5px 20px red">Text here.</p>
This text has shadow with #F6C99B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F6C99B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F6C99B, Direction=45, Strength=4)">Text</p>
This text has shadow with #F6C99B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F6C99B;
-webkit-box-shadow: 1px 1px 3px 2px #F6C99B;
box-shadow: 1px 1px 3px 2px #F6C99B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F6C99B; -webkit-box-shadow: 1px 1px 3px 2px #F6C99B; box-shadow:1px 1px 3px 2px #F6C99B;">
Div content here
</div>
This text has color #F6C99B on black background.
This text has color #F6C99B on white background.
This text has black color on #F6C99B background.
This text has white color on #F6C99B background.
Complementary color for #hex is #093664.