HEX: #FEC188
RGB: (254,193,136)
#FEC188 contains mainly red color. Web safe color of #FEC188 is #FFCC99 (or #FC9).
#FEC188 color RGB value is (254,193,136).
RGB: (254,193,136)
(100%, 76%, 53%)
R 254 of 255 = 100%
G 193 of 255 = 76%
B 136 of 255 = 53%
R + G + B ~ 76%. #FEC188 is quite light color.
R + G + B = 254 + 193 + 136 = 583 (100%)
R 254 of 583 ~ 43.57%
G 193 of 583 ~ 33.1%
B 136 of 583 ~ 23.33'%
#FEC188 color CMYK value is (0,24,46,0).
CMYK: (0,24,46,0)
C0M24Y46K0 (0%, 24%, 46%, 0%)
(0.00 / 0.24 / 0.46 / 0.00)
Color #FEC188 in popluar color models
FE | C1 | 88 | |
---|---|---|---|
RGB | 254 | 193 | 136 |
HSL | 29° | 98.33% | 76.47% |
HSB/HSV | 29° | 46.46% | 99.61% |
CMYK | 0.00% | 24.02% | 46.46% |
0.39% |
Color #FEC188 in popluar number systems.
HEX | FE | C1 | 88 |
Decimal | 254 | 193 | 136 |
Binary | 11111110 | 11000001 | 10001000 |
Octal | 376 | 301 | 210 |
Shades of #FEC188
Tints of #FEC188
Examples of css and html codes for elements with #FEC188 color. Also use rgb(254,193,136) instead hex code.
.myTextColor { color: #FEC188; }
<p style="color:#FEC188">This sample text font color is #FEC188.</p>
This text font color is #FEC188.
.myBgColor { background-color: #FEC188; }
<div style="background-color:#FEC188">Inner text</div>
This div background color is #FEC188.
.myBorderColor { border: 1px solid #FEC188; }
<div style="border:3px solid #FEC188">Div</div>
This div border color is #FEC188.
.myOpacity80 { color: #FEC188; opacity: 0.8; }
<p style="color:#FEC188;opacity:0.8;">80%</p>
Text with #FEC188 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FEC188;}
<p style="text-shadow: 3px 3px 1px #FEC188">Text here.</p>
This text has shadow with #FEC188 color.
.textShadow {text-shadow: 3px 3px 1px #FEC188', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FEC188, 5px 5px 20px red">Text here.</p>
This text has shadow with #FEC188 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FEC188, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FEC188, Direction=45, Strength=4)">Text</p>
This text has shadow with #FEC188 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FEC188;
-webkit-box-shadow: 1px 1px 3px 2px #FEC188;
box-shadow: 1px 1px 3px 2px #FEC188;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FEC188; -webkit-box-shadow: 1px 1px 3px 2px #FEC188; box-shadow:1px 1px 3px 2px #FEC188;">
Div content here
</div>
This text has color #FEC188 on black background.
This text has color #FEC188 on white background.
This text has black color on #FEC188 background.
This text has white color on #FEC188 background.
Complementary color for #hex is #013E77.