HEX: #F1EDFB
RGB: (241,237,251)
#F1EDFB contains red, green and blue colors in about the same proportion. Web safe color of #F1EDFB is #FFFFFF (or #FFF).
#F1EDFB color RGB value is (241,237,251).
RGB: (241,237,251)
(95%, 93%, 98%)
R 241 of 255 = 95%
G 237 of 255 = 93%
B 251 of 255 = 98%
R + G + B ~ 95%. #F1EDFB is light color.
R + G + B = 241 + 237 + 251 = 729 (100%)
R 241 of 729 ~ 33.06%
G 237 of 729 ~ 32.51%
B 251 of 729 ~ 34.43'%
#F1EDFB color CMYK value is (4,6,0,2).
CMYK: (4,6,0,2) C4M6Y0K2 (4%,6%,0%,2%) (0.04/0.06/0.00/0.02)
Color #F1EDFB in popluar color models
F1 | ED | FB | |
---|---|---|---|
RGB | 241 | 237 | 251 |
HSL | 257° | 63.64% | 95.69% |
HSB/HSV | 257° | 5.58% | 98.43% |
CMYK | 3.98% | 5.58% | 0.00% |
1.57% |
Color #F1EDFB in popluar number systems.
HEX | F1 | ED | FB |
Decimal | 241 | 237 | 251 |
Binary | 11110001 | 11101101 | 11111011 |
Octal | 361 | 355 | 373 |
Shades of #F1EDFB
Tints of #F1EDFB
Examples of css and html codes for elements with #F1EDFB color. Also use rgb(241,237,251) instead hex code.
.myTextColor { color: #F1EDFB; }
<p style="color:#F1EDFB">This sample text font color is #F1EDFB.</p>
This text font color is #F1EDFB.
.myBgColor { background-color: #F1EDFB; }
<div style="background-color:#F1EDFB">Inner text</div>
This div background color is #F1EDFB.
.myBorderColor { border: 1px solid #F1EDFB; }
<div style="border:3px solid #F1EDFB">Div</div>
This div border color is #F1EDFB.
.myOpacity80 { color: #F1EDFB; opacity: 0.8; }
<p style="color:#F1EDFB;opacity:0.8;">80%</p>
Text with #F1EDFB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F1EDFB;}
<p style="text-shadow: 3px 3px 1px #F1EDFB">Text here.</p>
This text has shadow with #F1EDFB color.
.textShadow {text-shadow: 3px 3px 1px #F1EDFB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F1EDFB, 5px 5px 20px red">Text here.</p>
This text has shadow with #F1EDFB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F1EDFB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F1EDFB, Direction=45, Strength=4)">Text</p>
This text has shadow with #F1EDFB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F1EDFB;
-webkit-box-shadow: 1px 1px 3px 2px #F1EDFB;
box-shadow: 1px 1px 3px 2px #F1EDFB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F1EDFB; -webkit-box-shadow: 1px 1px 3px 2px #F1EDFB; box-shadow:1px 1px 3px 2px #F1EDFB;">
Div content here
</div>
This text has color #F1EDFB on black background.
This text has color #F1EDFB on white background.
This text has black color on #F1EDFB background.
This text has white color on #F1EDFB background.
Complementary color for #hex is #0E1204.