COLOR #F1B6FB

HEX: #F1B6FB
RGB: (241,182,251)

Color info

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

RGB color model

#F1B6FB color RGB value is (241,182,251).

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

RGB channels and saturation

R 241 of 255 = 95%
G 182 of 255 = 71%
B 251 of 255 = 98%

241
182
251

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

Portions of RGB colors in percentages

R + G + B =
241 + 182 + 251 = 674 (100%)
R 241 of 674 ~ 35.76%
G 182 of 674 ~ 27%
B 251 of 674 ~ 37.24%

%35.76
%27
%37.24

CMYK color model

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

  • cyan value is 3.98%
  • magenta value is 27.49%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(4,27,0,2)
C4M27Y0K2 
(4%,27%,0%,2%)
(0.04/0.27/0.00/0.02)	

CMYK percentages

%3.98
%27.49
%0
%1.57

Codes

Color #F1B6FB in popluar color models

F1B6FB
RGB241182251
HSL291°89.61%84.90%
HSB/HSV291°27.49%98.43%
CMYK3.98%27.49%0.00%
1.57%

Color #F1B6FB in popluar number systems.

HEXF1B6FB
Decimal241182251
Binary111100011011011011111011
Octal361266373

Shades and tints

Shades of #F1B6FB

#F1B6FB
(241,182,251)
#DCA6E5
(220,166,229)
#C796CF
(199,150,207)
#B286B9
(178,134,185)
#9D76A3
(157,118,163)
#88668D
(136,102,141)
#735677
(115,86,119)
#5E4661
(94,70,97)
#49364B
(73,54,75)
#342635
(52,38,53)
#1F161F
(31,22,31)
#000000
(0,0,0)

Tints of #F1B6FB

#F1B6FB
(241,182,251)
#F2BCFB
(242,188,251)
#F3C2FB
(243,194,251)
#F4C8FB
(244,200,251)
#F5CEFB
(245,206,251)
#F6D4FB
(246,212,251)
#F7DAFB
(247,218,251)
#F8E0FB
(248,224,251)
#F9E6FB
(249,230,251)
#FAECFB
(250,236,251)
#FBF2FB
(251,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1B6FB; }

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

This text font color is #F1B6FB.


Background Color

.myBgColor { background-color: #F1B6FB; }

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

This div background color is #F1B6FB.


Border color

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

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

This div border color is #F1B6FB.


Opacity

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

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

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

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

This text has shadow with #F1B6FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1B6FB on black background.


Color preview on white background

This text has color #F1B6FB on white background.



Black color preview on #F1B6FB background

This text has black color on #F1B6FB background.


White color preview on #F1B6FB background

This text has white color on #F1B6FB background.