HEX: #FEEBC2
RGB: (254,235,194)
#FEEBC2 contains mainly red and green colors. Web safe color of #FEEBC2 is #FFFFCC (or #FFC).
#FEEBC2 color RGB value is (254,235,194).
RGB: (254,235,194)
(100%, 92%, 76%)
R 254 of 255 = 100%
G 235 of 255 = 92%
B 194 of 255 = 76%
R + G + B ~ 89%. #FEEBC2 is light color.
R + G + B = 254 + 235 + 194 = 683 (100%)
R 254 of 683 ~ 37.19%
G 235 of 683 ~ 34.41%
B 194 of 683 ~ 28.4'%
#FEEBC2 color CMYK value is (0,7,24,0).
CMYK: (0,7,24,0) C0M7Y24K0 (0%,7%,24%,0%) (0.00/0.07/0.24/0.00)
Color #FEEBC2 in popluar color models
FE | EB | C2 | |
---|---|---|---|
RGB | 254 | 235 | 194 |
HSL | 41° | 96.77% | 87.84% |
HSB/HSV | 41° | 23.62% | 99.61% |
CMYK | 0.00% | 7.48% | 23.62% |
0.39% |
Color #FEEBC2 in popluar number systems.
HEX | FE | EB | C2 |
Decimal | 254 | 235 | 194 |
Binary | 11111110 | 11101011 | 11000010 |
Octal | 376 | 353 | 302 |
Shades of #FEEBC2
Tints of #FEEBC2
Examples of css and html codes for elements with #FEEBC2 color. Also use rgb(254,235,194) instead hex code.
.myTextColor { color: #FEEBC2; }
<p style="color:#FEEBC2">This sample text font color is #FEEBC2.</p>
This text font color is #FEEBC2.
.myBgColor { background-color: #FEEBC2; }
<div style="background-color:#FEEBC2">Inner text</div>
This div background color is #FEEBC2.
.myBorderColor { border: 1px solid #FEEBC2; }
<div style="border:3px solid #FEEBC2">Div</div>
This div border color is #FEEBC2.
.myOpacity80 { color: #FEEBC2; opacity: 0.8; }
<p style="color:#FEEBC2;opacity:0.8;">80%</p>
Text with #FEEBC2 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FEEBC2;}
<p style="text-shadow: 3px 3px 1px #FEEBC2">Text here.</p>
This text has shadow with #FEEBC2 color.
.textShadow {text-shadow: 3px 3px 1px #FEEBC2', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FEEBC2, 5px 5px 20px red">Text here.</p>
This text has shadow with #FEEBC2 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FEEBC2, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FEEBC2, Direction=45, Strength=4)">Text</p>
This text has shadow with #FEEBC2 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FEEBC2;
-webkit-box-shadow: 1px 1px 3px 2px #FEEBC2;
box-shadow: 1px 1px 3px 2px #FEEBC2;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FEEBC2; -webkit-box-shadow: 1px 1px 3px 2px #FEEBC2; box-shadow:1px 1px 3px 2px #FEEBC2;">
Div content here
</div>
This text has color #FEEBC2 on black background.
This text has color #FEEBC2 on white background.
This text has black color on #FEEBC2 background.
This text has white color on #FEEBC2 background.
Complementary color for #hex is #01143D.