COLOR #F6BEF6

HEX: #F6BEF6
RGB: (246,190,246)

Color info

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

RGB color model

#F6BEF6 color RGB value is (246,190,246).

  • red value is 246;
  • green value is 190;
  • blue value is 246.
RGB:
(246,190,246)
(96%,75%,96%)

RGB channels and saturation

R 246 of 255 = 96%
G 190 of 255 = 75%
B 246 of 255 = 96%

246
190
246

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

Portions of RGB colors in percentages

R + G + B =
246 + 190 + 246 = 682 (100%)
R 246 of 682 ~ 36.07%
G 190 of 682 ~ 27.86%
B 246 of 682 ~ 36.07%

%36.07
%27.86
%36.07

CMYK color model

#F6BEF6 color CMYK value is (0,23,0,4).

  • cyan value is 0.00%
  • magenta value is 22.76%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(0,23,0,4)
C0M23Y0K4 
(0%,23%,0%,4%)
(0.00/0.23/0.00/0.04)	

CMYK percentages

%0
%22.76
%0
%3.53

Codes

Color #F6BEF6 in popluar color models

F6BEF6
RGB246190246
HSL300°75.68%85.49%
HSB/HSV300°22.76%96.47%
CMYK0.00%22.76%0.00%
3.53%

Color #F6BEF6 in popluar number systems.

HEXF6BEF6
Decimal246190246
Binary111101101011111011110110
Octal366276366

Shades and tints

Shades of #F6BEF6

#F6BEF6
(246,190,246)
#E0ADE0
(224,173,224)
#CA9CCA
(202,156,202)
#B48BB4
(180,139,180)
#9E7A9E
(158,122,158)
#886988
(136,105,136)
#725872
(114,88,114)
#5C475C
(92,71,92)
#463646
(70,54,70)
#302530
(48,37,48)
#1A141A
(26,20,26)
#000000
(0,0,0)

Tints of #F6BEF6

#F6BEF6
(246,190,246)
#F6C3F6
(246,195,246)
#F6C8F6
(246,200,246)
#F6CDF6
(246,205,246)
#F6D2F6
(246,210,246)
#F6D7F6
(246,215,246)
#F6DCF6
(246,220,246)
#F6E1F6
(246,225,246)
#F6E6F6
(246,230,246)
#F6EBF6
(246,235,246)
#F6F0F6
(246,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6BEF6; }

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

This text font color is #F6BEF6.


Background Color

.myBgColor { background-color: #F6BEF6; }

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

This div background color is #F6BEF6.


Border color

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

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

This div border color is #F6BEF6.


Opacity

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

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

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

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

This text has shadow with #F6BEF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6BEF6 on black background.


Color preview on white background

This text has color #F6BEF6 on white background.



Black color preview on #F6BEF6 background

This text has black color on #F6BEF6 background.


White color preview on #F6BEF6 background

This text has white color on #F6BEF6 background.