HEX: #F6D7DE
RGB: (246,215,222)
#F6D7DE contains red, green and blue colors in about the same proportion. Web safe color of #F6D7DE is #FFCCCC (or #FCC).
#F6D7DE color RGB value is (246,215,222).
RGB: (246,215,222)
(96%, 84%, 87%)
R 246 of 255 = 96%
G 215 of 255 = 84%
B 222 of 255 = 87%
R + G + B ~ 89%. #F6D7DE is light color.
R + G + B = 246 + 215 + 222 = 683 (100%)
R 246 of 683 ~ 36.02%
G 215 of 683 ~ 31.48%
B 222 of 683 ~ 32.5'%
#F6D7DE color CMYK value is (0,13,10,4).
CMYK: (0,13,10,4)
C0M13Y10K4 (0%, 13%, 10%, 4%)
(0.00 / 0.13 / 0.10 / 0.04)
Color #F6D7DE in popluar color models
F6 | D7 | DE | |
---|---|---|---|
RGB | 246 | 215 | 222 |
HSL | 346° | 63.27% | 90.39% |
HSB/HSV | 346° | 12.60% | 96.47% |
CMYK | 0.00% | 12.60% | 9.76% |
3.53% |
Color #F6D7DE in popluar number systems.
HEX | F6 | D7 | DE |
Decimal | 246 | 215 | 222 |
Binary | 11110110 | 11010111 | 11011110 |
Octal | 366 | 327 | 336 |
Shades of #F6D7DE
Tints of #F6D7DE
Examples of css and html codes for elements with #F6D7DE color. Also use rgb(246,215,222) instead hex code.
.myTextColor { color: #F6D7DE; }
<p style="color:#F6D7DE">This sample text font color is #F6D7DE.</p>
This text font color is #F6D7DE.
.myBgColor { background-color: #F6D7DE; }
<div style="background-color:#F6D7DE">Inner text</div>
This div background color is #F6D7DE.
.myBorderColor { border: 1px solid #F6D7DE; }
<div style="border:3px solid #F6D7DE">Div</div>
This div border color is #F6D7DE.
.myOpacity80 { color: #F6D7DE; opacity: 0.8; }
<p style="color:#F6D7DE;opacity:0.8;">80%</p>
Text with #F6D7DE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F6D7DE;}
<p style="text-shadow: 3px 3px 1px #F6D7DE">Text here.</p>
This text has shadow with #F6D7DE color.
.textShadow {text-shadow: 3px 3px 1px #F6D7DE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F6D7DE, 5px 5px 20px red">Text here.</p>
This text has shadow with #F6D7DE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F6D7DE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F6D7DE, Direction=45, Strength=4)">Text</p>
This text has shadow with #F6D7DE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F6D7DE;
-webkit-box-shadow: 1px 1px 3px 2px #F6D7DE;
box-shadow: 1px 1px 3px 2px #F6D7DE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F6D7DE; -webkit-box-shadow: 1px 1px 3px 2px #F6D7DE; box-shadow:1px 1px 3px 2px #F6D7DE;">
Div content here
</div>
This text has color #F6D7DE on black background.
This text has color #F6D7DE on white background.
This text has black color on #F6D7DE background.
This text has white color on #F6D7DE background.
Complementary color for #hex is #092821.