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