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