HEX: #F0EBBB
RGB: (240,235,187)
#F0EBBB contains red, green and blue colors in about the same proportion. Web safe color of #F0EBBB is #FFFFCC (or #FFC).
#F0EBBB color RGB value is (240,235,187).
RGB: (240,235,187)
(94%, 92%, 73%)
R 240 of 255 = 94%
G 235 of 255 = 92%
B 187 of 255 = 73%
R + G + B ~ 86%. #F0EBBB is light color.
R + G + B = 240 + 235 + 187 = 662 (100%)
R 240 of 662 ~ 36.25%
G 235 of 662 ~ 35.5%
B 187 of 662 ~ 28.25'%
#F0EBBB color CMYK value is (0,2,22,6).
CMYK: (0,2,22,6)
C0M2Y22K6 (0%, 2%, 22%, 6%)
(0.00 / 0.02 / 0.22 / 0.06)
Color #F0EBBB in popluar color models
F0 | EB | BB | |
---|---|---|---|
RGB | 240 | 235 | 187 |
HSL | 54° | 63.86% | 83.73% |
HSB/HSV | 54° | 22.08% | 94.12% |
CMYK | 0.00% | 2.08% | 22.08% |
5.88% |
Color #F0EBBB in popluar number systems.
HEX | F0 | EB | BB |
Decimal | 240 | 235 | 187 |
Binary | 11110000 | 11101011 | 10111011 |
Octal | 360 | 353 | 273 |
Shades of #F0EBBB
Tints of #F0EBBB
Examples of css and html codes for elements with #F0EBBB color. Also use rgb(240,235,187) instead hex code.
.myTextColor { color: #F0EBBB; }
<p style="color:#F0EBBB">This sample text font color is #F0EBBB.</p>
This text font color is #F0EBBB.
.myBgColor { background-color: #F0EBBB; }
<div style="background-color:#F0EBBB">Inner text</div>
This div background color is #F0EBBB.
.myBorderColor { border: 1px solid #F0EBBB; }
<div style="border:3px solid #F0EBBB">Div</div>
This div border color is #F0EBBB.
.myOpacity80 { color: #F0EBBB; opacity: 0.8; }
<p style="color:#F0EBBB;opacity:0.8;">80%</p>
Text with #F0EBBB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F0EBBB;}
<p style="text-shadow: 3px 3px 1px #F0EBBB">Text here.</p>
This text has shadow with #F0EBBB color.
.textShadow {text-shadow: 3px 3px 1px #F0EBBB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F0EBBB, 5px 5px 20px red">Text here.</p>
This text has shadow with #F0EBBB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F0EBBB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F0EBBB, Direction=45, Strength=4)">Text</p>
This text has shadow with #F0EBBB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F0EBBB;
-webkit-box-shadow: 1px 1px 3px 2px #F0EBBB;
box-shadow: 1px 1px 3px 2px #F0EBBB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F0EBBB; -webkit-box-shadow: 1px 1px 3px 2px #F0EBBB; box-shadow:1px 1px 3px 2px #F0EBBB;">
Div content here
</div>
This text has color #F0EBBB on black background.
This text has color #F0EBBB on white background.
This text has black color on #F0EBBB background.
This text has white color on #F0EBBB background.
Complementary color for #hex is #0F1444.