HEX: #F6CADC
RGB: (246,202,220)
#F6CADC contains red, green and blue colors in about the same proportion. Web safe color of #F6CADC is #FFCCCC (or #FCC).
#F6CADC color RGB value is (246,202,220).
RGB: (246,202,220)
(96%, 79%, 86%)
R 246 of 255 = 96%
G 202 of 255 = 79%
B 220 of 255 = 86%
R + G + B ~ 87%. #F6CADC is light color.
R + G + B = 246 + 202 + 220 = 668 (100%)
R 246 of 668 ~ 36.83%
G 202 of 668 ~ 30.24%
B 220 of 668 ~ 32.93'%
#F6CADC color CMYK value is (0,18,11,4).
CMYK: (0,18,11,4)
C0M18Y11K4 (0%, 18%, 11%, 4%)
(0.00 / 0.18 / 0.11 / 0.04)
Color #F6CADC in popluar color models
F6 | CA | DC | |
---|---|---|---|
RGB | 246 | 202 | 220 |
HSL | 335° | 70.97% | 87.84% |
HSB/HSV | 335° | 17.89% | 96.47% |
CMYK | 0.00% | 17.89% | 10.57% |
3.53% |
Color #F6CADC in popluar number systems.
HEX | F6 | CA | DC |
Decimal | 246 | 202 | 220 |
Binary | 11110110 | 11001010 | 11011100 |
Octal | 366 | 312 | 334 |
Shades of #F6CADC
Tints of #F6CADC
Examples of css and html codes for elements with #F6CADC color. Also use rgb(246,202,220) instead hex code.
.myTextColor { color: #F6CADC; }
<p style="color:#F6CADC">This sample text font color is #F6CADC.</p>
This text font color is #F6CADC.
.myBgColor { background-color: #F6CADC; }
<div style="background-color:#F6CADC">Inner text</div>
This div background color is #F6CADC.
.myBorderColor { border: 1px solid #F6CADC; }
<div style="border:3px solid #F6CADC">Div</div>
This div border color is #F6CADC.
.myOpacity80 { color: #F6CADC; opacity: 0.8; }
<p style="color:#F6CADC;opacity:0.8;">80%</p>
Text with #F6CADC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F6CADC;}
<p style="text-shadow: 3px 3px 1px #F6CADC">Text here.</p>
This text has shadow with #F6CADC color.
.textShadow {text-shadow: 3px 3px 1px #F6CADC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F6CADC, 5px 5px 20px red">Text here.</p>
This text has shadow with #F6CADC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F6CADC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F6CADC, Direction=45, Strength=4)">Text</p>
This text has shadow with #F6CADC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F6CADC;
-webkit-box-shadow: 1px 1px 3px 2px #F6CADC;
box-shadow: 1px 1px 3px 2px #F6CADC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F6CADC; -webkit-box-shadow: 1px 1px 3px 2px #F6CADC; box-shadow:1px 1px 3px 2px #F6CADC;">
Div content here
</div>
This text has color #F6CADC on black background.
This text has color #F6CADC on white background.
This text has black color on #F6CADC background.
This text has white color on #F6CADC background.
Complementary color for #hex is #093523.