HEX: #F6EEDD
RGB: (246,238,221)
#F6EEDD contains red, green and blue colors in about the same proportion. Web safe color of #F6EEDD is #FFFFCC (or #FFC).
#F6EEDD color RGB value is (246,238,221).
RGB: (246,238,221)
(96%, 93%, 87%)
R 246 of 255 = 96%
G 238 of 255 = 93%
B 221 of 255 = 87%
R + G + B ~ 92%. #F6EEDD is light color.
R + G + B = 246 + 238 + 221 = 705 (100%)
R 246 of 705 ~ 34.89%
G 238 of 705 ~ 33.76%
B 221 of 705 ~ 31.35'%
#F6EEDD color CMYK value is (0,3,10,4).
CMYK: (0,3,10,4) C0M3Y10K4 (0%,3%,10%,4%) (0.00/0.03/0.10/0.04)
Color #F6EEDD in popluar color models
F6 | EE | DD | |
---|---|---|---|
RGB | 246 | 238 | 221 |
HSL | 41° | 58.14% | 91.57% |
HSB/HSV | 41° | 10.16% | 96.47% |
CMYK | 0.00% | 3.25% | 10.16% |
3.53% |
Color #F6EEDD in popluar number systems.
HEX | F6 | EE | DD |
Decimal | 246 | 238 | 221 |
Binary | 11110110 | 11101110 | 11011101 |
Octal | 366 | 356 | 335 |
Shades of #F6EEDD
Tints of #F6EEDD
Examples of css and html codes for elements with #F6EEDD color. Also use rgb(246,238,221) instead hex code.
.myTextColor { color: #F6EEDD; }
<p style="color:#F6EEDD">This sample text font color is #F6EEDD.</p>
This text font color is #F6EEDD.
.myBgColor { background-color: #F6EEDD; }
<div style="background-color:#F6EEDD">Inner text</div>
This div background color is #F6EEDD.
.myBorderColor { border: 1px solid #F6EEDD; }
<div style="border:3px solid #F6EEDD">Div</div>
This div border color is #F6EEDD.
.myOpacity80 { color: #F6EEDD; opacity: 0.8; }
<p style="color:#F6EEDD;opacity:0.8;">80%</p>
Text with #F6EEDD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F6EEDD;}
<p style="text-shadow: 3px 3px 1px #F6EEDD">Text here.</p>
This text has shadow with #F6EEDD color.
.textShadow {text-shadow: 3px 3px 1px #F6EEDD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F6EEDD, 5px 5px 20px red">Text here.</p>
This text has shadow with #F6EEDD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F6EEDD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F6EEDD, Direction=45, Strength=4)">Text</p>
This text has shadow with #F6EEDD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F6EEDD;
-webkit-box-shadow: 1px 1px 3px 2px #F6EEDD;
box-shadow: 1px 1px 3px 2px #F6EEDD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F6EEDD; -webkit-box-shadow: 1px 1px 3px 2px #F6EEDD; box-shadow:1px 1px 3px 2px #F6EEDD;">
Div content here
</div>
This text has color #F6EEDD on black background.
This text has color #F6EEDD on white background.
This text has black color on #F6EEDD background.
This text has white color on #F6EEDD background.
Complementary color for #hex is #091122.