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