HEX: #FEF4EE
RGB: (254,244,238)
#FEF4EE contains red, green and blue colors in about the same proportion. Web safe color of #FEF4EE is #FFFFFF (or #FFF).
#FEF4EE color RGB value is (254,244,238).
RGB: (254,244,238)
(100%, 96%, 93%)
R 254 of 255 = 100%
G 244 of 255 = 96%
B 238 of 255 = 93%
R + G + B ~ 96%. #FEF4EE is light color.
R + G + B = 254 + 244 + 238 = 736 (100%)
R 254 of 736 ~ 34.51%
G 244 of 736 ~ 33.15%
B 238 of 736 ~ 32.34'%
#FEF4EE color CMYK value is (0,4,6,0).
CMYK: (0,4,6,0) C0M4Y6K0 (0%,4%,6%,0%) (0.00/0.04/0.06/0.00)
Color #FEF4EE in popluar color models
FE | F4 | EE | |
---|---|---|---|
RGB | 254 | 244 | 238 |
HSL | 23° | 88.89% | 96.47% |
HSB/HSV | 23° | 6.30% | 99.61% |
CMYK | 0.00% | 3.94% | 6.30% |
0.39% |
Color #FEF4EE in popluar number systems.
HEX | FE | F4 | EE |
Decimal | 254 | 244 | 238 |
Binary | 11111110 | 11110100 | 11101110 |
Octal | 376 | 364 | 356 |
Shades of #FEF4EE
Tints of #FEF4EE
Examples of css and html codes for elements with #FEF4EE color. Also use rgb(254,244,238) instead hex code.
.myTextColor { color: #FEF4EE; }
<p style="color:#FEF4EE">This sample text font color is #FEF4EE.</p>
This text font color is #FEF4EE.
.myBgColor { background-color: #FEF4EE; }
<div style="background-color:#FEF4EE">Inner text</div>
This div background color is #FEF4EE.
.myBorderColor { border: 1px solid #FEF4EE; }
<div style="border:3px solid #FEF4EE">Div</div>
This div border color is #FEF4EE.
.myOpacity80 { color: #FEF4EE; opacity: 0.8; }
<p style="color:#FEF4EE;opacity:0.8;">80%</p>
Text with #FEF4EE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FEF4EE;}
<p style="text-shadow: 3px 3px 1px #FEF4EE">Text here.</p>
This text has shadow with #FEF4EE color.
.textShadow {text-shadow: 3px 3px 1px #FEF4EE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FEF4EE, 5px 5px 20px red">Text here.</p>
This text has shadow with #FEF4EE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FEF4EE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FEF4EE, Direction=45, Strength=4)">Text</p>
This text has shadow with #FEF4EE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FEF4EE;
-webkit-box-shadow: 1px 1px 3px 2px #FEF4EE;
box-shadow: 1px 1px 3px 2px #FEF4EE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FEF4EE; -webkit-box-shadow: 1px 1px 3px 2px #FEF4EE; box-shadow:1px 1px 3px 2px #FEF4EE;">
Div content here
</div>
This text has color #FEF4EE on black background.
This text has color #FEF4EE on white background.
This text has black color on #FEF4EE background.
This text has white color on #FEF4EE background.
Complementary color for #hex is #010B11.