HEX: #FED196
RGB: (254,209,150)
#FED196 contains mainly red and green colors. Web safe color of #FED196 is #FFCC99 (or #FC9).
#FED196 color RGB value is (254,209,150).
RGB: (254,209,150)
(100%, 82%, 59%)
R 254 of 255 = 100%
G 209 of 255 = 82%
B 150 of 255 = 59%
R + G + B ~ 80%. #FED196 is quite light color.
R + G + B = 254 + 209 + 150 = 613 (100%)
R 254 of 613 ~ 41.44%
G 209 of 613 ~ 34.09%
B 150 of 613 ~ 24.47'%
#FED196 color CMYK value is (0,18,41,0).
CMYK: (0,18,41,0) C0M18Y41K0 (0%,18%,41%,0%) (0.00/0.18/0.41/0.00)
Color #FED196 in popluar color models
FE | D1 | 96 | |
---|---|---|---|
RGB | 254 | 209 | 150 |
HSL | 34° | 98.11% | 79.22% |
HSB/HSV | 34° | 40.94% | 99.61% |
CMYK | 0.00% | 17.72% | 40.94% |
0.39% |
Color #FED196 in popluar number systems.
HEX | FE | D1 | 96 |
Decimal | 254 | 209 | 150 |
Binary | 11111110 | 11010001 | 10010110 |
Octal | 376 | 321 | 226 |
Shades of #FED196
Tints of #FED196
Examples of css and html codes for elements with #FED196 color. Also use rgb(254,209,150) instead hex code.
.myTextColor { color: #FED196; }
<p style="color:#FED196">This sample text font color is #FED196.</p>
This text font color is #FED196.
.myBgColor { background-color: #FED196; }
<div style="background-color:#FED196">Inner text</div>
This div background color is #FED196.
.myBorderColor { border: 1px solid #FED196; }
<div style="border:3px solid #FED196">Div</div>
This div border color is #FED196.
.myOpacity80 { color: #FED196; opacity: 0.8; }
<p style="color:#FED196;opacity:0.8;">80%</p>
Text with #FED196 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FED196;}
<p style="text-shadow: 3px 3px 1px #FED196">Text here.</p>
This text has shadow with #FED196 color.
.textShadow {text-shadow: 3px 3px 1px #FED196', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FED196, 5px 5px 20px red">Text here.</p>
This text has shadow with #FED196 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FED196, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FED196, Direction=45, Strength=4)">Text</p>
This text has shadow with #FED196 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FED196;
-webkit-box-shadow: 1px 1px 3px 2px #FED196;
box-shadow: 1px 1px 3px 2px #FED196;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FED196; -webkit-box-shadow: 1px 1px 3px 2px #FED196; box-shadow:1px 1px 3px 2px #FED196;">
Div content here
</div>
This text has color #FED196 on black background.
This text has color #FED196 on white background.
This text has black color on #FED196 background.
This text has white color on #FED196 background.
Complementary color for #hex is #012E69.