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