HEX: #FEBED2
RGB: (254,190,210)
#FEBED2 contains mainly red and blue colors. Web safe color of #FEBED2 is #FFCCCC (or #FCC).
#FEBED2 color RGB value is (254,190,210).
RGB: (254,190,210)
(100%, 75%, 82%)
R 254 of 255 = 100%
G 190 of 255 = 75%
B 210 of 255 = 82%
R + G + B ~ 86%. #FEBED2 is light color.
R + G + B = 254 + 190 + 210 = 654 (100%)
R 254 of 654 ~ 38.84%
G 190 of 654 ~ 29.05%
B 210 of 654 ~ 32.11'%
#FEBED2 color CMYK value is (0,25,17,0).
CMYK: (0,25,17,0)
C0M25Y17K0 (0%, 25%, 17%, 0%)
(0.00 / 0.25 / 0.17 / 0.00)
Color #FEBED2 in popluar color models
FE | BE | D2 | |
---|---|---|---|
RGB | 254 | 190 | 210 |
HSL | 341° | 96.97% | 87.06% |
HSB/HSV | 341° | 25.20% | 99.61% |
CMYK | 0.00% | 25.20% | 17.32% |
0.39% |
Color #FEBED2 in popluar number systems.
HEX | FE | BE | D2 |
Decimal | 254 | 190 | 210 |
Binary | 11111110 | 10111110 | 11010010 |
Octal | 376 | 276 | 322 |
Shades of #FEBED2
Tints of #FEBED2
Examples of css and html codes for elements with #FEBED2 color. Also use rgb(254,190,210) instead hex code.
.myTextColor { color: #FEBED2; }
<p style="color:#FEBED2">This sample text font color is #FEBED2.</p>
This text font color is #FEBED2.
.myBgColor { background-color: #FEBED2; }
<div style="background-color:#FEBED2">Inner text</div>
This div background color is #FEBED2.
.myBorderColor { border: 1px solid #FEBED2; }
<div style="border:3px solid #FEBED2">Div</div>
This div border color is #FEBED2.
.myOpacity80 { color: #FEBED2; opacity: 0.8; }
<p style="color:#FEBED2;opacity:0.8;">80%</p>
Text with #FEBED2 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FEBED2;}
<p style="text-shadow: 3px 3px 1px #FEBED2">Text here.</p>
This text has shadow with #FEBED2 color.
.textShadow {text-shadow: 3px 3px 1px #FEBED2', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FEBED2, 5px 5px 20px red">Text here.</p>
This text has shadow with #FEBED2 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FEBED2, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FEBED2, Direction=45, Strength=4)">Text</p>
This text has shadow with #FEBED2 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FEBED2;
-webkit-box-shadow: 1px 1px 3px 2px #FEBED2;
box-shadow: 1px 1px 3px 2px #FEBED2;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FEBED2; -webkit-box-shadow: 1px 1px 3px 2px #FEBED2; box-shadow:1px 1px 3px 2px #FEBED2;">
Div content here
</div>
This text has color #FEBED2 on black background.
This text has color #FEBED2 on white background.
This text has black color on #FEBED2 background.
This text has white color on #FEBED2 background.
Complementary color for #hex is #01412D.