COLOR #F2B6F3

HEX: #F2B6F3
RGB: (242,182,243)

Color info

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

RGB color model

#F2B6F3 color RGB value is (242,182,243).

  • red value is 242;
  • green value is 182;
  • blue value is 243.
RGB:
(242,182,243)
(95%,71%,95%)

RGB channels and saturation

R 242 of 255 = 95%
G 182 of 255 = 71%
B 243 of 255 = 95%

242
182
243

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

Portions of RGB colors in percentages

R + G + B =
242 + 182 + 243 = 667 (100%)
R 242 of 667 ~ 36.28%
G 182 of 667 ~ 27.29%
B 243 of 667 ~ 36.43%

%36.28
%27.29
%36.43

CMYK color model

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

  • cyan value is 0.41%
  • magenta value is 25.10%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(0,25,0,5)
C0M25Y0K5 
(0%,25%,0%,5%)
(0.00/0.25/0.00/0.05)	

CMYK percentages

%0.41
%25.1
%0
%4.71

Codes

Color #F2B6F3 in popluar color models

F2B6F3
RGB242182243
HSL299°71.76%83.33%
HSB/HSV299°25.10%95.29%
CMYK0.41%25.10%0.00%
4.71%

Color #F2B6F3 in popluar number systems.

HEXF2B6F3
Decimal242182243
Binary111100101011011011110011
Octal362266363

Shades and tints

Shades of #F2B6F3

#F2B6F3
(242,182,243)
#DCA6DD
(220,166,221)
#C696C7
(198,150,199)
#B086B1
(176,134,177)
#9A769B
(154,118,155)
#846685
(132,102,133)
#6E566F
(110,86,111)
#584659
(88,70,89)
#423643
(66,54,67)
#2C262D
(44,38,45)
#161617
(22,22,23)
#000000
(0,0,0)

Tints of #F2B6F3

#F2B6F3
(242,182,243)
#F3BCF4
(243,188,244)
#F4C2F5
(244,194,245)
#F5C8F6
(245,200,246)
#F6CEF7
(246,206,247)
#F7D4F8
(247,212,248)
#F8DAF9
(248,218,249)
#F9E0FA
(249,224,250)
#FAE6FB
(250,230,251)
#FBECFC
(251,236,252)
#FCF2FD
(252,242,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2B6F3 color. Also use rgb(242,182,243) instead hex code.

Text Font Color

.myTextColor { color: #F2B6F3; }

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

This text font color is #F2B6F3.


Background Color

.myBgColor { background-color: #F2B6F3; }

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

This div background color is #F2B6F3.


Border color

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

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

This div border color is #F2B6F3.


Opacity

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

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

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

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

This text has shadow with #F2B6F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2B6F3 on black background.


Color preview on white background

This text has color #F2B6F3 on white background.



Black color preview on #F2B6F3 background

This text has black color on #F2B6F3 background.


White color preview on #F2B6F3 background

This text has white color on #F2B6F3 background.