HEX: #F6E1EA
RGB: (246,225,234)
#F6E1EA contains red, green and blue colors in about the same proportion. Web safe color of #F6E1EA is #FFCCFF (or #FCF).
#F6E1EA color RGB value is (246,225,234).
RGB: (246,225,234)
(96%, 88%, 92%)
R 246 of 255 = 96%
G 225 of 255 = 88%
B 234 of 255 = 92%
R + G + B ~ 92%. #F6E1EA is light color.
R + G + B = 246 + 225 + 234 = 705 (100%)
R 246 of 705 ~ 34.89%
G 225 of 705 ~ 31.91%
B 234 of 705 ~ 33.19'%
#F6E1EA color CMYK value is (0,9,5,4).
CMYK: (0,9,5,4)
C0M9Y5K4 (0%, 9%, 5%, 4%)
(0.00 / 0.09 / 0.05 / 0.04)
Color #F6E1EA in popluar color models
F6 | E1 | EA | |
---|---|---|---|
RGB | 246 | 225 | 234 |
HSL | 334° | 53.85% | 92.35% |
HSB/HSV | 334° | 8.54% | 96.47% |
CMYK | 0.00% | 8.54% | 4.88% |
3.53% |
Color #F6E1EA in popluar number systems.
HEX | F6 | E1 | EA |
Decimal | 246 | 225 | 234 |
Binary | 11110110 | 11100001 | 11101010 |
Octal | 366 | 341 | 352 |
Shades of #F6E1EA
Tints of #F6E1EA
Examples of css and html codes for elements with #F6E1EA color. Also use rgb(246,225,234) instead hex code.
.myTextColor { color: #F6E1EA; }
<p style="color:#F6E1EA">This sample text font color is #F6E1EA.</p>
This text font color is #F6E1EA.
.myBgColor { background-color: #F6E1EA; }
<div style="background-color:#F6E1EA">Inner text</div>
This div background color is #F6E1EA.
.myBorderColor { border: 1px solid #F6E1EA; }
<div style="border:3px solid #F6E1EA">Div</div>
This div border color is #F6E1EA.
.myOpacity80 { color: #F6E1EA; opacity: 0.8; }
<p style="color:#F6E1EA;opacity:0.8;">80%</p>
Text with #F6E1EA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F6E1EA;}
<p style="text-shadow: 3px 3px 1px #F6E1EA">Text here.</p>
This text has shadow with #F6E1EA color.
.textShadow {text-shadow: 3px 3px 1px #F6E1EA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F6E1EA, 5px 5px 20px red">Text here.</p>
This text has shadow with #F6E1EA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F6E1EA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F6E1EA, Direction=45, Strength=4)">Text</p>
This text has shadow with #F6E1EA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F6E1EA;
-webkit-box-shadow: 1px 1px 3px 2px #F6E1EA;
box-shadow: 1px 1px 3px 2px #F6E1EA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F6E1EA; -webkit-box-shadow: 1px 1px 3px 2px #F6E1EA; box-shadow:1px 1px 3px 2px #F6E1EA;">
Div content here
</div>
This text has color #F6E1EA on black background.
This text has color #F6E1EA on white background.
This text has black color on #F6E1EA background.
This text has white color on #F6E1EA background.
Complementary color for #hex is #091E15.