COLOR #F2BEF7

HEX: #F2BEF7
RGB: (242,190,247)

Color info

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

RGB color model

#F2BEF7 color RGB value is (242,190,247).

  • red value is 242;
  • green value is 190;
  • blue value is 247.
RGB:
(242,190,247)
(95%,75%,97%)

RGB channels and saturation

R 242 of 255 = 95%
G 190 of 255 = 75%
B 247 of 255 = 97%

242
190
247

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

Portions of RGB colors in percentages

R + G + B =
242 + 190 + 247 = 679 (100%)
R 242 of 679 ~ 35.64%
G 190 of 679 ~ 27.98%
B 247 of 679 ~ 36.38%

%35.64
%27.98
%36.38

CMYK color model

#F2BEF7 color CMYK value is (2,23,0,3).

  • cyan value is 2.02%
  • magenta value is 23.08%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(2,23,0,3)
C2M23Y0K3 
(2%,23%,0%,3%)
(0.02/0.23/0.00/0.03)	

CMYK percentages

%2.02
%23.08
%0
%3.14

Codes

Color #F2BEF7 in popluar color models

F2BEF7
RGB242190247
HSL295°78.08%85.69%
HSB/HSV295°23.08%96.86%
CMYK2.02%23.08%0.00%
3.14%

Color #F2BEF7 in popluar number systems.

HEXF2BEF7
Decimal242190247
Binary111100101011111011110111
Octal362276367

Shades and tints

Shades of #F2BEF7

#F2BEF7
(242,190,247)
#DCADE1
(220,173,225)
#C69CCB
(198,156,203)
#B08BB5
(176,139,181)
#9A7A9F
(154,122,159)
#846989
(132,105,137)
#6E5873
(110,88,115)
#58475D
(88,71,93)
#423647
(66,54,71)
#2C2531
(44,37,49)
#16141B
(22,20,27)
#000000
(0,0,0)

Tints of #F2BEF7

#F2BEF7
(242,190,247)
#F3C3F7
(243,195,247)
#F4C8F7
(244,200,247)
#F5CDF7
(245,205,247)
#F6D2F7
(246,210,247)
#F7D7F7
(247,215,247)
#F8DCF7
(248,220,247)
#F9E1F7
(249,225,247)
#FAE6F7
(250,230,247)
#FBEBF7
(251,235,247)
#FCF0F7
(252,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2BEF7 color. Also use rgb(242,190,247) instead hex code.

Text Font Color

.myTextColor { color: #F2BEF7; }

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

This text font color is #F2BEF7.


Background Color

.myBgColor { background-color: #F2BEF7; }

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

This div background color is #F2BEF7.


Border color

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

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

This div border color is #F2BEF7.


Opacity

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

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

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

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

This text has shadow with #F2BEF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2BEF7 on black background.


Color preview on white background

This text has color #F2BEF7 on white background.



Black color preview on #F2BEF7 background

This text has black color on #F2BEF7 background.


White color preview on #F2BEF7 background

This text has white color on #F2BEF7 background.