COLOR #F6BBFF

HEX: #F6BBFF RGB: (246,187,255)

Color info

#F6BBFF contains mainly red and blue colors. Web safe color of #F6BBFF is #FFCCFF (or #FCF).

RGB color model

#F6BBFF color RGB value is (246,187,255).

RGB: (246,187,255) (96%, 73%, 100%)

RGB channels and saturation

R 246 of 255 = 96%
G 187 of 255 = 73%
B 255 of 255 = 100%

246
187
255

R + G + B ~ 90%. #F6BBFF is light color.

Portions of RGB colors in percentages

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'%

%35.76
%27.18
%37.06

CMYK color model

#F6BBFF color CMYK value is (4,27,0,0).

  • cyan value is 3.53%
  • magenta value is 26.67%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK: (4,27,0,0) C4M27Y0K0 (4%,27%,0%,0%) (0.04/0.27/0.00/0.00) 

CMYK percentages

%3.53
%26.67
%0
%0

Codes

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 and tints

Shades of #F6BBFF

#F6BBFF
(246,187,255)
#E0AAE8
(224,170,232)
#CA99D1
(202,153,209)
#B488BA
(180,136,186)
#9E77A3
(158,119,163)
#88668C
(136,102,140)
#725575
(114,85,117)
#5C445E
(92,68,94)
#463347
(70,51,71)
#302230
(48,34,48)
#1A1119
(26,17,25)
#000000
(0,0,0)

Tints of #F6BBFF

#F6BBFF
(246,187,255)
#F6C1FF
(246,193,255)
#F6C7FF
(246,199,255)
#F6CDFF
(246,205,255)
#F6D3FF
(246,211,255)
#F6D9FF
(246,217,255)
#F6DFFF
(246,223,255)
#F6E5FF
(246,229,255)
#F6EBFF
(246,235,255)
#F6F1FF
(246,241,255)
#F6F7FF
(246,247,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6BBFF color. Also use rgb(246,187,255) instead hex code.

Text Font Color

.myTextColor { color: #F6BBFF; }

<p style="color:#F6BBFF">This sample text font color is #F6BBFF.</p>

This text font color is #F6BBFF.

Background Color

.myBgColor { background-color: #F6BBFF; }

<div style="background-color:#F6BBFF">Inner text</div>

This div background color is #F6BBFF.

Border color

.myBorderColor { border: 1px solid #F6BBFF; }

<div style="border:3px solid #F6BBFF">Div</div>

This div border color is #F6BBFF.

Opacity

.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%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.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.

Div box shadow color

/* 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 div box has shadow with color #F6BBFF.

Preview

Color preview on black background

This text has color #F6BBFF on black background.


Color preview on white background

This text has color #F6BBFF on white background.


Black color preview on #F6BBFF background

This text has black color on #F6BBFF background.


White color preview on #F6BBFF background

This text has white color on #F6BBFF background.


Related colors

Complementary color

Complementary color for #hex is #094400.


I love getcolorcode.com

Triadic colors

1 #FFF6BB and #BBFFF6 with #F6BBFF are triadic colors.

2 #FFBBF6 and #BBF6FF with #F6BBFF are triadic colors.