HEX: #F6EBEE
RGB: (246,235,238)
#F6EBEE contains red, green and blue colors in about the same proportion. Web safe color of #F6EBEE is #FFFFFF (or #FFF).
#F6EBEE color RGB value is (246,235,238).
RGB: (246,235,238)
(96%, 92%, 93%)
R 246 of 255 = 96%
G 235 of 255 = 92%
B 238 of 255 = 93%
R + G + B ~ 94%. #F6EBEE is light color.
R + G + B = 246 + 235 + 238 = 719 (100%)
R 246 of 719 ~ 34.21%
G 235 of 719 ~ 32.68%
B 238 of 719 ~ 33.1'%
#F6EBEE color CMYK value is (0,4,3,4).
CMYK: (0,4,3,4) C0M4Y3K4 (0%,4%,3%,4%) (0.00/0.04/0.03/0.04)
Color #F6EBEE in popluar color models
F6 | EB | EE | |
---|---|---|---|
RGB | 246 | 235 | 238 |
HSL | 344° | 37.93% | 94.31% |
HSB/HSV | 344° | 4.47% | 96.47% |
CMYK | 0.00% | 4.47% | 3.25% |
3.53% |
Color #F6EBEE in popluar number systems.
HEX | F6 | EB | EE |
Decimal | 246 | 235 | 238 |
Binary | 11110110 | 11101011 | 11101110 |
Octal | 366 | 353 | 356 |
Shades of #F6EBEE
Tints of #F6EBEE
Examples of css and html codes for elements with #F6EBEE color. Also use rgb(246,235,238) instead hex code.
.myTextColor { color: #F6EBEE; }
<p style="color:#F6EBEE">This sample text font color is #F6EBEE.</p>
This text font color is #F6EBEE.
.myBgColor { background-color: #F6EBEE; }
<div style="background-color:#F6EBEE">Inner text</div>
This div background color is #F6EBEE.
.myBorderColor { border: 1px solid #F6EBEE; }
<div style="border:3px solid #F6EBEE">Div</div>
This div border color is #F6EBEE.
.myOpacity80 { color: #F6EBEE; opacity: 0.8; }
<p style="color:#F6EBEE;opacity:0.8;">80%</p>
Text with #F6EBEE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F6EBEE;}
<p style="text-shadow: 3px 3px 1px #F6EBEE">Text here.</p>
This text has shadow with #F6EBEE color.
.textShadow {text-shadow: 3px 3px 1px #F6EBEE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F6EBEE, 5px 5px 20px red">Text here.</p>
This text has shadow with #F6EBEE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F6EBEE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F6EBEE, Direction=45, Strength=4)">Text</p>
This text has shadow with #F6EBEE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F6EBEE;
-webkit-box-shadow: 1px 1px 3px 2px #F6EBEE;
box-shadow: 1px 1px 3px 2px #F6EBEE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F6EBEE; -webkit-box-shadow: 1px 1px 3px 2px #F6EBEE; box-shadow:1px 1px 3px 2px #F6EBEE;">
Div content here
</div>
This text has color #F6EBEE on black background.
This text has color #F6EBEE on white background.
This text has black color on #F6EBEE background.
This text has white color on #F6EBEE background.
Complementary color for #hex is #091411.