HEX: #FEFCD6
RGB: (254,252,214)
#FEFCD6 contains red, green and blue colors in about the same proportion. Web safe color of #FEFCD6 is #FFFFCC (or #FFC).
#FEFCD6 color RGB value is (254,252,214).
RGB: (254,252,214)
(100%, 99%, 84%)
R 254 of 255 = 100%
G 252 of 255 = 99%
B 214 of 255 = 84%
R + G + B ~ 94%. #FEFCD6 is light color.
R + G + B = 254 + 252 + 214 = 720 (100%)
R 254 of 720 ~ 35.28%
G 252 of 720 ~ 35%
B 214 of 720 ~ 29.72'%
#FEFCD6 color CMYK value is (0,1,16,0).
CMYK: (0,1,16,0)
C0M1Y16K0 (0%, 1%, 16%, 0%)
(0.00 / 0.01 / 0.16 / 0.00)
Color #FEFCD6 in popluar color models
FE | FC | D6 | |
---|---|---|---|
RGB | 254 | 252 | 214 |
HSL | 57° | 95.24% | 91.76% |
HSB/HSV | 57° | 15.75% | 99.61% |
CMYK | 0.00% | 0.79% | 15.75% |
0.39% |
Color #FEFCD6 in popluar number systems.
HEX | FE | FC | D6 |
Decimal | 254 | 252 | 214 |
Binary | 11111110 | 11111100 | 11010110 |
Octal | 376 | 374 | 326 |
Shades of #FEFCD6
Tints of #FEFCD6
Examples of css and html codes for elements with #FEFCD6 color. Also use rgb(254,252,214) instead hex code.
.myTextColor { color: #FEFCD6; }
<p style="color:#FEFCD6">This sample text font color is #FEFCD6.</p>
This text font color is #FEFCD6.
.myBgColor { background-color: #FEFCD6; }
<div style="background-color:#FEFCD6">Inner text</div>
This div background color is #FEFCD6.
.myBorderColor { border: 1px solid #FEFCD6; }
<div style="border:3px solid #FEFCD6">Div</div>
This div border color is #FEFCD6.
.myOpacity80 { color: #FEFCD6; opacity: 0.8; }
<p style="color:#FEFCD6;opacity:0.8;">80%</p>
Text with #FEFCD6 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FEFCD6;}
<p style="text-shadow: 3px 3px 1px #FEFCD6">Text here.</p>
This text has shadow with #FEFCD6 color.
.textShadow {text-shadow: 3px 3px 1px #FEFCD6', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FEFCD6, 5px 5px 20px red">Text here.</p>
This text has shadow with #FEFCD6 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FEFCD6, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FEFCD6, Direction=45, Strength=4)">Text</p>
This text has shadow with #FEFCD6 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FEFCD6;
-webkit-box-shadow: 1px 1px 3px 2px #FEFCD6;
box-shadow: 1px 1px 3px 2px #FEFCD6;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FEFCD6; -webkit-box-shadow: 1px 1px 3px 2px #FEFCD6; box-shadow:1px 1px 3px 2px #FEFCD6;">
Div content here
</div>
This text has color #FEFCD6 on black background.
This text has color #FEFCD6 on white background.
This text has black color on #FEFCD6 background.
This text has white color on #FEFCD6 background.
Complementary color for #hex is #010329.