HEX: #F0EBED
RGB: (240,235,237)
#F0EBED contains red, green and blue colors in about the same proportion. Web safe color of #F0EBED is #FFFFFF (or #FFF).
#F0EBED color RGB value is (240,235,237).
RGB: (240,235,237)
(94%, 92%, 93%)
R 240 of 255 = 94%
G 235 of 255 = 92%
B 237 of 255 = 93%
R + G + B ~ 93%. #F0EBED is light color.
R + G + B = 240 + 235 + 237 = 712 (100%)
R 240 of 712 ~ 33.71%
G 235 of 712 ~ 33.01%
B 237 of 712 ~ 33.29'%
#F0EBED color CMYK value is (0,2,1,6).
CMYK: (0,2,1,6) C0M2Y1K6 (0%,2%,1%,6%) (0.00/0.02/0.01/0.06)
Color #F0EBED in popluar color models
F0 | EB | ED | |
---|---|---|---|
RGB | 240 | 235 | 237 |
HSL | 336° | 14.29% | 93.14% |
HSB/HSV | 336° | 2.08% | 94.12% |
CMYK | 0.00% | 2.08% | 1.25% |
5.88% |
Color #F0EBED in popluar number systems.
HEX | F0 | EB | ED |
Decimal | 240 | 235 | 237 |
Binary | 11110000 | 11101011 | 11101101 |
Octal | 360 | 353 | 355 |
Shades of #F0EBED
Tints of #F0EBED
Examples of css and html codes for elements with #F0EBED color. Also use rgb(240,235,237) instead hex code.
.myTextColor { color: #F0EBED; }
<p style="color:#F0EBED">This sample text font color is #F0EBED.</p>
This text font color is #F0EBED.
.myBgColor { background-color: #F0EBED; }
<div style="background-color:#F0EBED">Inner text</div>
This div background color is #F0EBED.
.myBorderColor { border: 1px solid #F0EBED; }
<div style="border:3px solid #F0EBED">Div</div>
This div border color is #F0EBED.
.myOpacity80 { color: #F0EBED; opacity: 0.8; }
<p style="color:#F0EBED;opacity:0.8;">80%</p>
Text with #F0EBED color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F0EBED;}
<p style="text-shadow: 3px 3px 1px #F0EBED">Text here.</p>
This text has shadow with #F0EBED color.
.textShadow {text-shadow: 3px 3px 1px #F0EBED', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F0EBED, 5px 5px 20px red">Text here.</p>
This text has shadow with #F0EBED primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F0EBED, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F0EBED, Direction=45, Strength=4)">Text</p>
This text has shadow with #F0EBED and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F0EBED;
-webkit-box-shadow: 1px 1px 3px 2px #F0EBED;
box-shadow: 1px 1px 3px 2px #F0EBED;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F0EBED; -webkit-box-shadow: 1px 1px 3px 2px #F0EBED; box-shadow:1px 1px 3px 2px #F0EBED;">
Div content here
</div>
This text has color #F0EBED on black background.
This text has color #F0EBED on white background.
This text has black color on #F0EBED background.
This text has white color on #F0EBED background.
Complementary color for #hex is #0F1412.