HEX: #FEE5EB
RGB: (254,229,235)
#FEE5EB contains red, green and blue colors in about the same proportion. Web safe color of #FEE5EB is #FFCCFF (or #FCF).
#FEE5EB color RGB value is (254,229,235).
RGB: (254,229,235)
(100%, 90%, 92%)
R 254 of 255 = 100%
G 229 of 255 = 90%
B 235 of 255 = 92%
R + G + B ~ 94%. #FEE5EB is light color.
R + G + B = 254 + 229 + 235 = 718 (100%)
R 254 of 718 ~ 35.38%
G 229 of 718 ~ 31.89%
B 235 of 718 ~ 32.73'%
#FEE5EB color CMYK value is (0,10,7,0).
CMYK: (0,10,7,0)
C0M10Y7K0 (0%, 10%, 7%, 0%)
(0.00 / 0.10 / 0.07 / 0.00)
Color #FEE5EB in popluar color models
FE | E5 | EB | |
---|---|---|---|
RGB | 254 | 229 | 235 |
HSL | 346° | 92.59% | 94.71% |
HSB/HSV | 346° | 9.84% | 99.61% |
CMYK | 0.00% | 9.84% | 7.48% |
0.39% |
Color #FEE5EB in popluar number systems.
HEX | FE | E5 | EB |
Decimal | 254 | 229 | 235 |
Binary | 11111110 | 11100101 | 11101011 |
Octal | 376 | 345 | 353 |
Shades of #FEE5EB
Tints of #FEE5EB
Examples of css and html codes for elements with #FEE5EB color. Also use rgb(254,229,235) instead hex code.
.myTextColor { color: #FEE5EB; }
<p style="color:#FEE5EB">This sample text font color is #FEE5EB.</p>
This text font color is #FEE5EB.
.myBgColor { background-color: #FEE5EB; }
<div style="background-color:#FEE5EB">Inner text</div>
This div background color is #FEE5EB.
.myBorderColor { border: 1px solid #FEE5EB; }
<div style="border:3px solid #FEE5EB">Div</div>
This div border color is #FEE5EB.
.myOpacity80 { color: #FEE5EB; opacity: 0.8; }
<p style="color:#FEE5EB;opacity:0.8;">80%</p>
Text with #FEE5EB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FEE5EB;}
<p style="text-shadow: 3px 3px 1px #FEE5EB">Text here.</p>
This text has shadow with #FEE5EB color.
.textShadow {text-shadow: 3px 3px 1px #FEE5EB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FEE5EB, 5px 5px 20px red">Text here.</p>
This text has shadow with #FEE5EB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FEE5EB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FEE5EB, Direction=45, Strength=4)">Text</p>
This text has shadow with #FEE5EB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FEE5EB;
-webkit-box-shadow: 1px 1px 3px 2px #FEE5EB;
box-shadow: 1px 1px 3px 2px #FEE5EB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FEE5EB; -webkit-box-shadow: 1px 1px 3px 2px #FEE5EB; box-shadow:1px 1px 3px 2px #FEE5EB;">
Div content here
</div>
This text has color #FEE5EB on black background.
This text has color #FEE5EB on white background.
This text has black color on #FEE5EB background.
This text has white color on #FEE5EB background.
Complementary color for #hex is #011A14.