HEX: #F2E393
RGB: (242,227,147)
#F2E393 contains mainly red and green colors. Web safe color of #F2E393 is #FFCC99 (or #FC9).
#F2E393 color RGB value is (242,227,147).
RGB: (242,227,147)
(95%, 89%, 58%)
R 242 of 255 = 95%
G 227 of 255 = 89%
B 147 of 255 = 58%
R + G + B ~ 81%. #F2E393 is quite light color.
R + G + B = 242 + 227 + 147 = 616 (100%)
R 242 of 616 ~ 39.29%
G 227 of 616 ~ 36.85%
B 147 of 616 ~ 23.86'%
#F2E393 color CMYK value is (0,6,39,5).
CMYK: (0,6,39,5)
C0M6Y39K5 (0%, 6%, 39%, 5%)
(0.00 / 0.06 / 0.39 / 0.05)
Color #F2E393 in popluar color models
F2 | E3 | 93 | |
---|---|---|---|
RGB | 242 | 227 | 147 |
HSL | 51° | 78.51% | 76.27% |
HSB/HSV | 51° | 39.26% | 94.90% |
CMYK | 0.00% | 6.20% | 39.26% |
5.10% |
Color #F2E393 in popluar number systems.
HEX | F2 | E3 | 93 |
Decimal | 242 | 227 | 147 |
Binary | 11110010 | 11100011 | 10010011 |
Octal | 362 | 343 | 223 |
Shades of #F2E393
Tints of #F2E393
Examples of css and html codes for elements with #F2E393 color. Also use rgb(242,227,147) instead hex code.
.myTextColor { color: #F2E393; }
<p style="color:#F2E393">This sample text font color is #F2E393.</p>
This text font color is #F2E393.
.myBgColor { background-color: #F2E393; }
<div style="background-color:#F2E393">Inner text</div>
This div background color is #F2E393.
.myBorderColor { border: 1px solid #F2E393; }
<div style="border:3px solid #F2E393">Div</div>
This div border color is #F2E393.
.myOpacity80 { color: #F2E393; opacity: 0.8; }
<p style="color:#F2E393;opacity:0.8;">80%</p>
Text with #F2E393 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F2E393;}
<p style="text-shadow: 3px 3px 1px #F2E393">Text here.</p>
This text has shadow with #F2E393 color.
.textShadow {text-shadow: 3px 3px 1px #F2E393', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F2E393, 5px 5px 20px red">Text here.</p>
This text has shadow with #F2E393 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F2E393, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F2E393, Direction=45, Strength=4)">Text</p>
This text has shadow with #F2E393 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F2E393;
-webkit-box-shadow: 1px 1px 3px 2px #F2E393;
box-shadow: 1px 1px 3px 2px #F2E393;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F2E393; -webkit-box-shadow: 1px 1px 3px 2px #F2E393; box-shadow:1px 1px 3px 2px #F2E393;">
Div content here
</div>
This text has color #F2E393 on black background.
This text has color #F2E393 on white background.
This text has black color on #F2E393 background.
This text has white color on #F2E393 background.
Complementary color for #hex is #0D1C6C.