HEX: #FEF0DB
RGB: (254,240,219)
#FEF0DB contains red, green and blue colors in about the same proportion. Web safe color of #FEF0DB is #FFFFCC (or #FFC).
#FEF0DB color RGB value is (254,240,219).
RGB: (254,240,219)
(100%, 94%, 86%)
R 254 of 255 = 100%
G 240 of 255 = 94%
B 219 of 255 = 86%
R + G + B ~ 93%. #FEF0DB is light color.
R + G + B = 254 + 240 + 219 = 713 (100%)
R 254 of 713 ~ 35.62%
G 240 of 713 ~ 33.66%
B 219 of 713 ~ 30.72'%
#FEF0DB 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 #FEF0DB in popluar color models
FE | F0 | DB | |
---|---|---|---|
RGB | 254 | 240 | 219 |
HSL | 36° | 94.59% | 92.75% |
HSB/HSV | 36° | 13.78% | 99.61% |
CMYK | 0.00% | 5.51% | 13.78% |
0.39% |
Color #FEF0DB in popluar number systems.
HEX | FE | F0 | DB |
Decimal | 254 | 240 | 219 |
Binary | 11111110 | 11110000 | 11011011 |
Octal | 376 | 360 | 333 |
Shades of #FEF0DB
Tints of #FEF0DB
Examples of css and html codes for elements with #FEF0DB color. Also use rgb(254,240,219) instead hex code.
.myTextColor { color: #FEF0DB; }
<p style="color:#FEF0DB">This sample text font color is #FEF0DB.</p>
This text font color is #FEF0DB.
.myBgColor { background-color: #FEF0DB; }
<div style="background-color:#FEF0DB">Inner text</div>
This div background color is #FEF0DB.
.myBorderColor { border: 1px solid #FEF0DB; }
<div style="border:3px solid #FEF0DB">Div</div>
This div border color is #FEF0DB.
.myOpacity80 { color: #FEF0DB; opacity: 0.8; }
<p style="color:#FEF0DB;opacity:0.8;">80%</p>
Text with #FEF0DB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FEF0DB;}
<p style="text-shadow: 3px 3px 1px #FEF0DB">Text here.</p>
This text has shadow with #FEF0DB color.
.textShadow {text-shadow: 3px 3px 1px #FEF0DB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FEF0DB, 5px 5px 20px red">Text here.</p>
This text has shadow with #FEF0DB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FEF0DB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FEF0DB, Direction=45, Strength=4)">Text</p>
This text has shadow with #FEF0DB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FEF0DB;
-webkit-box-shadow: 1px 1px 3px 2px #FEF0DB;
box-shadow: 1px 1px 3px 2px #FEF0DB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FEF0DB; -webkit-box-shadow: 1px 1px 3px 2px #FEF0DB; box-shadow:1px 1px 3px 2px #FEF0DB;">
Div content here
</div>
This text has color #FEF0DB on black background.
This text has color #FEF0DB on white background.
This text has black color on #FEF0DB background.
This text has white color on #FEF0DB background.
Complementary color for #hex is #010F24.