HEX: #FFE6EE
RGB: (255,230,238)
#FFE6EE contains red, green and blue colors in about the same proportion. Web safe color of #FFE6EE is #FFCCFF (or #FCF).
#FFE6EE color RGB value is (255,230,238).
RGB: (255,230,238)
(100%, 90%, 93%)
R 255 of 255 = 100%
G 230 of 255 = 90%
B 238 of 255 = 93%
R + G + B ~ 94%. #FFE6EE is light color.
R + G + B = 255 + 230 + 238 = 723 (100%)
R 255 of 723 ~ 35.27%
G 230 of 723 ~ 31.81%
B 238 of 723 ~ 32.92'%
#FFE6EE 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 #FFE6EE in popluar color models
FF | E6 | EE | |
---|---|---|---|
RGB | 255 | 230 | 238 |
HSL | 341° | 100.00% | 95.10% |
HSB/HSV | 341° | 9.80% | 100.00% |
CMYK | 0.00% | 9.80% | 6.67% |
0.00% |
Color #FFE6EE in popluar number systems.
HEX | FF | E6 | EE |
Decimal | 255 | 230 | 238 |
Binary | 11111111 | 11100110 | 11101110 |
Octal | 377 | 346 | 356 |
Shades of #FFE6EE
Tints of #FFE6EE
Examples of css and html codes for elements with #FFE6EE color. Also use rgb(255,230,238) instead hex code.
.myTextColor { color: #FFE6EE; }
<p style="color:#FFE6EE">This sample text font color is #FFE6EE.</p>
This text font color is #FFE6EE.
.myBgColor { background-color: #FFE6EE; }
<div style="background-color:#FFE6EE">Inner text</div>
This div background color is #FFE6EE.
.myBorderColor { border: 1px solid #FFE6EE; }
<div style="border:3px solid #FFE6EE">Div</div>
This div border color is #FFE6EE.
.myOpacity80 { color: #FFE6EE; opacity: 0.8; }
<p style="color:#FFE6EE;opacity:0.8;">80%</p>
Text with #FFE6EE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FFE6EE;}
<p style="text-shadow: 3px 3px 1px #FFE6EE">Text here.</p>
This text has shadow with #FFE6EE color.
.textShadow {text-shadow: 3px 3px 1px #FFE6EE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FFE6EE, 5px 5px 20px red">Text here.</p>
This text has shadow with #FFE6EE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FFE6EE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FFE6EE, Direction=45, Strength=4)">Text</p>
This text has shadow with #FFE6EE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FFE6EE;
-webkit-box-shadow: 1px 1px 3px 2px #FFE6EE;
box-shadow: 1px 1px 3px 2px #FFE6EE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FFE6EE; -webkit-box-shadow: 1px 1px 3px 2px #FFE6EE; box-shadow:1px 1px 3px 2px #FFE6EE;">
Div content here
</div>
This text has color #FFE6EE on black background.
This text has color #FFE6EE on white background.
This text has black color on #FFE6EE background.
This text has white color on #FFE6EE background.
Complementary color for #hex is #001911.