HEX: #F0FFEB
RGB: (240,255,235)
#F0FFEB contains red, green and blue colors in about the same proportion. Web safe color of #F0FFEB is #FFFFFF (or #FFF).
#F0FFEB color RGB value is (240,255,235).
RGB: (240,255,235)
(94%, 100%, 92%)
R 240 of 255 = 94%
G 255 of 255 = 100%
B 235 of 255 = 92%
R + G + B ~ 95%. #F0FFEB is light color.
R + G + B = 240 + 255 + 235 = 730 (100%)
R 240 of 730 ~ 32.88%
G 255 of 730 ~ 34.93%
B 235 of 730 ~ 32.19'%
#F0FFEB color CMYK value is (6,0,8,0).
CMYK: (6,0,8,0) C6M0Y8K0 (6%,0%,8%,0%) (0.06/0.00/0.08/0.00)
Color #F0FFEB in popluar color models
F0 | FF | EB | |
---|---|---|---|
RGB | 240 | 255 | 235 |
HSL | 105° | 100.00% | 96.08% |
HSB/HSV | 105° | 7.84% | 100.00% |
CMYK | 5.88% | 0.00% | 7.84% |
0.00% |
Color #F0FFEB in popluar number systems.
HEX | F0 | FF | EB |
Decimal | 240 | 255 | 235 |
Binary | 11110000 | 11111111 | 11101011 |
Octal | 360 | 377 | 353 |
Shades of #F0FFEB
Tints of #F0FFEB
Examples of css and html codes for elements with #F0FFEB color. Also use rgb(240,255,235) instead hex code.
.myTextColor { color: #F0FFEB; }
<p style="color:#F0FFEB">This sample text font color is #F0FFEB.</p>
This text font color is #F0FFEB.
.myBgColor { background-color: #F0FFEB; }
<div style="background-color:#F0FFEB">Inner text</div>
This div background color is #F0FFEB.
.myBorderColor { border: 1px solid #F0FFEB; }
<div style="border:3px solid #F0FFEB">Div</div>
This div border color is #F0FFEB.
.myOpacity80 { color: #F0FFEB; opacity: 0.8; }
<p style="color:#F0FFEB;opacity:0.8;">80%</p>
Text with #F0FFEB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F0FFEB;}
<p style="text-shadow: 3px 3px 1px #F0FFEB">Text here.</p>
This text has shadow with #F0FFEB color.
.textShadow {text-shadow: 3px 3px 1px #F0FFEB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F0FFEB, 5px 5px 20px red">Text here.</p>
This text has shadow with #F0FFEB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F0FFEB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F0FFEB, Direction=45, Strength=4)">Text</p>
This text has shadow with #F0FFEB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F0FFEB;
-webkit-box-shadow: 1px 1px 3px 2px #F0FFEB;
box-shadow: 1px 1px 3px 2px #F0FFEB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F0FFEB; -webkit-box-shadow: 1px 1px 3px 2px #F0FFEB; box-shadow:1px 1px 3px 2px #F0FFEB;">
Div content here
</div>
This text has color #F0FFEB on black background.
This text has color #F0FFEB on white background.
This text has black color on #F0FFEB background.
This text has white color on #F0FFEB background.
Complementary color for #hex is #0F0014.