COLOR #F3B9FB

HEX: #F3B9FB
RGB: (243,185,251)

Color info

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

RGB color model

#F3B9FB color RGB value is (243,185,251).

  • red value is 243;
  • green value is 185;
  • blue value is 251.
RGB:
(243,185,251)
(95%,73%,98%)

RGB channels and saturation

R 243 of 255 = 95%
G 185 of 255 = 73%
B 251 of 255 = 98%

243
185
251

R + G + B ~ 89%. #F3B9FB is light color.

Portions of RGB colors in percentages

R + G + B =
243 + 185 + 251 = 679 (100%)
R 243 of 679 ~ 35.79%
G 185 of 679 ~ 27.25%
B 251 of 679 ~ 36.97%

%35.79
%27.25
%36.97

CMYK color model

#F3B9FB color CMYK value is (3,26,0,2).

  • cyan value is 3.19%
  • magenta value is 26.29%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(3,26,0,2)
C3M26Y0K2 
(3%,26%,0%,2%)
(0.03/0.26/0.00/0.02)	

CMYK percentages

%3.19
%26.29
%0
%1.57

Codes

Color #F3B9FB in popluar color models

F3B9FB
RGB243185251
HSL293°89.19%85.49%
HSB/HSV293°26.29%98.43%
CMYK3.19%26.29%0.00%
1.57%

Color #F3B9FB in popluar number systems.

HEXF3B9FB
Decimal243185251
Binary111100111011100111111011
Octal363271373

Shades and tints

Shades of #F3B9FB

#F3B9FB
(243,185,251)
#DDA9E5
(221,169,229)
#C799CF
(199,153,207)
#B189B9
(177,137,185)
#9B79A3
(155,121,163)
#85698D
(133,105,141)
#6F5977
(111,89,119)
#594961
(89,73,97)
#43394B
(67,57,75)
#2D2935
(45,41,53)
#17191F
(23,25,31)
#000000
(0,0,0)

Tints of #F3B9FB

#F3B9FB
(243,185,251)
#F4BFFB
(244,191,251)
#F5C5FB
(245,197,251)
#F6CBFB
(246,203,251)
#F7D1FB
(247,209,251)
#F8D7FB
(248,215,251)
#F9DDFB
(249,221,251)
#FAE3FB
(250,227,251)
#FBE9FB
(251,233,251)
#FCEFFB
(252,239,251)
#FDF5FB
(253,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3B9FB color. Also use rgb(243,185,251) instead hex code.

Text Font Color

.myTextColor { color: #F3B9FB; }

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

This text font color is #F3B9FB.


Background Color

.myBgColor { background-color: #F3B9FB; }

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

This div background color is #F3B9FB.


Border color

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

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

This div border color is #F3B9FB.


Opacity

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

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

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

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

This text has shadow with #F3B9FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3B9FB on black background.


Color preview on white background

This text has color #F3B9FB on white background.



Black color preview on #F3B9FB background

This text has black color on #F3B9FB background.


White color preview on #F3B9FB background

This text has white color on #F3B9FB background.