HEX: #FEF0DE
RGB: (254,240,222)
#FEF0DE contains red, green and blue colors in about the same proportion. Web safe color of #FEF0DE is #FFFFCC (or #FFC).
#FEF0DE color RGB value is (254,240,222).
RGB: (254,240,222)
(100%, 94%, 87%)
R 254 of 255 = 100%
G 240 of 255 = 94%
B 222 of 255 = 87%
R + G + B ~ 94%. #FEF0DE is light color.
R + G + B = 254 + 240 + 222 = 716 (100%)
R 254 of 716 ~ 35.47%
G 240 of 716 ~ 33.52%
B 222 of 716 ~ 31.01'%
#FEF0DE color CMYK value is (0,6,13,0).
CMYK: (0,6,13,0) C0M6Y13K0 (0%,6%,13%,0%) (0.00/0.06/0.13/0.00)
Color #FEF0DE in popluar color models
FE | F0 | DE | |
---|---|---|---|
RGB | 254 | 240 | 222 |
HSL | 34° | 94.12% | 93.33% |
HSB/HSV | 34° | 12.60% | 99.61% |
CMYK | 0.00% | 5.51% | 12.60% |
0.39% |
Color #FEF0DE in popluar number systems.
HEX | FE | F0 | DE |
Decimal | 254 | 240 | 222 |
Binary | 11111110 | 11110000 | 11011110 |
Octal | 376 | 360 | 336 |
Shades of #FEF0DE
Tints of #FEF0DE
Examples of css and html codes for elements with #FEF0DE color. Also use rgb(254,240,222) instead hex code.
.myTextColor { color: #FEF0DE; }
<p style="color:#FEF0DE">This sample text font color is #FEF0DE.</p>
This text font color is #FEF0DE.
.myBgColor { background-color: #FEF0DE; }
<div style="background-color:#FEF0DE">Inner text</div>
This div background color is #FEF0DE.
.myBorderColor { border: 1px solid #FEF0DE; }
<div style="border:3px solid #FEF0DE">Div</div>
This div border color is #FEF0DE.
.myOpacity80 { color: #FEF0DE; opacity: 0.8; }
<p style="color:#FEF0DE;opacity:0.8;">80%</p>
Text with #FEF0DE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FEF0DE;}
<p style="text-shadow: 3px 3px 1px #FEF0DE">Text here.</p>
This text has shadow with #FEF0DE color.
.textShadow {text-shadow: 3px 3px 1px #FEF0DE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FEF0DE, 5px 5px 20px red">Text here.</p>
This text has shadow with #FEF0DE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FEF0DE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FEF0DE, Direction=45, Strength=4)">Text</p>
This text has shadow with #FEF0DE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FEF0DE;
-webkit-box-shadow: 1px 1px 3px 2px #FEF0DE;
box-shadow: 1px 1px 3px 2px #FEF0DE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FEF0DE; -webkit-box-shadow: 1px 1px 3px 2px #FEF0DE; box-shadow:1px 1px 3px 2px #FEF0DE;">
Div content here
</div>
This text has color #FEF0DE on black background.
This text has color #FEF0DE on white background.
This text has black color on #FEF0DE background.
This text has white color on #FEF0DE background.
Complementary color for #hex is #010F21.