HEX: #FEFA9C
RGB: (254,250,156)
#FEFA9C contains mainly red and green colors. Web safe color of #FEFA9C is #FFFF99 (or #FF9).
#FEFA9C color RGB value is (254,250,156).
RGB: (254,250,156)
(100%, 98%, 61%)
R 254 of 255 = 100%
G 250 of 255 = 98%
B 156 of 255 = 61%
R + G + B ~ 86%. #FEFA9C is light color.
R + G + B = 254 + 250 + 156 = 660 (100%)
R 254 of 660 ~ 38.48%
G 250 of 660 ~ 37.88%
B 156 of 660 ~ 23.64'%
#FEFA9C color CMYK value is (0,2,39,0).
CMYK: (0,2,39,0) C0M2Y39K0 (0%,2%,39%,0%) (0.00/0.02/0.39/0.00)
Color #FEFA9C in popluar color models
FE | FA | 9C | |
---|---|---|---|
RGB | 254 | 250 | 156 |
HSL | 58° | 98.00% | 80.39% |
HSB/HSV | 58° | 38.58% | 99.61% |
CMYK | 0.00% | 1.57% | 38.58% |
0.39% |
Color #FEFA9C in popluar number systems.
HEX | FE | FA | 9C |
Decimal | 254 | 250 | 156 |
Binary | 11111110 | 11111010 | 10011100 |
Octal | 376 | 372 | 234 |
Shades of #FEFA9C
Tints of #FEFA9C
Examples of css and html codes for elements with #FEFA9C color. Also use rgb(254,250,156) instead hex code.
.myTextColor { color: #FEFA9C; }
<p style="color:#FEFA9C">This sample text font color is #FEFA9C.</p>
This text font color is #FEFA9C.
.myBgColor { background-color: #FEFA9C; }
<div style="background-color:#FEFA9C">Inner text</div>
This div background color is #FEFA9C.
.myBorderColor { border: 1px solid #FEFA9C; }
<div style="border:3px solid #FEFA9C">Div</div>
This div border color is #FEFA9C.
.myOpacity80 { color: #FEFA9C; opacity: 0.8; }
<p style="color:#FEFA9C;opacity:0.8;">80%</p>
Text with #FEFA9C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FEFA9C;}
<p style="text-shadow: 3px 3px 1px #FEFA9C">Text here.</p>
This text has shadow with #FEFA9C color.
.textShadow {text-shadow: 3px 3px 1px #FEFA9C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FEFA9C, 5px 5px 20px red">Text here.</p>
This text has shadow with #FEFA9C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FEFA9C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FEFA9C, Direction=45, Strength=4)">Text</p>
This text has shadow with #FEFA9C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FEFA9C;
-webkit-box-shadow: 1px 1px 3px 2px #FEFA9C;
box-shadow: 1px 1px 3px 2px #FEFA9C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FEFA9C; -webkit-box-shadow: 1px 1px 3px 2px #FEFA9C; box-shadow:1px 1px 3px 2px #FEFA9C;">
Div content here
</div>
This text has color #FEFA9C on black background.
This text has color #FEFA9C on white background.
This text has black color on #FEFA9C background.
This text has white color on #FEFA9C background.
Complementary color for #hex is #010563.