COLOR #F2BEF8

HEX: #F2BEF8 RGB: (242,190,248)

Color info

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

RGB color model

#F2BEF8 color RGB value is (242,190,248).

RGB: (242,190,248) (95%, 75%, 97%)

RGB channels and saturation

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

242
190
248

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

Portions of RGB colors in percentages

R + G + B = 242 + 190 + 248 = 680 (100%)
R 242 of 680 ~ 35.59%
G 190 of 680 ~ 27.94%
B 248 of 680 ~ 36.47'%

%35.59
%27.94
%36.47

CMYK color model

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

  • cyan value is 2.42%
  • magenta value is 23.39%
  • yellow value is 0.00%
  • key color value is 2.75%

CMYK: (2,23,0,3)
C2M23Y0K3 (2%, 23%, 0%, 3%)
(0.02 / 0.23 / 0.00 / 0.03)

CMYK percentages

%2.42
%23.39
%0
%2.75

Codes

Color #F2BEF8 in popluar color models

F2 BE F8
RGB 242 190 248
HSL 294° 80.56% 85.88%
HSB/HSV 294° 23.39% 97.25%
CMYK 2.42% 23.39% 0.00%
2.75%

Color #F2BEF8 in popluar number systems.

HEX F2 BE F8
Decimal 242 190 248
Binary 11110010 10111110 11111000
Octal 362 276 370

Shades and tints

Shades of #F2BEF8

#F2BEF8
(242,190,248)
#DCADE2
(220,173,226)
#C69CCC
(198,156,204)
#B08BB6
(176,139,182)
#9A7AA0
(154,122,160)
#84698A
(132,105,138)
#6E5874
(110,88,116)
#58475E
(88,71,94)
#423648
(66,54,72)
#2C2532
(44,37,50)
#16141C
(22,20,28)
#000000
(0,0,0)

Tints of #F2BEF8

#F2BEF8
(242,190,248)
#F3C3F8
(243,195,248)
#F4C8F8
(244,200,248)
#F5CDF8
(245,205,248)
#F6D2F8
(246,210,248)
#F7D7F8
(247,215,248)
#F8DCF8
(248,220,248)
#F9E1F8
(249,225,248)
#FAE6F8
(250,230,248)
#FBEBF8
(251,235,248)
#FCF0F8
(252,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2BEF8; }

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

This text font color is #F2BEF8.

Background Color

.myBgColor { background-color: #F2BEF8; }

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

This div background color is #F2BEF8.

Border color

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

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

This div border color is #F2BEF8.

Opacity

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

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

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

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

This text has shadow with #F2BEF8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2BEF8.

Preview

Color preview on black background

This text has color #F2BEF8 on black background.


Color preview on white background

This text has color #F2BEF8 on white background.


Black color preview on #F2BEF8 background

This text has black color on #F2BEF8 background.


White color preview on #F2BEF8 background

This text has white color on #F2BEF8 background.


Related colors

Complementary color

Complementary color for #hex is #0D4107.


I love getcolorcode.com

Triadic colors

1 #F8F2BE and #BEF8F2 with #F2BEF8 are triadic colors.

2 #F8BEF2 and #BEF2F8 with #F2BEF8 are triadic colors.