HEX: #F6D0EC
RGB: (246,208,236)
#F6D0EC contains red, green and blue colors in about the same proportion. Web safe color of #F6D0EC is #FFCCFF (or #FCF).
#F6D0EC color RGB value is (246,208,236).
RGB: (246,208,236)
(96%, 82%, 93%)
R 246 of 255 = 96%
G 208 of 255 = 82%
B 236 of 255 = 93%
R + G + B ~ 90%. #F6D0EC is light color.
R + G + B = 246 + 208 + 236 = 690 (100%)
R 246 of 690 ~ 35.65%
G 208 of 690 ~ 30.14%
B 236 of 690 ~ 34.2'%
#F6D0EC color CMYK value is (0,15,4,4).
CMYK: (0,15,4,4)
C0M15Y4K4 (0%, 15%, 4%, 4%)
(0.00 / 0.15 / 0.04 / 0.04)
Color #F6D0EC in popluar color models
F6 | D0 | EC | |
---|---|---|---|
RGB | 246 | 208 | 236 |
HSL | 316° | 67.86% | 89.02% |
HSB/HSV | 316° | 15.45% | 96.47% |
CMYK | 0.00% | 15.45% | 4.07% |
3.53% |
Color #F6D0EC in popluar number systems.
HEX | F6 | D0 | EC |
Decimal | 246 | 208 | 236 |
Binary | 11110110 | 11010000 | 11101100 |
Octal | 366 | 320 | 354 |
Shades of #F6D0EC
Tints of #F6D0EC
Examples of css and html codes for elements with #F6D0EC color. Also use rgb(246,208,236) instead hex code.
.myTextColor { color: #F6D0EC; }
<p style="color:#F6D0EC">This sample text font color is #F6D0EC.</p>
This text font color is #F6D0EC.
.myBgColor { background-color: #F6D0EC; }
<div style="background-color:#F6D0EC">Inner text</div>
This div background color is #F6D0EC.
.myBorderColor { border: 1px solid #F6D0EC; }
<div style="border:3px solid #F6D0EC">Div</div>
This div border color is #F6D0EC.
.myOpacity80 { color: #F6D0EC; opacity: 0.8; }
<p style="color:#F6D0EC;opacity:0.8;">80%</p>
Text with #F6D0EC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F6D0EC;}
<p style="text-shadow: 3px 3px 1px #F6D0EC">Text here.</p>
This text has shadow with #F6D0EC color.
.textShadow {text-shadow: 3px 3px 1px #F6D0EC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F6D0EC, 5px 5px 20px red">Text here.</p>
This text has shadow with #F6D0EC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F6D0EC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F6D0EC, Direction=45, Strength=4)">Text</p>
This text has shadow with #F6D0EC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F6D0EC;
-webkit-box-shadow: 1px 1px 3px 2px #F6D0EC;
box-shadow: 1px 1px 3px 2px #F6D0EC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F6D0EC; -webkit-box-shadow: 1px 1px 3px 2px #F6D0EC; box-shadow:1px 1px 3px 2px #F6D0EC;">
Div content here
</div>
This text has color #F6D0EC on black background.
This text has color #F6D0EC on white background.
This text has black color on #F6D0EC background.
This text has white color on #F6D0EC background.
Complementary color for #hex is #092F13.