COLOR #F0BCFC

HEX: #F0BCFC
RGB: (240,188,252)

Color info

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

RGB color model

#F0BCFC color RGB value is (240,188,252).

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

RGB channels and saturation

R 240 of 255 = 94%
G 188 of 255 = 74%
B 252 of 255 = 99%

240
188
252

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

Portions of RGB colors in percentages

R + G + B =
240 + 188 + 252 = 680 (100%)
R 240 of 680 ~ 35.29%
G 188 of 680 ~ 27.65%
B 252 of 680 ~ 37.06%

%35.29
%27.65
%37.06

CMYK color model

#F0BCFC color CMYK value is (5,25,0,1).

  • cyan value is 4.76%
  • magenta value is 25.40%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(5,25,0,1)
C5M25Y0K1 
(5%,25%,0%,1%)
(0.05/0.25/0.00/0.01)	

CMYK percentages

%4.76
%25.4
%0
%1.18

Codes

Color #F0BCFC in popluar color models

F0BCFC
RGB240188252
HSL289°91.43%86.27%
HSB/HSV289°25.40%98.82%
CMYK4.76%25.40%0.00%
1.18%

Color #F0BCFC in popluar number systems.

HEXF0BCFC
Decimal240188252
Binary111100001011110011111100
Octal360274374

Shades and tints

Shades of #F0BCFC

#F0BCFC
(240,188,252)
#DBABE6
(219,171,230)
#C69AD0
(198,154,208)
#B189BA
(177,137,186)
#9C78A4
(156,120,164)
#87678E
(135,103,142)
#725678
(114,86,120)
#5D4562
(93,69,98)
#48344C
(72,52,76)
#332336
(51,35,54)
#1E1220
(30,18,32)
#000000
(0,0,0)

Tints of #F0BCFC

#F0BCFC
(240,188,252)
#F1C2FC
(241,194,252)
#F2C8FC
(242,200,252)
#F3CEFC
(243,206,252)
#F4D4FC
(244,212,252)
#F5DAFC
(245,218,252)
#F6E0FC
(246,224,252)
#F7E6FC
(247,230,252)
#F8ECFC
(248,236,252)
#F9F2FC
(249,242,252)
#FAF8FC
(250,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0BCFC; }

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

This text font color is #F0BCFC.


Background Color

.myBgColor { background-color: #F0BCFC; }

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

This div background color is #F0BCFC.


Border color

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

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

This div border color is #F0BCFC.


Opacity

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

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

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

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

This text has shadow with #F0BCFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0BCFC on black background.


Color preview on white background

This text has color #F0BCFC on white background.



Black color preview on #F0BCFC background

This text has black color on #F0BCFC background.


White color preview on #F0BCFC background

This text has white color on #F0BCFC background.