HEX: #F6ABCE
RGB: (246,171,206)
#F6ABCE contains mainly red and blue colors. Web safe color of #F6ABCE is #FF99CC (or #F9C).
#F6ABCE color RGB value is (246,171,206).
RGB: (246,171,206)
(96%, 67%, 81%)
R 246 of 255 = 96%
G 171 of 255 = 67%
B 206 of 255 = 81%
R + G + B ~ 81%. #F6ABCE is quite light color.
R + G + B = 246 + 171 + 206 = 623 (100%)
R 246 of 623 ~ 39.49%
G 171 of 623 ~ 27.45%
B 206 of 623 ~ 33.07'%
#F6ABCE color CMYK value is (0,30,16,4).
CMYK: (0,30,16,4)
C0M30Y16K4 (0%, 30%, 16%, 4%)
(0.00 / 0.30 / 0.16 / 0.04)
Color #F6ABCE in popluar color models
F6 | AB | CE | |
---|---|---|---|
RGB | 246 | 171 | 206 |
HSL | 332° | 80.65% | 81.76% |
HSB/HSV | 332° | 30.49% | 96.47% |
CMYK | 0.00% | 30.49% | 16.26% |
3.53% |
Color #F6ABCE in popluar number systems.
HEX | F6 | AB | CE |
Decimal | 246 | 171 | 206 |
Binary | 11110110 | 10101011 | 11001110 |
Octal | 366 | 253 | 316 |
Shades of #F6ABCE
Tints of #F6ABCE
Examples of css and html codes for elements with #F6ABCE color. Also use rgb(246,171,206) instead hex code.
.myTextColor { color: #F6ABCE; }
<p style="color:#F6ABCE">This sample text font color is #F6ABCE.</p>
This text font color is #F6ABCE.
.myBgColor { background-color: #F6ABCE; }
<div style="background-color:#F6ABCE">Inner text</div>
This div background color is #F6ABCE.
.myBorderColor { border: 1px solid #F6ABCE; }
<div style="border:3px solid #F6ABCE">Div</div>
This div border color is #F6ABCE.
.myOpacity80 { color: #F6ABCE; opacity: 0.8; }
<p style="color:#F6ABCE;opacity:0.8;">80%</p>
Text with #F6ABCE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F6ABCE;}
<p style="text-shadow: 3px 3px 1px #F6ABCE">Text here.</p>
This text has shadow with #F6ABCE color.
.textShadow {text-shadow: 3px 3px 1px #F6ABCE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F6ABCE, 5px 5px 20px red">Text here.</p>
This text has shadow with #F6ABCE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F6ABCE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F6ABCE, Direction=45, Strength=4)">Text</p>
This text has shadow with #F6ABCE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F6ABCE;
-webkit-box-shadow: 1px 1px 3px 2px #F6ABCE;
box-shadow: 1px 1px 3px 2px #F6ABCE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F6ABCE; -webkit-box-shadow: 1px 1px 3px 2px #F6ABCE; box-shadow:1px 1px 3px 2px #F6ABCE;">
Div content here
</div>
This text has color #F6ABCE on black background.
This text has color #F6ABCE on white background.
This text has black color on #F6ABCE background.
This text has white color on #F6ABCE background.
Complementary color for #hex is #095431.