HEX: #F6ACBB
RGB: (246,172,187)
#F6ACBB contains mainly red and blue colors. Web safe color of #F6ACBB is #FF99CC (or #F9C).
#F6ACBB color RGB value is (246,172,187).
RGB: (246,172,187)
(96%, 67%, 73%)
R 246 of 255 = 96%
G 172 of 255 = 67%
B 187 of 255 = 73%
R + G + B ~ 79%. #F6ACBB is quite light color.
R + G + B = 246 + 172 + 187 = 605 (100%)
R 246 of 605 ~ 40.66%
G 172 of 605 ~ 28.43%
B 187 of 605 ~ 30.91'%
#F6ACBB color CMYK value is (0,30,24,4).
CMYK: (0,30,24,4)
C0M30Y24K4 (0%, 30%, 24%, 4%)
(0.00 / 0.30 / 0.24 / 0.04)
Color #F6ACBB in popluar color models
F6 | AC | BB | |
---|---|---|---|
RGB | 246 | 172 | 187 |
HSL | 348° | 80.43% | 81.96% |
HSB/HSV | 348° | 30.08% | 96.47% |
CMYK | 0.00% | 30.08% | 23.98% |
3.53% |
Color #F6ACBB in popluar number systems.
HEX | F6 | AC | BB |
Decimal | 246 | 172 | 187 |
Binary | 11110110 | 10101100 | 10111011 |
Octal | 366 | 254 | 273 |
Shades of #F6ACBB
Tints of #F6ACBB
Examples of css and html codes for elements with #F6ACBB color. Also use rgb(246,172,187) instead hex code.
.myTextColor { color: #F6ACBB; }
<p style="color:#F6ACBB">This sample text font color is #F6ACBB.</p>
This text font color is #F6ACBB.
.myBgColor { background-color: #F6ACBB; }
<div style="background-color:#F6ACBB">Inner text</div>
This div background color is #F6ACBB.
.myBorderColor { border: 1px solid #F6ACBB; }
<div style="border:3px solid #F6ACBB">Div</div>
This div border color is #F6ACBB.
.myOpacity80 { color: #F6ACBB; opacity: 0.8; }
<p style="color:#F6ACBB;opacity:0.8;">80%</p>
Text with #F6ACBB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F6ACBB;}
<p style="text-shadow: 3px 3px 1px #F6ACBB">Text here.</p>
This text has shadow with #F6ACBB color.
.textShadow {text-shadow: 3px 3px 1px #F6ACBB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F6ACBB, 5px 5px 20px red">Text here.</p>
This text has shadow with #F6ACBB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F6ACBB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F6ACBB, Direction=45, Strength=4)">Text</p>
This text has shadow with #F6ACBB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F6ACBB;
-webkit-box-shadow: 1px 1px 3px 2px #F6ACBB;
box-shadow: 1px 1px 3px 2px #F6ACBB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F6ACBB; -webkit-box-shadow: 1px 1px 3px 2px #F6ACBB; box-shadow:1px 1px 3px 2px #F6ACBB;">
Div content here
</div>
This text has color #F6ACBB on black background.
This text has color #F6ACBB on white background.
This text has black color on #F6ACBB background.
This text has white color on #F6ACBB background.
Complementary color for #hex is #095344.