HEX: #FEE4EE
RGB: (254,228,238)
#FEE4EE contains red, green and blue colors in about the same proportion. Web safe color of #FEE4EE is #FFCCFF (or #FCF).
#FEE4EE color RGB value is (254,228,238).
RGB: (254,228,238)
(100%, 89%, 93%)
R 254 of 255 = 100%
G 228 of 255 = 89%
B 238 of 255 = 93%
R + G + B ~ 94%. #FEE4EE is light color.
R + G + B = 254 + 228 + 238 = 720 (100%)
R 254 of 720 ~ 35.28%
G 228 of 720 ~ 31.67%
B 238 of 720 ~ 33.06'%
#FEE4EE color CMYK value is (0,10,6,0).
CMYK: (0,10,6,0)
C0M10Y6K0 (0%, 10%, 6%, 0%)
(0.00 / 0.10 / 0.06 / 0.00)
Color #FEE4EE in popluar color models
FE | E4 | EE | |
---|---|---|---|
RGB | 254 | 228 | 238 |
HSL | 337° | 92.86% | 94.51% |
HSB/HSV | 337° | 10.24% | 99.61% |
CMYK | 0.00% | 10.24% | 6.30% |
0.39% |
Color #FEE4EE in popluar number systems.
HEX | FE | E4 | EE |
Decimal | 254 | 228 | 238 |
Binary | 11111110 | 11100100 | 11101110 |
Octal | 376 | 344 | 356 |
Shades of #FEE4EE
Tints of #FEE4EE
Examples of css and html codes for elements with #FEE4EE color. Also use rgb(254,228,238) instead hex code.
.myTextColor { color: #FEE4EE; }
<p style="color:#FEE4EE">This sample text font color is #FEE4EE.</p>
This text font color is #FEE4EE.
.myBgColor { background-color: #FEE4EE; }
<div style="background-color:#FEE4EE">Inner text</div>
This div background color is #FEE4EE.
.myBorderColor { border: 1px solid #FEE4EE; }
<div style="border:3px solid #FEE4EE">Div</div>
This div border color is #FEE4EE.
.myOpacity80 { color: #FEE4EE; opacity: 0.8; }
<p style="color:#FEE4EE;opacity:0.8;">80%</p>
Text with #FEE4EE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FEE4EE;}
<p style="text-shadow: 3px 3px 1px #FEE4EE">Text here.</p>
This text has shadow with #FEE4EE color.
.textShadow {text-shadow: 3px 3px 1px #FEE4EE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FEE4EE, 5px 5px 20px red">Text here.</p>
This text has shadow with #FEE4EE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FEE4EE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FEE4EE, Direction=45, Strength=4)">Text</p>
This text has shadow with #FEE4EE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FEE4EE;
-webkit-box-shadow: 1px 1px 3px 2px #FEE4EE;
box-shadow: 1px 1px 3px 2px #FEE4EE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FEE4EE; -webkit-box-shadow: 1px 1px 3px 2px #FEE4EE; box-shadow:1px 1px 3px 2px #FEE4EE;">
Div content here
</div>
This text has color #FEE4EE on black background.
This text has color #FEE4EE on white background.
This text has black color on #FEE4EE background.
This text has white color on #FEE4EE background.
Complementary color for #hex is #011B11.