COLOR #F2BEEE

HEX: #F2BEEE
RGB: (242,190,238)

Color info

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

RGB color model

#F2BEEE color RGB value is (242,190,238).

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

RGB channels and saturation

R 242 of 255 = 95%
G 190 of 255 = 75%
B 238 of 255 = 93%

242
190
238

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

Portions of RGB colors in percentages

R + G + B =
242 + 190 + 238 = 670 (100%)
R 242 of 670 ~ 36.12%
G 190 of 670 ~ 28.36%
B 238 of 670 ~ 35.52%

%36.12
%28.36
%35.52

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.49%
  • yellow value is 1.65%
  • key color value is 5.10%
CMYK:
(0,21,2,5)
C0M21Y2K5 
(0%,21%,2%,5%)
(0.00/0.21/0.02/0.05)	

CMYK percentages

%0
%21.49
%1.65
%5.1

Codes

Color #F2BEEE in popluar color models

F2BEEE
RGB242190238
HSL305°66.67%84.71%
HSB/HSV305°21.49%94.90%
CMYK0.00%21.49%1.65%
5.10%

Color #F2BEEE in popluar number systems.

HEXF2BEEE
Decimal242190238
Binary111100101011111011101110
Octal362276356

Shades and tints

Shades of #F2BEEE

#F2BEEE
(242,190,238)
#DCADD9
(220,173,217)
#C69CC4
(198,156,196)
#B08BAF
(176,139,175)
#9A7A9A
(154,122,154)
#846985
(132,105,133)
#6E5870
(110,88,112)
#58475B
(88,71,91)
#423646
(66,54,70)
#2C2531
(44,37,49)
#16141C
(22,20,28)
#000000
(0,0,0)

Tints of #F2BEEE

#F2BEEE
(242,190,238)
#F3C3EF
(243,195,239)
#F4C8F0
(244,200,240)
#F5CDF1
(245,205,241)
#F6D2F2
(246,210,242)
#F7D7F3
(247,215,243)
#F8DCF4
(248,220,244)
#F9E1F5
(249,225,245)
#FAE6F6
(250,230,246)
#FBEBF7
(251,235,247)
#FCF0F8
(252,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2BEEE; }

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

This text font color is #F2BEEE.


Background Color

.myBgColor { background-color: #F2BEEE; }

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

This div background color is #F2BEEE.


Border color

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

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

This div border color is #F2BEEE.


Opacity

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

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

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

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

This text has shadow with #F2BEEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2BEEE on black background.


Color preview on white background

This text has color #F2BEEE on white background.



Black color preview on #F2BEEE background

This text has black color on #F2BEEE background.


White color preview on #F2BEEE background

This text has white color on #F2BEEE background.