HEX: #FEF9ED
RGB: (254,249,237)
#FEF9ED contains red, green and blue colors in about the same proportion. Web safe color of #FEF9ED is #FFFFFF (or #FFF).
#FEF9ED color RGB value is (254,249,237).
RGB: (254,249,237)
(100%, 98%, 93%)
R 254 of 255 = 100%
G 249 of 255 = 98%
B 237 of 255 = 93%
R + G + B ~ 97%. #FEF9ED is light color.
R + G + B = 254 + 249 + 237 = 740 (100%)
R 254 of 740 ~ 34.32%
G 249 of 740 ~ 33.65%
B 237 of 740 ~ 32.03'%
#FEF9ED color CMYK value is (0,2,7,0).
CMYK: (0,2,7,0) C0M2Y7K0 (0%,2%,7%,0%) (0.00/0.02/0.07/0.00)
Color #FEF9ED in popluar color models
FE | F9 | ED | |
---|---|---|---|
RGB | 254 | 249 | 237 |
HSL | 42° | 89.47% | 96.27% |
HSB/HSV | 42° | 6.69% | 99.61% |
CMYK | 0.00% | 1.97% | 6.69% |
0.39% |
Color #FEF9ED in popluar number systems.
HEX | FE | F9 | ED |
Decimal | 254 | 249 | 237 |
Binary | 11111110 | 11111001 | 11101101 |
Octal | 376 | 371 | 355 |
Shades of #FEF9ED
Tints of #FEF9ED
Examples of css and html codes for elements with #FEF9ED color. Also use rgb(254,249,237) instead hex code.
.myTextColor { color: #FEF9ED; }
<p style="color:#FEF9ED">This sample text font color is #FEF9ED.</p>
This text font color is #FEF9ED.
.myBgColor { background-color: #FEF9ED; }
<div style="background-color:#FEF9ED">Inner text</div>
This div background color is #FEF9ED.
.myBorderColor { border: 1px solid #FEF9ED; }
<div style="border:3px solid #FEF9ED">Div</div>
This div border color is #FEF9ED.
.myOpacity80 { color: #FEF9ED; opacity: 0.8; }
<p style="color:#FEF9ED;opacity:0.8;">80%</p>
Text with #FEF9ED color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FEF9ED;}
<p style="text-shadow: 3px 3px 1px #FEF9ED">Text here.</p>
This text has shadow with #FEF9ED color.
.textShadow {text-shadow: 3px 3px 1px #FEF9ED', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FEF9ED, 5px 5px 20px red">Text here.</p>
This text has shadow with #FEF9ED primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FEF9ED, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FEF9ED, Direction=45, Strength=4)">Text</p>
This text has shadow with #FEF9ED and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FEF9ED;
-webkit-box-shadow: 1px 1px 3px 2px #FEF9ED;
box-shadow: 1px 1px 3px 2px #FEF9ED;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FEF9ED; -webkit-box-shadow: 1px 1px 3px 2px #FEF9ED; box-shadow:1px 1px 3px 2px #FEF9ED;">
Div content here
</div>
This text has color #FEF9ED on black background.
This text has color #FEF9ED on white background.
This text has black color on #FEF9ED background.
This text has white color on #FEF9ED background.
Complementary color for #hex is #010612.