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