HEX: #F5EEFC
RGB: (245,238,252)
#F5EEFC contains red, green and blue colors in about the same proportion. Web safe color of #F5EEFC is #FFFFFF (or #FFF).
#F5EEFC color RGB value is (245,238,252).
RGB: (245,238,252)
(96%, 93%, 99%)
R 245 of 255 = 96%
G 238 of 255 = 93%
B 252 of 255 = 99%
R + G + B ~ 96%. #F5EEFC is light color.
R + G + B = 245 + 238 + 252 = 735 (100%)
R 245 of 735 ~ 33.33%
G 238 of 735 ~ 32.38%
B 252 of 735 ~ 34.29'%
#F5EEFC color CMYK value is (3,6,0,1).
CMYK: (3,6,0,1)
C3M6Y0K1 (3%, 6%, 0%, 1%)
(0.03 / 0.06 / 0.00 / 0.01)
Color #F5EEFC in popluar color models
F5 | EE | FC | |
---|---|---|---|
RGB | 245 | 238 | 252 |
HSL | 270° | 70.00% | 96.08% |
HSB/HSV | 270° | 5.56% | 98.82% |
CMYK | 2.78% | 5.56% | 0.00% |
1.18% |
Color #F5EEFC in popluar number systems.
HEX | F5 | EE | FC |
Decimal | 245 | 238 | 252 |
Binary | 11110101 | 11101110 | 11111100 |
Octal | 365 | 356 | 374 |
Shades of #F5EEFC
Tints of #F5EEFC
Examples of css and html codes for elements with #F5EEFC color. Also use rgb(245,238,252) instead hex code.
.myTextColor { color: #F5EEFC; }
<p style="color:#F5EEFC">This sample text font color is #F5EEFC.</p>
This text font color is #F5EEFC.
.myBgColor { background-color: #F5EEFC; }
<div style="background-color:#F5EEFC">Inner text</div>
This div background color is #F5EEFC.
.myBorderColor { border: 1px solid #F5EEFC; }
<div style="border:3px solid #F5EEFC">Div</div>
This div border color is #F5EEFC.
.myOpacity80 { color: #F5EEFC; opacity: 0.8; }
<p style="color:#F5EEFC;opacity:0.8;">80%</p>
Text with #F5EEFC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F5EEFC;}
<p style="text-shadow: 3px 3px 1px #F5EEFC">Text here.</p>
This text has shadow with #F5EEFC color.
.textShadow {text-shadow: 3px 3px 1px #F5EEFC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F5EEFC, 5px 5px 20px red">Text here.</p>
This text has shadow with #F5EEFC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F5EEFC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F5EEFC, Direction=45, Strength=4)">Text</p>
This text has shadow with #F5EEFC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F5EEFC;
-webkit-box-shadow: 1px 1px 3px 2px #F5EEFC;
box-shadow: 1px 1px 3px 2px #F5EEFC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F5EEFC; -webkit-box-shadow: 1px 1px 3px 2px #F5EEFC; box-shadow:1px 1px 3px 2px #F5EEFC;">
Div content here
</div>
This text has color #F5EEFC on black background.
This text has color #F5EEFC on white background.
This text has black color on #F5EEFC background.
This text has white color on #F5EEFC background.
Complementary color for #hex is #0A1103.