COLOR #F2BCEF

HEX: #F2BCEF
RGB: (242,188,239)

Color info

#F2BCEF contains red, green and blue colors in about the same proportion. Web safe color of #F2BCEF is #FFCCFF (or #FCF).

RGB color model

#F2BCEF color RGB value is (242,188,239).

  • red value is 242;
  • green value is 188;
  • blue value is 239.
RGB:
(242,188,239)
(95%,74%,94%)

RGB channels and saturation

R 242 of 255 = 95%
G 188 of 255 = 74%
B 239 of 255 = 94%

242
188
239

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

Portions of RGB colors in percentages

R + G + B =
242 + 188 + 239 = 669 (100%)
R 242 of 669 ~ 36.17%
G 188 of 669 ~ 28.1%
B 239 of 669 ~ 35.72%

%36.17
%28.1
%35.72

CMYK color model

#F2BCEF color CMYK value is (0,22,1,5).

  • cyan value is 0.00%
  • magenta value is 22.31%
  • yellow value is 1.24%
  • key color value is 5.10%
CMYK:
(0,22,1,5)
C0M22Y1K5 
(0%,22%,1%,5%)
(0.00/0.22/0.01/0.05)	

CMYK percentages

%0
%22.31
%1.24
%5.1

Codes

Color #F2BCEF in popluar color models

F2BCEF
RGB242188239
HSL303°67.50%84.31%
HSB/HSV303°22.31%94.90%
CMYK0.00%22.31%1.24%
5.10%

Color #F2BCEF in popluar number systems.

HEXF2BCEF
Decimal242188239
Binary111100101011110011101111
Octal362274357

Shades and tints

Shades of #F2BCEF

#F2BCEF
(242,188,239)
#DCABDA
(220,171,218)
#C69AC5
(198,154,197)
#B089B0
(176,137,176)
#9A789B
(154,120,155)
#846786
(132,103,134)
#6E5671
(110,86,113)
#58455C
(88,69,92)
#423447
(66,52,71)
#2C2332
(44,35,50)
#16121D
(22,18,29)
#000000
(0,0,0)

Tints of #F2BCEF

#F2BCEF
(242,188,239)
#F3C2F0
(243,194,240)
#F4C8F1
(244,200,241)
#F5CEF2
(245,206,242)
#F6D4F3
(246,212,243)
#F7DAF4
(247,218,244)
#F8E0F5
(248,224,245)
#F9E6F6
(249,230,246)
#FAECF7
(250,236,247)
#FBF2F8
(251,242,248)
#FCF8F9
(252,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2BCEF color. Also use rgb(242,188,239) instead hex code.

Text Font Color

.myTextColor { color: #F2BCEF; }

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

This text font color is #F2BCEF.


Background Color

.myBgColor { background-color: #F2BCEF; }

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

This div background color is #F2BCEF.


Border color

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

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

This div border color is #F2BCEF.


Opacity

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

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

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

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

This text has shadow with #F2BCEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2BCEF on black background.


Color preview on white background

This text has color #F2BCEF on white background.



Black color preview on #F2BCEF background

This text has black color on #F2BCEF background.


White color preview on #F2BCEF background

This text has white color on #F2BCEF background.