HEX: #F6EBDB
RGB: (246,235,219)
#F6EBDB contains red, green and blue colors in about the same proportion. Web safe color of #F6EBDB is #FFFFCC (or #FFC).
#F6EBDB color RGB value is (246,235,219).
RGB: (246,235,219)
(96%, 92%, 86%)
R 246 of 255 = 96%
G 235 of 255 = 92%
B 219 of 255 = 86%
R + G + B ~ 91%. #F6EBDB is light color.
R + G + B = 246 + 235 + 219 = 700 (100%)
R 246 of 700 ~ 35.14%
G 235 of 700 ~ 33.57%
B 219 of 700 ~ 31.29'%
#F6EBDB color CMYK value is (0,4,11,4).
CMYK: (0,4,11,4)
C0M4Y11K4 (0%, 4%, 11%, 4%)
(0.00 / 0.04 / 0.11 / 0.04)
Color #F6EBDB in popluar color models
F6 | EB | DB | |
---|---|---|---|
RGB | 246 | 235 | 219 |
HSL | 36° | 60.00% | 91.18% |
HSB/HSV | 36° | 10.98% | 96.47% |
CMYK | 0.00% | 4.47% | 10.98% |
3.53% |
Color #F6EBDB in popluar number systems.
HEX | F6 | EB | DB |
Decimal | 246 | 235 | 219 |
Binary | 11110110 | 11101011 | 11011011 |
Octal | 366 | 353 | 333 |
Shades of #F6EBDB
Tints of #F6EBDB
Examples of css and html codes for elements with #F6EBDB color. Also use rgb(246,235,219) instead hex code.
.myTextColor { color: #F6EBDB; }
<p style="color:#F6EBDB">This sample text font color is #F6EBDB.</p>
This text font color is #F6EBDB.
.myBgColor { background-color: #F6EBDB; }
<div style="background-color:#F6EBDB">Inner text</div>
This div background color is #F6EBDB.
.myBorderColor { border: 1px solid #F6EBDB; }
<div style="border:3px solid #F6EBDB">Div</div>
This div border color is #F6EBDB.
.myOpacity80 { color: #F6EBDB; opacity: 0.8; }
<p style="color:#F6EBDB;opacity:0.8;">80%</p>
Text with #F6EBDB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F6EBDB;}
<p style="text-shadow: 3px 3px 1px #F6EBDB">Text here.</p>
This text has shadow with #F6EBDB color.
.textShadow {text-shadow: 3px 3px 1px #F6EBDB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F6EBDB, 5px 5px 20px red">Text here.</p>
This text has shadow with #F6EBDB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F6EBDB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F6EBDB, Direction=45, Strength=4)">Text</p>
This text has shadow with #F6EBDB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F6EBDB;
-webkit-box-shadow: 1px 1px 3px 2px #F6EBDB;
box-shadow: 1px 1px 3px 2px #F6EBDB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F6EBDB; -webkit-box-shadow: 1px 1px 3px 2px #F6EBDB; box-shadow:1px 1px 3px 2px #F6EBDB;">
Div content here
</div>
This text has color #F6EBDB on black background.
This text has color #F6EBDB on white background.
This text has black color on #F6EBDB background.
This text has white color on #F6EBDB background.
Complementary color for #F6EBDB is #091424.