HEX: #F6D4BA
RGB: (246,212,186)
#F6D4BA contains mainly red and green colors. Web safe color of #F6D4BA is #FFCCCC (or #FCC).
#F6D4BA color RGB value is (246,212,186).
RGB: (246,212,186)
(96%, 83%, 73%)
R 246 of 255 = 96%
G 212 of 255 = 83%
B 186 of 255 = 73%
R + G + B ~ 84%. #F6D4BA is quite light color.
R + G + B = 246 + 212 + 186 = 644 (100%)
R 246 of 644 ~ 38.2%
G 212 of 644 ~ 32.92%
B 186 of 644 ~ 28.88'%
#F6D4BA color CMYK value is (0,14,24,4).
CMYK: (0,14,24,4)
C0M14Y24K4 (0%, 14%, 24%, 4%)
(0.00 / 0.14 / 0.24 / 0.04)
Color #F6D4BA in popluar color models
F6 | D4 | BA | |
---|---|---|---|
RGB | 246 | 212 | 186 |
HSL | 26° | 76.92% | 84.71% |
HSB/HSV | 26° | 24.39% | 96.47% |
CMYK | 0.00% | 13.82% | 24.39% |
3.53% |
Color #F6D4BA in popluar number systems.
HEX | F6 | D4 | BA |
Decimal | 246 | 212 | 186 |
Binary | 11110110 | 11010100 | 10111010 |
Octal | 366 | 324 | 272 |
Shades of #F6D4BA
Tints of #F6D4BA
Examples of css and html codes for elements with #F6D4BA color. Also use rgb(246,212,186) instead hex code.
.myTextColor { color: #F6D4BA; }
<p style="color:#F6D4BA">This sample text font color is #F6D4BA.</p>
This text font color is #F6D4BA.
.myBgColor { background-color: #F6D4BA; }
<div style="background-color:#F6D4BA">Inner text</div>
This div background color is #F6D4BA.
.myBorderColor { border: 1px solid #F6D4BA; }
<div style="border:3px solid #F6D4BA">Div</div>
This div border color is #F6D4BA.
.myOpacity80 { color: #F6D4BA; opacity: 0.8; }
<p style="color:#F6D4BA;opacity:0.8;">80%</p>
Text with #F6D4BA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F6D4BA;}
<p style="text-shadow: 3px 3px 1px #F6D4BA">Text here.</p>
This text has shadow with #F6D4BA color.
.textShadow {text-shadow: 3px 3px 1px #F6D4BA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F6D4BA, 5px 5px 20px red">Text here.</p>
This text has shadow with #F6D4BA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F6D4BA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F6D4BA, Direction=45, Strength=4)">Text</p>
This text has shadow with #F6D4BA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F6D4BA;
-webkit-box-shadow: 1px 1px 3px 2px #F6D4BA;
box-shadow: 1px 1px 3px 2px #F6D4BA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F6D4BA; -webkit-box-shadow: 1px 1px 3px 2px #F6D4BA; box-shadow:1px 1px 3px 2px #F6D4BA;">
Div content here
</div>
This text has color #F6D4BA on black background.
This text has color #F6D4BA on white background.
This text has black color on #F6D4BA background.
This text has white color on #F6D4BA background.
Complementary color for #hex is #092B45.