HEX: #FEF6BD
RGB: (254,246,189)
#FEF6BD contains mainly red and green colors. Web safe color of #FEF6BD is #FFFFCC (or #FFC).
#FEF6BD color RGB value is (254,246,189).
RGB: (254,246,189)
(100%, 96%, 74%)
R 254 of 255 = 100%
G 246 of 255 = 96%
B 189 of 255 = 74%
R + G + B ~ 90%. #FEF6BD is light color.
R + G + B = 254 + 246 + 189 = 689 (100%)
R 254 of 689 ~ 36.87%
G 246 of 689 ~ 35.7%
B 189 of 689 ~ 27.43'%
#FEF6BD color CMYK value is (0,3,26,0).
CMYK: (0,3,26,0)
C0M3Y26K0 (0%, 3%, 26%, 0%)
(0.00 / 0.03 / 0.26 / 0.00)
Color #FEF6BD in popluar color models
FE | F6 | BD | |
---|---|---|---|
RGB | 254 | 246 | 189 |
HSL | 53° | 97.01% | 86.86% |
HSB/HSV | 53° | 25.59% | 99.61% |
CMYK | 0.00% | 3.15% | 25.59% |
0.39% |
Color #FEF6BD in popluar number systems.
HEX | FE | F6 | BD |
Decimal | 254 | 246 | 189 |
Binary | 11111110 | 11110110 | 10111101 |
Octal | 376 | 366 | 275 |
Shades of #FEF6BD
Tints of #FEF6BD
Examples of css and html codes for elements with #FEF6BD color. Also use rgb(254,246,189) instead hex code.
.myTextColor { color: #FEF6BD; }
<p style="color:#FEF6BD">This sample text font color is #FEF6BD.</p>
This text font color is #FEF6BD.
.myBgColor { background-color: #FEF6BD; }
<div style="background-color:#FEF6BD">Inner text</div>
This div background color is #FEF6BD.
.myBorderColor { border: 1px solid #FEF6BD; }
<div style="border:3px solid #FEF6BD">Div</div>
This div border color is #FEF6BD.
.myOpacity80 { color: #FEF6BD; opacity: 0.8; }
<p style="color:#FEF6BD;opacity:0.8;">80%</p>
Text with #FEF6BD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FEF6BD;}
<p style="text-shadow: 3px 3px 1px #FEF6BD">Text here.</p>
This text has shadow with #FEF6BD color.
.textShadow {text-shadow: 3px 3px 1px #FEF6BD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FEF6BD, 5px 5px 20px red">Text here.</p>
This text has shadow with #FEF6BD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FEF6BD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FEF6BD, Direction=45, Strength=4)">Text</p>
This text has shadow with #FEF6BD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FEF6BD;
-webkit-box-shadow: 1px 1px 3px 2px #FEF6BD;
box-shadow: 1px 1px 3px 2px #FEF6BD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FEF6BD; -webkit-box-shadow: 1px 1px 3px 2px #FEF6BD; box-shadow:1px 1px 3px 2px #FEF6BD;">
Div content here
</div>
This text has color #FEF6BD on black background.
This text has color #FEF6BD on white background.
This text has black color on #FEF6BD background.
This text has white color on #FEF6BD background.
Complementary color for #hex is #010942.