HEX: #F5ECFB
RGB: (245,236,251)
#F5ECFB contains red, green and blue colors in about the same proportion. Web safe color of #F5ECFB is #FFFFFF (or #FFF).
#F5ECFB color RGB value is (245,236,251).
RGB: (245,236,251)
(96%, 93%, 98%)
R 245 of 255 = 96%
G 236 of 255 = 93%
B 251 of 255 = 98%
R + G + B ~ 96%. #F5ECFB is light color.
R + G + B = 245 + 236 + 251 = 732 (100%)
R 245 of 732 ~ 33.47%
G 236 of 732 ~ 32.24%
B 251 of 732 ~ 34.29'%
#F5ECFB color CMYK value is (2,6,0,2).
CMYK: (2,6,0,2) C2M6Y0K2 (2%,6%,0%,2%) (0.02/0.06/0.00/0.02)
Color #F5ECFB in popluar color models
F5 | EC | FB | |
---|---|---|---|
RGB | 245 | 236 | 251 |
HSL | 276° | 65.22% | 95.49% |
HSB/HSV | 276° | 5.98% | 98.43% |
CMYK | 2.39% | 5.98% | 0.00% |
1.57% |
Color #F5ECFB in popluar number systems.
HEX | F5 | EC | FB |
Decimal | 245 | 236 | 251 |
Binary | 11110101 | 11101100 | 11111011 |
Octal | 365 | 354 | 373 |
Shades of #F5ECFB
Tints of #F5ECFB
Examples of css and html codes for elements with #F5ECFB color. Also use rgb(245,236,251) instead hex code.
.myTextColor { color: #F5ECFB; }
<p style="color:#F5ECFB">This sample text font color is #F5ECFB.</p>
This text font color is #F5ECFB.
.myBgColor { background-color: #F5ECFB; }
<div style="background-color:#F5ECFB">Inner text</div>
This div background color is #F5ECFB.
.myBorderColor { border: 1px solid #F5ECFB; }
<div style="border:3px solid #F5ECFB">Div</div>
This div border color is #F5ECFB.
.myOpacity80 { color: #F5ECFB; opacity: 0.8; }
<p style="color:#F5ECFB;opacity:0.8;">80%</p>
Text with #F5ECFB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F5ECFB;}
<p style="text-shadow: 3px 3px 1px #F5ECFB">Text here.</p>
This text has shadow with #F5ECFB color.
.textShadow {text-shadow: 3px 3px 1px #F5ECFB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F5ECFB, 5px 5px 20px red">Text here.</p>
This text has shadow with #F5ECFB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F5ECFB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F5ECFB, Direction=45, Strength=4)">Text</p>
This text has shadow with #F5ECFB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F5ECFB;
-webkit-box-shadow: 1px 1px 3px 2px #F5ECFB;
box-shadow: 1px 1px 3px 2px #F5ECFB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F5ECFB; -webkit-box-shadow: 1px 1px 3px 2px #F5ECFB; box-shadow:1px 1px 3px 2px #F5ECFB;">
Div content here
</div>
This text has color #F5ECFB on black background.
This text has color #F5ECFB on white background.
This text has black color on #F5ECFB background.
This text has white color on #F5ECFB background.
Complementary color for #hex is #0A1304.