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