HEX: #F0EBCA
RGB: (240,235,202)
#F0EBCA contains red, green and blue colors in about the same proportion. Web safe color of #F0EBCA is #FFFFCC (or #FFC).
#F0EBCA color RGB value is (240,235,202).
RGB: (240,235,202)
(94%, 92%, 79%)
R 240 of 255 = 94%
G 235 of 255 = 92%
B 202 of 255 = 79%
R + G + B ~ 88%. #F0EBCA is light color.
R + G + B = 240 + 235 + 202 = 677 (100%)
R 240 of 677 ~ 35.45%
G 235 of 677 ~ 34.71%
B 202 of 677 ~ 29.84'%
#F0EBCA color CMYK value is (0,2,16,6).
CMYK: (0,2,16,6)
C0M2Y16K6 (0%, 2%, 16%, 6%)
(0.00 / 0.02 / 0.16 / 0.06)
Color #F0EBCA in popluar color models
F0 | EB | CA | |
---|---|---|---|
RGB | 240 | 235 | 202 |
HSL | 52° | 55.88% | 86.67% |
HSB/HSV | 52° | 15.83% | 94.12% |
CMYK | 0.00% | 2.08% | 15.83% |
5.88% |
Color #F0EBCA in popluar number systems.
HEX | F0 | EB | CA |
Decimal | 240 | 235 | 202 |
Binary | 11110000 | 11101011 | 11001010 |
Octal | 360 | 353 | 312 |
Shades of #F0EBCA
Tints of #F0EBCA
Examples of css and html codes for elements with #F0EBCA color. Also use rgb(240,235,202) instead hex code.
.myTextColor { color: #F0EBCA; }
<p style="color:#F0EBCA">This sample text font color is #F0EBCA.</p>
This text font color is #F0EBCA.
.myBgColor { background-color: #F0EBCA; }
<div style="background-color:#F0EBCA">Inner text</div>
This div background color is #F0EBCA.
.myBorderColor { border: 1px solid #F0EBCA; }
<div style="border:3px solid #F0EBCA">Div</div>
This div border color is #F0EBCA.
.myOpacity80 { color: #F0EBCA; opacity: 0.8; }
<p style="color:#F0EBCA;opacity:0.8;">80%</p>
Text with #F0EBCA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F0EBCA;}
<p style="text-shadow: 3px 3px 1px #F0EBCA">Text here.</p>
This text has shadow with #F0EBCA color.
.textShadow {text-shadow: 3px 3px 1px #F0EBCA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F0EBCA, 5px 5px 20px red">Text here.</p>
This text has shadow with #F0EBCA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F0EBCA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F0EBCA, Direction=45, Strength=4)">Text</p>
This text has shadow with #F0EBCA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F0EBCA;
-webkit-box-shadow: 1px 1px 3px 2px #F0EBCA;
box-shadow: 1px 1px 3px 2px #F0EBCA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F0EBCA; -webkit-box-shadow: 1px 1px 3px 2px #F0EBCA; box-shadow:1px 1px 3px 2px #F0EBCA;">
Div content here
</div>
This text has color #F0EBCA on black background.
This text has color #F0EBCA on white background.
This text has black color on #F0EBCA background.
This text has white color on #F0EBCA background.
Complementary color for #hex is #0F1435.