HEX: #F3EBDD
RGB: (243,235,221)
#F3EBDD contains red, green and blue colors in about the same proportion. Web safe color of #F3EBDD is #FFFFCC (or #FFC).
#F3EBDD color RGB value is (243,235,221).
RGB: (243,235,221)
(95%, 92%, 87%)
R 243 of 255 = 95%
G 235 of 255 = 92%
B 221 of 255 = 87%
R + G + B ~ 91%. #F3EBDD is light color.
R + G + B = 243 + 235 + 221 = 699 (100%)
R 243 of 699 ~ 34.76%
G 235 of 699 ~ 33.62%
B 221 of 699 ~ 31.62'%
#F3EBDD color CMYK value is (0,3,9,5).
CMYK: (0,3,9,5) C0M3Y9K5 (0%,3%,9%,5%) (0.00/0.03/0.09/0.05)
Color #F3EBDD in popluar color models
F3 | EB | DD | |
---|---|---|---|
RGB | 243 | 235 | 221 |
HSL | 38° | 47.83% | 90.98% |
HSB/HSV | 38° | 9.05% | 95.29% |
CMYK | 0.00% | 3.29% | 9.05% |
4.71% |
Color #F3EBDD in popluar number systems.
HEX | F3 | EB | DD |
Decimal | 243 | 235 | 221 |
Binary | 11110011 | 11101011 | 11011101 |
Octal | 363 | 353 | 335 |
Shades of #F3EBDD
Tints of #F3EBDD
Examples of css and html codes for elements with #F3EBDD color. Also use rgb(243,235,221) instead hex code.
.myTextColor { color: #F3EBDD; }
<p style="color:#F3EBDD">This sample text font color is #F3EBDD.</p>
This text font color is #F3EBDD.
.myBgColor { background-color: #F3EBDD; }
<div style="background-color:#F3EBDD">Inner text</div>
This div background color is #F3EBDD.
.myBorderColor { border: 1px solid #F3EBDD; }
<div style="border:3px solid #F3EBDD">Div</div>
This div border color is #F3EBDD.
.myOpacity80 { color: #F3EBDD; opacity: 0.8; }
<p style="color:#F3EBDD;opacity:0.8;">80%</p>
Text with #F3EBDD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F3EBDD;}
<p style="text-shadow: 3px 3px 1px #F3EBDD">Text here.</p>
This text has shadow with #F3EBDD color.
.textShadow {text-shadow: 3px 3px 1px #F3EBDD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F3EBDD, 5px 5px 20px red">Text here.</p>
This text has shadow with #F3EBDD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F3EBDD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F3EBDD, Direction=45, Strength=4)">Text</p>
This text has shadow with #F3EBDD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F3EBDD;
-webkit-box-shadow: 1px 1px 3px 2px #F3EBDD;
box-shadow: 1px 1px 3px 2px #F3EBDD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F3EBDD; -webkit-box-shadow: 1px 1px 3px 2px #F3EBDD; box-shadow:1px 1px 3px 2px #F3EBDD;">
Div content here
</div>
This text has color #F3EBDD on black background.
This text has color #F3EBDD on white background.
This text has black color on #F3EBDD background.
This text has white color on #F3EBDD background.
Complementary color for #hex is #0C1422.