HEX: #F6ECFF
RGB: (246,236,255)
#F6ECFF contains red, green and blue colors in about the same proportion. Web safe color of #F6ECFF is #FFFFFF (or #FFF).
#F6ECFF color RGB value is (246,236,255).
RGB: (246,236,255)
(96%, 93%, 100%)
R 246 of 255 = 96%
G 236 of 255 = 93%
B 255 of 255 = 100%
R + G + B ~ 96%. #F6ECFF is light color.
R + G + B = 246 + 236 + 255 = 737 (100%)
R 246 of 737 ~ 33.38%
G 236 of 737 ~ 32.02%
B 255 of 737 ~ 34.6'%
#F6ECFF color CMYK value is (4,7,0,0).
CMYK: (4,7,0,0)
C4M7Y0K0 (4%, 7%, 0%, 0%)
(0.04 / 0.07 / 0.00 / 0.00)
Color #F6ECFF in popluar color models
F6 | EC | FF | |
---|---|---|---|
RGB | 246 | 236 | 255 |
HSL | 272° | 100.00% | 96.27% |
HSB/HSV | 272° | 7.45% | 100.00% |
CMYK | 3.53% | 7.45% | 0.00% |
0.00% |
Color #F6ECFF in popluar number systems.
HEX | F6 | EC | FF |
Decimal | 246 | 236 | 255 |
Binary | 11110110 | 11101100 | 11111111 |
Octal | 366 | 354 | 377 |
Shades of #F6ECFF
Tints of #F6ECFF
Examples of css and html codes for elements with #F6ECFF color. Also use rgb(246,236,255) instead hex code.
.myTextColor { color: #F6ECFF; }
<p style="color:#F6ECFF">This sample text font color is #F6ECFF.</p>
This text font color is #F6ECFF.
.myBgColor { background-color: #F6ECFF; }
<div style="background-color:#F6ECFF">Inner text</div>
This div background color is #F6ECFF.
.myBorderColor { border: 1px solid #F6ECFF; }
<div style="border:3px solid #F6ECFF">Div</div>
This div border color is #F6ECFF.
.myOpacity80 { color: #F6ECFF; opacity: 0.8; }
<p style="color:#F6ECFF;opacity:0.8;">80%</p>
Text with #F6ECFF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F6ECFF;}
<p style="text-shadow: 3px 3px 1px #F6ECFF">Text here.</p>
This text has shadow with #F6ECFF color.
.textShadow {text-shadow: 3px 3px 1px #F6ECFF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F6ECFF, 5px 5px 20px red">Text here.</p>
This text has shadow with #F6ECFF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F6ECFF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F6ECFF, Direction=45, Strength=4)">Text</p>
This text has shadow with #F6ECFF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F6ECFF;
-webkit-box-shadow: 1px 1px 3px 2px #F6ECFF;
box-shadow: 1px 1px 3px 2px #F6ECFF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F6ECFF; -webkit-box-shadow: 1px 1px 3px 2px #F6ECFF; box-shadow:1px 1px 3px 2px #F6ECFF;">
Div content here
</div>
This text has color #F6ECFF on black background.
This text has color #F6ECFF on white background.
This text has black color on #F6ECFF background.
This text has white color on #F6ECFF background.
Complementary color for #hex is #091300.