HEX: #F5F0BC
RGB: (245,240,188)
#F5F0BC contains red, green and blue colors in about the same proportion. Web safe color of #F5F0BC is #FFFFCC (or #FFC).
#F5F0BC color RGB value is (245,240,188).
RGB: (245,240,188)
(96%, 94%, 74%)
R 245 of 255 = 96%
G 240 of 255 = 94%
B 188 of 255 = 74%
R + G + B ~ 88%. #F5F0BC is light color.
R + G + B = 245 + 240 + 188 = 673 (100%)
R 245 of 673 ~ 36.4%
G 240 of 673 ~ 35.66%
B 188 of 673 ~ 27.93'%
#F5F0BC color CMYK value is (0,2,23,4).
CMYK: (0,2,23,4) C0M2Y23K4 (0%,2%,23%,4%) (0.00/0.02/0.23/0.04)
Color #F5F0BC in popluar color models
F5 | F0 | BC | |
---|---|---|---|
RGB | 245 | 240 | 188 |
HSL | 55° | 74.03% | 84.90% |
HSB/HSV | 55° | 23.27% | 96.08% |
CMYK | 0.00% | 2.04% | 23.27% |
3.92% |
Color #F5F0BC in popluar number systems.
HEX | F5 | F0 | BC |
Decimal | 245 | 240 | 188 |
Binary | 11110101 | 11110000 | 10111100 |
Octal | 365 | 360 | 274 |
Shades of #F5F0BC
Tints of #F5F0BC
Examples of css and html codes for elements with #F5F0BC color. Also use rgb(245,240,188) instead hex code.
.myTextColor { color: #F5F0BC; }
<p style="color:#F5F0BC">This sample text font color is #F5F0BC.</p>
This text font color is #F5F0BC.
.myBgColor { background-color: #F5F0BC; }
<div style="background-color:#F5F0BC">Inner text</div>
This div background color is #F5F0BC.
.myBorderColor { border: 1px solid #F5F0BC; }
<div style="border:3px solid #F5F0BC">Div</div>
This div border color is #F5F0BC.
.myOpacity80 { color: #F5F0BC; opacity: 0.8; }
<p style="color:#F5F0BC;opacity:0.8;">80%</p>
Text with #F5F0BC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F5F0BC;}
<p style="text-shadow: 3px 3px 1px #F5F0BC">Text here.</p>
This text has shadow with #F5F0BC color.
.textShadow {text-shadow: 3px 3px 1px #F5F0BC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F5F0BC, 5px 5px 20px red">Text here.</p>
This text has shadow with #F5F0BC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F5F0BC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F5F0BC, Direction=45, Strength=4)">Text</p>
This text has shadow with #F5F0BC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F5F0BC;
-webkit-box-shadow: 1px 1px 3px 2px #F5F0BC;
box-shadow: 1px 1px 3px 2px #F5F0BC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F5F0BC; -webkit-box-shadow: 1px 1px 3px 2px #F5F0BC; box-shadow:1px 1px 3px 2px #F5F0BC;">
Div content here
</div>
This text has color #F5F0BC on black background.
This text has color #F5F0BC on white background.
This text has black color on #F5F0BC background.
This text has white color on #F5F0BC background.
Complementary color for #hex is #0A0F43.