HEX: #FEE0EB
RGB: (254,224,235)
#FEE0EB contains red, green and blue colors in about the same proportion. Web safe color of #FEE0EB is #FFCCFF (or #FCF).
#FEE0EB color RGB value is (254,224,235).
RGB: (254,224,235)
(100%, 88%, 92%)
R 254 of 255 = 100%
G 224 of 255 = 88%
B 235 of 255 = 92%
R + G + B ~ 93%. #FEE0EB is light color.
R + G + B = 254 + 224 + 235 = 713 (100%)
R 254 of 713 ~ 35.62%
G 224 of 713 ~ 31.42%
B 235 of 713 ~ 32.96'%
#FEE0EB color CMYK value is (0,12,7,0).
CMYK: (0,12,7,0)
C0M12Y7K0 (0%, 12%, 7%, 0%)
(0.00 / 0.12 / 0.07 / 0.00)
Color #FEE0EB in popluar color models
FE | E0 | EB | |
---|---|---|---|
RGB | 254 | 224 | 235 |
HSL | 338° | 93.75% | 93.73% |
HSB/HSV | 338° | 11.81% | 99.61% |
CMYK | 0.00% | 11.81% | 7.48% |
0.39% |
Color #FEE0EB in popluar number systems.
HEX | FE | E0 | EB |
Decimal | 254 | 224 | 235 |
Binary | 11111110 | 11100000 | 11101011 |
Octal | 376 | 340 | 353 |
Shades of #FEE0EB
Tints of #FEE0EB
Examples of css and html codes for elements with #FEE0EB color. Also use rgb(254,224,235) instead hex code.
.myTextColor { color: #FEE0EB; }
<p style="color:#FEE0EB">This sample text font color is #FEE0EB.</p>
This text font color is #FEE0EB.
.myBgColor { background-color: #FEE0EB; }
<div style="background-color:#FEE0EB">Inner text</div>
This div background color is #FEE0EB.
.myBorderColor { border: 1px solid #FEE0EB; }
<div style="border:3px solid #FEE0EB">Div</div>
This div border color is #FEE0EB.
.myOpacity80 { color: #FEE0EB; opacity: 0.8; }
<p style="color:#FEE0EB;opacity:0.8;">80%</p>
Text with #FEE0EB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FEE0EB;}
<p style="text-shadow: 3px 3px 1px #FEE0EB">Text here.</p>
This text has shadow with #FEE0EB color.
.textShadow {text-shadow: 3px 3px 1px #FEE0EB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FEE0EB, 5px 5px 20px red">Text here.</p>
This text has shadow with #FEE0EB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FEE0EB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FEE0EB, Direction=45, Strength=4)">Text</p>
This text has shadow with #FEE0EB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FEE0EB;
-webkit-box-shadow: 1px 1px 3px 2px #FEE0EB;
box-shadow: 1px 1px 3px 2px #FEE0EB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FEE0EB; -webkit-box-shadow: 1px 1px 3px 2px #FEE0EB; box-shadow:1px 1px 3px 2px #FEE0EB;">
Div content here
</div>
This text has color #FEE0EB on black background.
This text has color #FEE0EB on white background.
This text has black color on #FEE0EB background.
This text has white color on #FEE0EB background.
Complementary color for #hex is #011F14.