HEX: #F2E7AF
RGB: (242,231,175)
#F2E7AF contains mainly red and green colors. Web safe color of #F2E7AF is #FFFF99 (or #FF9).
#F2E7AF color RGB value is (242,231,175).
RGB: (242,231,175)
(95%, 91%, 69%)
R 242 of 255 = 95%
G 231 of 255 = 91%
B 175 of 255 = 69%
R + G + B ~ 85%. #F2E7AF is quite light color.
R + G + B = 242 + 231 + 175 = 648 (100%)
R 242 of 648 ~ 37.35%
G 231 of 648 ~ 35.65%
B 175 of 648 ~ 27.01'%
#F2E7AF color CMYK value is (0,5,28,5).
CMYK: (0,5,28,5) C0M5Y28K5 (0%,5%,28%,5%) (0.00/0.05/0.28/0.05)
Color #F2E7AF in popluar color models
F2 | E7 | AF | |
---|---|---|---|
RGB | 242 | 231 | 175 |
HSL | 50° | 72.04% | 81.76% |
HSB/HSV | 50° | 27.69% | 94.90% |
CMYK | 0.00% | 4.55% | 27.69% |
5.10% |
Color #F2E7AF in popluar number systems.
HEX | F2 | E7 | AF |
Decimal | 242 | 231 | 175 |
Binary | 11110010 | 11100111 | 10101111 |
Octal | 362 | 347 | 257 |
Shades of #F2E7AF
Tints of #F2E7AF
Examples of css and html codes for elements with #F2E7AF color. Also use rgb(242,231,175) instead hex code.
.myTextColor { color: #F2E7AF; }
<p style="color:#F2E7AF">This sample text font color is #F2E7AF.</p>
This text font color is #F2E7AF.
.myBgColor { background-color: #F2E7AF; }
<div style="background-color:#F2E7AF">Inner text</div>
This div background color is #F2E7AF.
.myBorderColor { border: 1px solid #F2E7AF; }
<div style="border:3px solid #F2E7AF">Div</div>
This div border color is #F2E7AF.
.myOpacity80 { color: #F2E7AF; opacity: 0.8; }
<p style="color:#F2E7AF;opacity:0.8;">80%</p>
Text with #F2E7AF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F2E7AF;}
<p style="text-shadow: 3px 3px 1px #F2E7AF">Text here.</p>
This text has shadow with #F2E7AF color.
.textShadow {text-shadow: 3px 3px 1px #F2E7AF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F2E7AF, 5px 5px 20px red">Text here.</p>
This text has shadow with #F2E7AF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F2E7AF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F2E7AF, Direction=45, Strength=4)">Text</p>
This text has shadow with #F2E7AF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F2E7AF;
-webkit-box-shadow: 1px 1px 3px 2px #F2E7AF;
box-shadow: 1px 1px 3px 2px #F2E7AF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F2E7AF; -webkit-box-shadow: 1px 1px 3px 2px #F2E7AF; box-shadow:1px 1px 3px 2px #F2E7AF;">
Div content here
</div>
This text has color #F2E7AF on black background.
This text has color #F2E7AF on white background.
This text has black color on #F2E7AF background.
This text has white color on #F2E7AF background.
Complementary color for #hex is #0D1850.