HEX: #F1FEDB
RGB: (241,254,219)
#F1FEDB contains red, green and blue colors in about the same proportion. Web safe color of #F1FEDB is #FFFFCC (or #FFC).
#F1FEDB color RGB value is (241,254,219).
RGB: (241,254,219)
(95%, 100%, 86%)
R 241 of 255 = 95%
G 254 of 255 = 100%
B 219 of 255 = 86%
R + G + B ~ 94%. #F1FEDB is light color.
R + G + B = 241 + 254 + 219 = 714 (100%)
R 241 of 714 ~ 33.75%
G 254 of 714 ~ 35.57%
B 219 of 714 ~ 30.67'%
#F1FEDB color CMYK value is (5,0,14,0).
CMYK: (5,0,14,0)
C5M0Y14K0 (5%, 0%, 14%, 0%)
(0.05 / 0.00 / 0.14 / 0.00)
Color #F1FEDB in popluar color models
F1 | FE | DB | |
---|---|---|---|
RGB | 241 | 254 | 219 |
HSL | 82° | 94.59% | 92.75% |
HSB/HSV | 82° | 13.78% | 99.61% |
CMYK | 5.12% | 0.00% | 13.78% |
0.39% |
Color #F1FEDB in popluar number systems.
HEX | F1 | FE | DB |
Decimal | 241 | 254 | 219 |
Binary | 11110001 | 11111110 | 11011011 |
Octal | 361 | 376 | 333 |
Shades of #F1FEDB
Tints of #F1FEDB
Examples of css and html codes for elements with #F1FEDB color. Also use rgb(241,254,219) instead hex code.
.myTextColor { color: #F1FEDB; }
<p style="color:#F1FEDB">This sample text font color is #F1FEDB.</p>
This text font color is #F1FEDB.
.myBgColor { background-color: #F1FEDB; }
<div style="background-color:#F1FEDB">Inner text</div>
This div background color is #F1FEDB.
.myBorderColor { border: 1px solid #F1FEDB; }
<div style="border:3px solid #F1FEDB">Div</div>
This div border color is #F1FEDB.
.myOpacity80 { color: #F1FEDB; opacity: 0.8; }
<p style="color:#F1FEDB;opacity:0.8;">80%</p>
Text with #F1FEDB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F1FEDB;}
<p style="text-shadow: 3px 3px 1px #F1FEDB">Text here.</p>
This text has shadow with #F1FEDB color.
.textShadow {text-shadow: 3px 3px 1px #F1FEDB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F1FEDB, 5px 5px 20px red">Text here.</p>
This text has shadow with #F1FEDB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F1FEDB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F1FEDB, Direction=45, Strength=4)">Text</p>
This text has shadow with #F1FEDB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F1FEDB;
-webkit-box-shadow: 1px 1px 3px 2px #F1FEDB;
box-shadow: 1px 1px 3px 2px #F1FEDB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F1FEDB; -webkit-box-shadow: 1px 1px 3px 2px #F1FEDB; box-shadow:1px 1px 3px 2px #F1FEDB;">
Div content here
</div>
This text has color #F1FEDB on black background.
This text has color #F1FEDB on white background.
This text has black color on #F1FEDB background.
This text has white color on #F1FEDB background.
Complementary color for #hex is #0E0124.