HEX: #F5FEEB
RGB: (245,254,235)
#F5FEEB contains red, green and blue colors in about the same proportion. Web safe color of #F5FEEB is #FFFFFF (or #FFF).
#F5FEEB color RGB value is (245,254,235).
RGB: (245,254,235)
(96%, 100%, 92%)
R 245 of 255 = 96%
G 254 of 255 = 100%
B 235 of 255 = 92%
R + G + B ~ 96%. #F5FEEB is light color.
R + G + B = 245 + 254 + 235 = 734 (100%)
R 245 of 734 ~ 33.38%
G 254 of 734 ~ 34.6%
B 235 of 734 ~ 32.02'%
#F5FEEB color CMYK value is (4,0,7,0).
CMYK: (4,0,7,0)
C4M0Y7K0 (4%, 0%, 7%, 0%)
(0.04 / 0.00 / 0.07 / 0.00)
Color #F5FEEB in popluar color models
F5 | FE | EB | |
---|---|---|---|
RGB | 245 | 254 | 235 |
HSL | 88° | 90.48% | 95.88% |
HSB/HSV | 88° | 7.48% | 99.61% |
CMYK | 3.54% | 0.00% | 7.48% |
0.39% |
Color #F5FEEB in popluar number systems.
HEX | F5 | FE | EB |
Decimal | 245 | 254 | 235 |
Binary | 11110101 | 11111110 | 11101011 |
Octal | 365 | 376 | 353 |
Shades of #F5FEEB
Tints of #F5FEEB
Examples of css and html codes for elements with #F5FEEB color. Also use rgb(245,254,235) instead hex code.
.myTextColor { color: #F5FEEB; }
<p style="color:#F5FEEB">This sample text font color is #F5FEEB.</p>
This text font color is #F5FEEB.
.myBgColor { background-color: #F5FEEB; }
<div style="background-color:#F5FEEB">Inner text</div>
This div background color is #F5FEEB.
.myBorderColor { border: 1px solid #F5FEEB; }
<div style="border:3px solid #F5FEEB">Div</div>
This div border color is #F5FEEB.
.myOpacity80 { color: #F5FEEB; opacity: 0.8; }
<p style="color:#F5FEEB;opacity:0.8;">80%</p>
Text with #F5FEEB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F5FEEB;}
<p style="text-shadow: 3px 3px 1px #F5FEEB">Text here.</p>
This text has shadow with #F5FEEB color.
.textShadow {text-shadow: 3px 3px 1px #F5FEEB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F5FEEB, 5px 5px 20px red">Text here.</p>
This text has shadow with #F5FEEB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F5FEEB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F5FEEB, Direction=45, Strength=4)">Text</p>
This text has shadow with #F5FEEB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F5FEEB;
-webkit-box-shadow: 1px 1px 3px 2px #F5FEEB;
box-shadow: 1px 1px 3px 2px #F5FEEB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F5FEEB; -webkit-box-shadow: 1px 1px 3px 2px #F5FEEB; box-shadow:1px 1px 3px 2px #F5FEEB;">
Div content here
</div>
This text has color #F5FEEB on black background.
This text has color #F5FEEB on white background.
This text has black color on #F5FEEB background.
This text has white color on #F5FEEB background.
Complementary color for #hex is #0A0114.