COLOR #F0B7FC

HEX: #F0B7FC
RGB: (240,183,252)

Color info

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

RGB color model

#F0B7FC color RGB value is (240,183,252).

  • red value is 240;
  • green value is 183;
  • blue value is 252.
RGB:
(240,183,252)
(94%,72%,99%)

RGB channels and saturation

R 240 of 255 = 94%
G 183 of 255 = 72%
B 252 of 255 = 99%

240
183
252

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

Portions of RGB colors in percentages

R + G + B =
240 + 183 + 252 = 675 (100%)
R 240 of 675 ~ 35.56%
G 183 of 675 ~ 27.11%
B 252 of 675 ~ 37.33%

%35.56
%27.11
%37.33

CMYK color model

#F0B7FC color CMYK value is (5,27,0,1).

  • cyan value is 4.76%
  • magenta value is 27.38%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(5,27,0,1)
C5M27Y0K1 
(5%,27%,0%,1%)
(0.05/0.27/0.00/0.01)	

CMYK percentages

%4.76
%27.38
%0
%1.18

Codes

Color #F0B7FC in popluar color models

F0B7FC
RGB240183252
HSL290°92.00%85.29%
HSB/HSV290°27.38%98.82%
CMYK4.76%27.38%0.00%
1.18%

Color #F0B7FC in popluar number systems.

HEXF0B7FC
Decimal240183252
Binary111100001011011111111100
Octal360267374

Shades and tints

Shades of #F0B7FC

#F0B7FC
(240,183,252)
#DBA7E6
(219,167,230)
#C697D0
(198,151,208)
#B187BA
(177,135,186)
#9C77A4
(156,119,164)
#87678E
(135,103,142)
#725778
(114,87,120)
#5D4762
(93,71,98)
#48374C
(72,55,76)
#332736
(51,39,54)
#1E1720
(30,23,32)
#000000
(0,0,0)

Tints of #F0B7FC

#F0B7FC
(240,183,252)
#F1BDFC
(241,189,252)
#F2C3FC
(242,195,252)
#F3C9FC
(243,201,252)
#F4CFFC
(244,207,252)
#F5D5FC
(245,213,252)
#F6DBFC
(246,219,252)
#F7E1FC
(247,225,252)
#F8E7FC
(248,231,252)
#F9EDFC
(249,237,252)
#FAF3FC
(250,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0B7FC color. Also use rgb(240,183,252) instead hex code.

Text Font Color

.myTextColor { color: #F0B7FC; }

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

This text font color is #F0B7FC.


Background Color

.myBgColor { background-color: #F0B7FC; }

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

This div background color is #F0B7FC.


Border color

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

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

This div border color is #F0B7FC.


Opacity

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

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

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

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

This text has shadow with #F0B7FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0B7FC on black background.


Color preview on white background

This text has color #F0B7FC on white background.



Black color preview on #F0B7FC background

This text has black color on #F0B7FC background.


White color preview on #F0B7FC background

This text has white color on #F0B7FC background.