COLOR #F2BEE6

HEX: #F2BEE6
RGB: (242,190,230)

Color info

#F2BEE6 contains red, green and blue colors in about the same proportion. Web safe color of #F2BEE6 is #FFCCCC (or #FCC).

RGB color model

#F2BEE6 color RGB value is (242,190,230).

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

RGB channels and saturation

R 242 of 255 = 95%
G 190 of 255 = 75%
B 230 of 255 = 90%

242
190
230

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

Portions of RGB colors in percentages

R + G + B =
242 + 190 + 230 = 662 (100%)
R 242 of 662 ~ 36.56%
G 190 of 662 ~ 28.7%
B 230 of 662 ~ 34.74%

%36.56
%28.7
%34.74

CMYK color model

#F2BEE6 color CMYK value is (0,21,5,5).

  • cyan value is 0.00%
  • magenta value is 21.49%
  • yellow value is 4.96%
  • key color value is 5.10%
CMYK:
(0,21,5,5)
C0M21Y5K5 
(0%,21%,5%,5%)
(0.00/0.21/0.05/0.05)	

CMYK percentages

%0
%21.49
%4.96
%5.1

Codes

Color #F2BEE6 in popluar color models

F2BEE6
RGB242190230
HSL314°66.67%84.71%
HSB/HSV314°21.49%94.90%
CMYK0.00%21.49%4.96%
5.10%

Color #F2BEE6 in popluar number systems.

HEXF2BEE6
Decimal242190230
Binary111100101011111011100110
Octal362276346

Shades and tints

Shades of #F2BEE6

#F2BEE6
(242,190,230)
#DCADD2
(220,173,210)
#C69CBE
(198,156,190)
#B08BAA
(176,139,170)
#9A7A96
(154,122,150)
#846982
(132,105,130)
#6E586E
(110,88,110)
#58475A
(88,71,90)
#423646
(66,54,70)
#2C2532
(44,37,50)
#16141E
(22,20,30)
#000000
(0,0,0)

Tints of #F2BEE6

#F2BEE6
(242,190,230)
#F3C3E8
(243,195,232)
#F4C8EA
(244,200,234)
#F5CDEC
(245,205,236)
#F6D2EE
(246,210,238)
#F7D7F0
(247,215,240)
#F8DCF2
(248,220,242)
#F9E1F4
(249,225,244)
#FAE6F6
(250,230,246)
#FBEBF8
(251,235,248)
#FCF0FA
(252,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2BEE6; }

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

This text font color is #F2BEE6.


Background Color

.myBgColor { background-color: #F2BEE6; }

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

This div background color is #F2BEE6.


Border color

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

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

This div border color is #F2BEE6.


Opacity

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

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

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

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

This text has shadow with #F2BEE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2BEE6 on black background.


Color preview on white background

This text has color #F2BEE6 on white background.



Black color preview on #F2BEE6 background

This text has black color on #F2BEE6 background.


White color preview on #F2BEE6 background

This text has white color on #F2BEE6 background.