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