HEX: #F0E5FF
RGB: (240,229,255)
#F0E5FF contains red, green and blue colors in about the same proportion. Web safe color of #F0E5FF is #FFCCFF (or #FCF).
#F0E5FF color RGB value is (240,229,255).
RGB: (240,229,255)
(94%, 90%, 100%)
R 240 of 255 = 94%
G 229 of 255 = 90%
B 255 of 255 = 100%
R + G + B ~ 95%. #F0E5FF is light color.
R + G + B = 240 + 229 + 255 = 724 (100%)
R 240 of 724 ~ 33.15%
G 229 of 724 ~ 31.63%
B 255 of 724 ~ 35.22'%
#F0E5FF color CMYK value is (6,10,0,0).
CMYK: (6,10,0,0) C6M10Y0K0 (6%,10%,0%,0%) (0.06/0.10/0.00/0.00)
Color #F0E5FF in popluar color models
F0 | E5 | FF | |
---|---|---|---|
RGB | 240 | 229 | 255 |
HSL | 265° | 100.00% | 94.90% |
HSB/HSV | 265° | 10.20% | 100.00% |
CMYK | 5.88% | 10.20% | 0.00% |
0.00% |
Color #F0E5FF in popluar number systems.
HEX | F0 | E5 | FF |
Decimal | 240 | 229 | 255 |
Binary | 11110000 | 11100101 | 11111111 |
Octal | 360 | 345 | 377 |
Shades of #F0E5FF
Tints of #F0E5FF
Examples of css and html codes for elements with #F0E5FF color. Also use rgb(240,229,255) instead hex code.
.myTextColor { color: #F0E5FF; }
<p style="color:#F0E5FF">This sample text font color is #F0E5FF.</p>
This text font color is #F0E5FF.
.myBgColor { background-color: #F0E5FF; }
<div style="background-color:#F0E5FF">Inner text</div>
This div background color is #F0E5FF.
.myBorderColor { border: 1px solid #F0E5FF; }
<div style="border:3px solid #F0E5FF">Div</div>
This div border color is #F0E5FF.
.myOpacity80 { color: #F0E5FF; opacity: 0.8; }
<p style="color:#F0E5FF;opacity:0.8;">80%</p>
Text with #F0E5FF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F0E5FF;}
<p style="text-shadow: 3px 3px 1px #F0E5FF">Text here.</p>
This text has shadow with #F0E5FF color.
.textShadow {text-shadow: 3px 3px 1px #F0E5FF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F0E5FF, 5px 5px 20px red">Text here.</p>
This text has shadow with #F0E5FF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F0E5FF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F0E5FF, Direction=45, Strength=4)">Text</p>
This text has shadow with #F0E5FF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F0E5FF;
-webkit-box-shadow: 1px 1px 3px 2px #F0E5FF;
box-shadow: 1px 1px 3px 2px #F0E5FF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F0E5FF; -webkit-box-shadow: 1px 1px 3px 2px #F0E5FF; box-shadow:1px 1px 3px 2px #F0E5FF;">
Div content here
</div>
This text has color #F0E5FF on black background.
This text has color #F0E5FF on white background.
This text has black color on #F0E5FF background.
This text has white color on #F0E5FF background.
Complementary color for #hex is #0F1A00.