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