HEX: #F6DCEE
RGB: (246,220,238)
#F6DCEE contains red, green and blue colors in about the same proportion. Web safe color of #F6DCEE is #FFCCFF (or #FCF).
#F6DCEE color RGB value is (246,220,238).
RGB: (246,220,238)
(96%, 86%, 93%)
R 246 of 255 = 96%
G 220 of 255 = 86%
B 238 of 255 = 93%
R + G + B ~ 92%. #F6DCEE is light color.
R + G + B = 246 + 220 + 238 = 704 (100%)
R 246 of 704 ~ 34.94%
G 220 of 704 ~ 31.25%
B 238 of 704 ~ 33.81'%
#F6DCEE color CMYK value is (0,11,3,4).
CMYK: (0,11,3,4) C0M11Y3K4 (0%,11%,3%,4%) (0.00/0.11/0.03/0.04)
Color #F6DCEE in popluar color models
F6 | DC | EE | |
---|---|---|---|
RGB | 246 | 220 | 238 |
HSL | 318° | 59.09% | 91.37% |
HSB/HSV | 318° | 10.57% | 96.47% |
CMYK | 0.00% | 10.57% | 3.25% |
3.53% |
Color #F6DCEE in popluar number systems.
HEX | F6 | DC | EE |
Decimal | 246 | 220 | 238 |
Binary | 11110110 | 11011100 | 11101110 |
Octal | 366 | 334 | 356 |
Shades of #F6DCEE
Tints of #F6DCEE
Examples of css and html codes for elements with #F6DCEE color. Also use rgb(246,220,238) instead hex code.
.myTextColor { color: #F6DCEE; }
<p style="color:#F6DCEE">This sample text font color is #F6DCEE.</p>
This text font color is #F6DCEE.
.myBgColor { background-color: #F6DCEE; }
<div style="background-color:#F6DCEE">Inner text</div>
This div background color is #F6DCEE.
.myBorderColor { border: 1px solid #F6DCEE; }
<div style="border:3px solid #F6DCEE">Div</div>
This div border color is #F6DCEE.
.myOpacity80 { color: #F6DCEE; opacity: 0.8; }
<p style="color:#F6DCEE;opacity:0.8;">80%</p>
Text with #F6DCEE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F6DCEE;}
<p style="text-shadow: 3px 3px 1px #F6DCEE">Text here.</p>
This text has shadow with #F6DCEE color.
.textShadow {text-shadow: 3px 3px 1px #F6DCEE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F6DCEE, 5px 5px 20px red">Text here.</p>
This text has shadow with #F6DCEE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F6DCEE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F6DCEE, Direction=45, Strength=4)">Text</p>
This text has shadow with #F6DCEE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F6DCEE;
-webkit-box-shadow: 1px 1px 3px 2px #F6DCEE;
box-shadow: 1px 1px 3px 2px #F6DCEE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F6DCEE; -webkit-box-shadow: 1px 1px 3px 2px #F6DCEE; box-shadow:1px 1px 3px 2px #F6DCEE;">
Div content here
</div>
This text has color #F6DCEE on black background.
This text has color #F6DCEE on white background.
This text has black color on #F6DCEE background.
This text has white color on #F6DCEE background.
Complementary color for #hex is #092311.