HEX: #F6FEDC
RGB: (246,254,220)
#F6FEDC contains red, green and blue colors in about the same proportion. Web safe color of #F6FEDC is #FFFFCC (or #FFC).
#F6FEDC color RGB value is (246,254,220).
RGB: (246,254,220)
(96%, 100%, 86%)
R 246 of 255 = 96%
G 254 of 255 = 100%
B 220 of 255 = 86%
R + G + B ~ 94%. #F6FEDC is light color.
R + G + B = 246 + 254 + 220 = 720 (100%)
R 246 of 720 ~ 34.17%
G 254 of 720 ~ 35.28%
B 220 of 720 ~ 30.56'%
#F6FEDC color CMYK value is (3,0,13,0).
CMYK: (3,0,13,0)
C3M0Y13K0 (3%, 0%, 13%, 0%)
(0.03 / 0.00 / 0.13 / 0.00)
Color #F6FEDC in popluar color models
F6 | FE | DC | |
---|---|---|---|
RGB | 246 | 254 | 220 |
HSL | 74° | 94.44% | 92.94% |
HSB/HSV | 74° | 13.39% | 99.61% |
CMYK | 3.15% | 0.00% | 13.39% |
0.39% |
Color #F6FEDC in popluar number systems.
HEX | F6 | FE | DC |
Decimal | 246 | 254 | 220 |
Binary | 11110110 | 11111110 | 11011100 |
Octal | 366 | 376 | 334 |
Shades of #F6FEDC
Tints of #F6FEDC
Examples of css and html codes for elements with #F6FEDC color. Also use rgb(246,254,220) instead hex code.
.myTextColor { color: #F6FEDC; }
<p style="color:#F6FEDC">This sample text font color is #F6FEDC.</p>
This text font color is #F6FEDC.
.myBgColor { background-color: #F6FEDC; }
<div style="background-color:#F6FEDC">Inner text</div>
This div background color is #F6FEDC.
.myBorderColor { border: 1px solid #F6FEDC; }
<div style="border:3px solid #F6FEDC">Div</div>
This div border color is #F6FEDC.
.myOpacity80 { color: #F6FEDC; opacity: 0.8; }
<p style="color:#F6FEDC;opacity:0.8;">80%</p>
Text with #F6FEDC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F6FEDC;}
<p style="text-shadow: 3px 3px 1px #F6FEDC">Text here.</p>
This text has shadow with #F6FEDC color.
.textShadow {text-shadow: 3px 3px 1px #F6FEDC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F6FEDC, 5px 5px 20px red">Text here.</p>
This text has shadow with #F6FEDC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F6FEDC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F6FEDC, Direction=45, Strength=4)">Text</p>
This text has shadow with #F6FEDC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F6FEDC;
-webkit-box-shadow: 1px 1px 3px 2px #F6FEDC;
box-shadow: 1px 1px 3px 2px #F6FEDC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F6FEDC; -webkit-box-shadow: 1px 1px 3px 2px #F6FEDC; box-shadow:1px 1px 3px 2px #F6FEDC;">
Div content here
</div>
This text has color #F6FEDC on black background.
This text has color #F6FEDC on white background.
This text has black color on #F6FEDC background.
This text has white color on #F6FEDC background.
Complementary color for #hex is #090123.