HEX: #FEB5EF
RGB: (254,181,239)
#FEB5EF contains mainly red and blue colors. Web safe color of #FEB5EF is #FFCCFF (or #FCF).
#FEB5EF color RGB value is (254,181,239).
RGB: (254,181,239)
(100%, 71%, 94%)
R 254 of 255 = 100%
G 181 of 255 = 71%
B 239 of 255 = 94%
R + G + B ~ 88%. #FEB5EF is light color.
R + G + B = 254 + 181 + 239 = 674 (100%)
R 254 of 674 ~ 37.69%
G 181 of 674 ~ 26.85%
B 239 of 674 ~ 35.46'%
#FEB5EF color CMYK value is (0,29,6,0).
CMYK: (0,29,6,0)
C0M29Y6K0 (0%, 29%, 6%, 0%)
(0.00 / 0.29 / 0.06 / 0.00)
Color #FEB5EF in popluar color models
FE | B5 | EF | |
---|---|---|---|
RGB | 254 | 181 | 239 |
HSL | 312° | 97.33% | 85.29% |
HSB/HSV | 312° | 28.74% | 99.61% |
CMYK | 0.00% | 28.74% | 5.91% |
0.39% |
Color #FEB5EF in popluar number systems.
HEX | FE | B5 | EF |
Decimal | 254 | 181 | 239 |
Binary | 11111110 | 10110101 | 11101111 |
Octal | 376 | 265 | 357 |
Shades of #FEB5EF
Tints of #FEB5EF
Examples of css and html codes for elements with #FEB5EF color. Also use rgb(254,181,239) instead hex code.
.myTextColor { color: #FEB5EF; }
<p style="color:#FEB5EF">This sample text font color is #FEB5EF.</p>
This text font color is #FEB5EF.
.myBgColor { background-color: #FEB5EF; }
<div style="background-color:#FEB5EF">Inner text</div>
This div background color is #FEB5EF.
.myBorderColor { border: 1px solid #FEB5EF; }
<div style="border:3px solid #FEB5EF">Div</div>
This div border color is #FEB5EF.
.myOpacity80 { color: #FEB5EF; opacity: 0.8; }
<p style="color:#FEB5EF;opacity:0.8;">80%</p>
Text with #FEB5EF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FEB5EF;}
<p style="text-shadow: 3px 3px 1px #FEB5EF">Text here.</p>
This text has shadow with #FEB5EF color.
.textShadow {text-shadow: 3px 3px 1px #FEB5EF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FEB5EF, 5px 5px 20px red">Text here.</p>
This text has shadow with #FEB5EF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FEB5EF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FEB5EF, Direction=45, Strength=4)">Text</p>
This text has shadow with #FEB5EF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FEB5EF;
-webkit-box-shadow: 1px 1px 3px 2px #FEB5EF;
box-shadow: 1px 1px 3px 2px #FEB5EF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FEB5EF; -webkit-box-shadow: 1px 1px 3px 2px #FEB5EF; box-shadow:1px 1px 3px 2px #FEB5EF;">
Div content here
</div>
This text has color #FEB5EF on black background.
This text has color #FEB5EF on white background.
This text has black color on #FEB5EF background.
This text has white color on #FEB5EF background.
Complementary color for #hex is #014A10.