HEX: #FEBCC6
RGB: (254,188,198)
#FEBCC6 contains mainly red and blue colors. Web safe color of #FEBCC6 is #FFCCCC (or #FCC).
#FEBCC6 color RGB value is (254,188,198).
RGB: (254,188,198)
(100%, 74%, 78%)
R 254 of 255 = 100%
G 188 of 255 = 74%
B 198 of 255 = 78%
R + G + B ~ 84%. #FEBCC6 is quite light color.
R + G + B = 254 + 188 + 198 = 640 (100%)
R 254 of 640 ~ 39.69%
G 188 of 640 ~ 29.38%
B 198 of 640 ~ 30.94'%
#FEBCC6 color CMYK value is (0,26,22,0).
CMYK: (0,26,22,0)
C0M26Y22K0 (0%, 26%, 22%, 0%)
(0.00 / 0.26 / 0.22 / 0.00)
Color #FEBCC6 in popluar color models
FE | BC | C6 | |
---|---|---|---|
RGB | 254 | 188 | 198 |
HSL | 351° | 97.06% | 86.67% |
HSB/HSV | 351° | 25.98% | 99.61% |
CMYK | 0.00% | 25.98% | 22.05% |
0.39% |
Color #FEBCC6 in popluar number systems.
HEX | FE | BC | C6 |
Decimal | 254 | 188 | 198 |
Binary | 11111110 | 10111100 | 11000110 |
Octal | 376 | 274 | 306 |
Shades of #FEBCC6
Tints of #FEBCC6
Examples of css and html codes for elements with #FEBCC6 color. Also use rgb(254,188,198) instead hex code.
.myTextColor { color: #FEBCC6; }
<p style="color:#FEBCC6">This sample text font color is #FEBCC6.</p>
This text font color is #FEBCC6.
.myBgColor { background-color: #FEBCC6; }
<div style="background-color:#FEBCC6">Inner text</div>
This div background color is #FEBCC6.
.myBorderColor { border: 1px solid #FEBCC6; }
<div style="border:3px solid #FEBCC6">Div</div>
This div border color is #FEBCC6.
.myOpacity80 { color: #FEBCC6; opacity: 0.8; }
<p style="color:#FEBCC6;opacity:0.8;">80%</p>
Text with #FEBCC6 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FEBCC6;}
<p style="text-shadow: 3px 3px 1px #FEBCC6">Text here.</p>
This text has shadow with #FEBCC6 color.
.textShadow {text-shadow: 3px 3px 1px #FEBCC6', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FEBCC6, 5px 5px 20px red">Text here.</p>
This text has shadow with #FEBCC6 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FEBCC6, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FEBCC6, Direction=45, Strength=4)">Text</p>
This text has shadow with #FEBCC6 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FEBCC6;
-webkit-box-shadow: 1px 1px 3px 2px #FEBCC6;
box-shadow: 1px 1px 3px 2px #FEBCC6;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FEBCC6; -webkit-box-shadow: 1px 1px 3px 2px #FEBCC6; box-shadow:1px 1px 3px 2px #FEBCC6;">
Div content here
</div>
This text has color #FEBCC6 on black background.
This text has color #FEBCC6 on white background.
This text has black color on #FEBCC6 background.
This text has white color on #FEBCC6 background.
Complementary color for #hex is #014339.