COLOR #F6B6FB

HEX: #F6B6FB
RGB: (246,182,251)

Color info

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

RGB color model

#F6B6FB color RGB value is (246,182,251).

  • red value is 246;
  • green value is 182;
  • blue value is 251.
RGB:
(246,182,251)
(96%,71%,98%)

RGB channels and saturation

R 246 of 255 = 96%
G 182 of 255 = 71%
B 251 of 255 = 98%

246
182
251

R + G + B ~ 88%. #F6B6FB is light color.

Portions of RGB colors in percentages

R + G + B =
246 + 182 + 251 = 679 (100%)
R 246 of 679 ~ 36.23%
G 182 of 679 ~ 26.8%
B 251 of 679 ~ 36.97%

%36.23
%26.8
%36.97

CMYK color model

#F6B6FB color CMYK value is (2,27,0,2).

  • cyan value is 1.99%
  • magenta value is 27.49%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(2,27,0,2)
C2M27Y0K2 
(2%,27%,0%,2%)
(0.02/0.27/0.00/0.02)	

CMYK percentages

%1.99
%27.49
%0
%1.57

Codes

Color #F6B6FB in popluar color models

F6B6FB
RGB246182251
HSL296°89.61%84.90%
HSB/HSV296°27.49%98.43%
CMYK1.99%27.49%0.00%
1.57%

Color #F6B6FB in popluar number systems.

HEXF6B6FB
Decimal246182251
Binary111101101011011011111011
Octal366266373

Shades and tints

Shades of #F6B6FB

#F6B6FB
(246,182,251)
#E0A6E5
(224,166,229)
#CA96CF
(202,150,207)
#B486B9
(180,134,185)
#9E76A3
(158,118,163)
#88668D
(136,102,141)
#725677
(114,86,119)
#5C4661
(92,70,97)
#46364B
(70,54,75)
#302635
(48,38,53)
#1A161F
(26,22,31)
#000000
(0,0,0)

Tints of #F6B6FB

#F6B6FB
(246,182,251)
#F6BCFB
(246,188,251)
#F6C2FB
(246,194,251)
#F6C8FB
(246,200,251)
#F6CEFB
(246,206,251)
#F6D4FB
(246,212,251)
#F6DAFB
(246,218,251)
#F6E0FB
(246,224,251)
#F6E6FB
(246,230,251)
#F6ECFB
(246,236,251)
#F6F2FB
(246,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6B6FB color. Also use rgb(246,182,251) instead hex code.

Text Font Color

.myTextColor { color: #F6B6FB; }

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

This text font color is #F6B6FB.


Background Color

.myBgColor { background-color: #F6B6FB; }

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

This div background color is #F6B6FB.


Border color

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

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

This div border color is #F6B6FB.


Opacity

.myOpacity80 { color: #F6B6FB; opacity: 0.8; }

<p style="color:#F6B6FB;opacity:0.8;">80%</p>

Text with #F6B6FB 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 #F6B6FB;}

<p style="text-shadow: 3px 3px 1px #F6B6FB">Text here.</p>

This text has shadow with #F6B6FB color.

.textShadow {text-shadow: 3px 3px 1px #F6B6FB, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #F6B6FB, 5px 5px 20px red">Text here.</p>

This text has shadow with #F6B6FB primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F6B6FB, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#F6B6FB, Direction=45, Strength=4)">Text</p>

This text has shadow with #F6B6FB and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #F6B6FB;
  -webkit-box-shadow:	1px 1px 3px 2px #F6B6FB;
  box-shadow:		1px 1px 3px 2px #F6B6FB;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F6B6FB;
-webkit-box-shadow: 1px 1px 3px 2px #F6B6FB;
box-shadow:1px 1px 3px 2px #F6B6FB;">
Div content here</div>
This div box has shadow with color #F6B6FB.

Preview

Color preview on black background

This text has color #F6B6FB on black background.


Color preview on white background

This text has color #F6B6FB on white background.



Black color preview on #F6B6FB background

This text has black color on #F6B6FB background.


White color preview on #F6B6FB background

This text has white color on #F6B6FB background.