HEX: #F1EE95
RGB: (241,238,149)
#F1EE95 contains mainly red and green colors. Web safe color of #F1EE95 is #FFFF99 (or #FF9).
#F1EE95 color RGB value is (241,238,149).
RGB: (241,238,149)
(95%, 93%, 58%)
R 241 of 255 = 95%
G 238 of 255 = 93%
B 149 of 255 = 58%
R + G + B ~ 82%. #F1EE95 is quite light color.
R + G + B = 241 + 238 + 149 = 628 (100%)
R 241 of 628 ~ 38.38%
G 238 of 628 ~ 37.9%
B 149 of 628 ~ 23.73'%
#F1EE95 color CMYK value is (0,1,38,5).
CMYK: (0,1,38,5) C0M1Y38K5 (0%,1%,38%,5%) (0.00/0.01/0.38/0.05)
Color #F1EE95 in popluar color models
F1 | EE | 95 | |
---|---|---|---|
RGB | 241 | 238 | 149 |
HSL | 58° | 76.67% | 76.47% |
HSB/HSV | 58° | 38.17% | 94.51% |
CMYK | 0.00% | 1.24% | 38.17% |
5.49% |
Color #F1EE95 in popluar number systems.
HEX | F1 | EE | 95 |
Decimal | 241 | 238 | 149 |
Binary | 11110001 | 11101110 | 10010101 |
Octal | 361 | 356 | 225 |
Shades of #F1EE95
Tints of #F1EE95
Examples of css and html codes for elements with #F1EE95 color. Also use rgb(241,238,149) instead hex code.
.myTextColor { color: #F1EE95; }
<p style="color:#F1EE95">This sample text font color is #F1EE95.</p>
This text font color is #F1EE95.
.myBgColor { background-color: #F1EE95; }
<div style="background-color:#F1EE95">Inner text</div>
This div background color is #F1EE95.
.myBorderColor { border: 1px solid #F1EE95; }
<div style="border:3px solid #F1EE95">Div</div>
This div border color is #F1EE95.
.myOpacity80 { color: #F1EE95; opacity: 0.8; }
<p style="color:#F1EE95;opacity:0.8;">80%</p>
Text with #F1EE95 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F1EE95;}
<p style="text-shadow: 3px 3px 1px #F1EE95">Text here.</p>
This text has shadow with #F1EE95 color.
.textShadow {text-shadow: 3px 3px 1px #F1EE95', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F1EE95, 5px 5px 20px red">Text here.</p>
This text has shadow with #F1EE95 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F1EE95, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F1EE95, Direction=45, Strength=4)">Text</p>
This text has shadow with #F1EE95 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F1EE95;
-webkit-box-shadow: 1px 1px 3px 2px #F1EE95;
box-shadow: 1px 1px 3px 2px #F1EE95;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F1EE95; -webkit-box-shadow: 1px 1px 3px 2px #F1EE95; box-shadow:1px 1px 3px 2px #F1EE95;">
Div content here
</div>
This text has color #F1EE95 on black background.
This text has color #F1EE95 on white background.
This text has black color on #F1EE95 background.
This text has white color on #F1EE95 background.
Complementary color for #hex is #0E116A.