COLOR #F0B3FB

HEX: #F0B3FB
RGB: (240,179,251)

Color info

#F0B3FB contains mainly red and blue colors. Web safe color of #F0B3FB is #FF99FF (or #F9F).

RGB color model

#F0B3FB color RGB value is (240,179,251).

  • red value is 240;
  • green value is 179;
  • blue value is 251.
RGB:
(240,179,251)
(94%,70%,98%)

RGB channels and saturation

R 240 of 255 = 94%
G 179 of 255 = 70%
B 251 of 255 = 98%

240
179
251

R + G + B ~ 87%. #F0B3FB is light color.

Portions of RGB colors in percentages

R + G + B =
240 + 179 + 251 = 670 (100%)
R 240 of 670 ~ 35.82%
G 179 of 670 ~ 26.72%
B 251 of 670 ~ 37.46%

%35.82
%26.72
%37.46

CMYK color model

#F0B3FB color CMYK value is (4,29,0,2).

  • cyan value is 4.38%
  • magenta value is 28.69%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(4,29,0,2)
C4M29Y0K2 
(4%,29%,0%,2%)
(0.04/0.29/0.00/0.02)	

CMYK percentages

%4.38
%28.69
%0
%1.57

Codes

Color #F0B3FB in popluar color models

F0B3FB
RGB240179251
HSL291°90.00%84.31%
HSB/HSV291°28.69%98.43%
CMYK4.38%28.69%0.00%
1.57%

Color #F0B3FB in popluar number systems.

HEXF0B3FB
Decimal240179251
Binary111100001011001111111011
Octal360263373

Shades and tints

Shades of #F0B3FB

#F0B3FB
(240,179,251)
#DBA3E5
(219,163,229)
#C693CF
(198,147,207)
#B183B9
(177,131,185)
#9C73A3
(156,115,163)
#87638D
(135,99,141)
#725377
(114,83,119)
#5D4361
(93,67,97)
#48334B
(72,51,75)
#332335
(51,35,53)
#1E131F
(30,19,31)
#000000
(0,0,0)

Tints of #F0B3FB

#F0B3FB
(240,179,251)
#F1B9FB
(241,185,251)
#F2BFFB
(242,191,251)
#F3C5FB
(243,197,251)
#F4CBFB
(244,203,251)
#F5D1FB
(245,209,251)
#F6D7FB
(246,215,251)
#F7DDFB
(247,221,251)
#F8E3FB
(248,227,251)
#F9E9FB
(249,233,251)
#FAEFFB
(250,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0B3FB color. Also use rgb(240,179,251) instead hex code.

Text Font Color

.myTextColor { color: #F0B3FB; }

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

This text font color is #F0B3FB.


Background Color

.myBgColor { background-color: #F0B3FB; }

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

This div background color is #F0B3FB.


Border color

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

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

This div border color is #F0B3FB.


Opacity

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

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

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

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

This text has shadow with #F0B3FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0B3FB on black background.


Color preview on white background

This text has color #F0B3FB on white background.



Black color preview on #F0B3FB background

This text has black color on #F0B3FB background.


White color preview on #F0B3FB background

This text has white color on #F0B3FB background.