HEX: #F6BBFF
RGB: (246,187,255)
#F6BBFF contains mainly red and blue colors. Web safe color of #F6BBFF is #FFCCFF (or #FCF).
#F6BBFF color RGB value is (246,187,255).
RGB: (246,187,255)
(96%, 73%, 100%)
R 246 of 255 = 96%
G 187 of 255 = 73%
B 255 of 255 = 100%
R + G + B ~ 90%. #F6BBFF is light color.
R + G + B = 246 + 187 + 255 = 688 (100%)
R 246 of 688 ~ 35.76%
G 187 of 688 ~ 27.18%
B 255 of 688 ~ 37.06'%
#F6BBFF color CMYK value is (4,27,0,0).
CMYK: (4,27,0,0) C4M27Y0K0 (4%,27%,0%,0%) (0.04/0.27/0.00/0.00)
Color #F6BBFF in popluar color models
F6 | BB | FF | |
---|---|---|---|
RGB | 246 | 187 | 255 |
HSL | 292° | 100.00% | 86.67% |
HSB/HSV | 292° | 26.67% | 100.00% |
CMYK | 3.53% | 26.67% | 0.00% |
0.00% |
Color #F6BBFF in popluar number systems.
HEX | F6 | BB | FF |
Decimal | 246 | 187 | 255 |
Binary | 11110110 | 10111011 | 11111111 |
Octal | 366 | 273 | 377 |
Shades of #F6BBFF
Tints of #F6BBFF
Examples of css and html codes for elements with #F6BBFF color. Also use rgb(246,187,255) instead hex code.
.myTextColor { color: #F6BBFF; }
<p style="color:#F6BBFF">This sample text font color is #F6BBFF.</p>
This text font color is #F6BBFF.
.myBgColor { background-color: #F6BBFF; }
<div style="background-color:#F6BBFF">Inner text</div>
This div background color is #F6BBFF.
.myBorderColor { border: 1px solid #F6BBFF; }
<div style="border:3px solid #F6BBFF">Div</div>
This div border color is #F6BBFF.
.myOpacity80 { color: #F6BBFF; opacity: 0.8; }
<p style="color:#F6BBFF;opacity:0.8;">80%</p>
Text with #F6BBFF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F6BBFF;}
<p style="text-shadow: 3px 3px 1px #F6BBFF">Text here.</p>
This text has shadow with #F6BBFF color.
.textShadow {text-shadow: 3px 3px 1px #F6BBFF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F6BBFF, 5px 5px 20px red">Text here.</p>
This text has shadow with #F6BBFF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F6BBFF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F6BBFF, Direction=45, Strength=4)">Text</p>
This text has shadow with #F6BBFF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F6BBFF;
-webkit-box-shadow: 1px 1px 3px 2px #F6BBFF;
box-shadow: 1px 1px 3px 2px #F6BBFF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F6BBFF; -webkit-box-shadow: 1px 1px 3px 2px #F6BBFF; box-shadow:1px 1px 3px 2px #F6BBFF;">
Div content here
</div>
This text has color #F6BBFF on black background.
This text has color #F6BBFF on white background.
This text has black color on #F6BBFF background.
This text has white color on #F6BBFF background.
Complementary color for #hex is #094400.