COLOR #F6BFE6

HEX: #F6BFE6
RGB: (246,191,230)

Color info

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

RGB color model

#F6BFE6 color RGB value is (246,191,230).

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

RGB channels and saturation

R 246 of 255 = 96%
G 191 of 255 = 75%
B 230 of 255 = 90%

246
191
230

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

Portions of RGB colors in percentages

R + G + B =
246 + 191 + 230 = 667 (100%)
R 246 of 667 ~ 36.88%
G 191 of 667 ~ 28.64%
B 230 of 667 ~ 34.48%

%36.88
%28.64
%34.48

CMYK color model

#F6BFE6 color CMYK value is (0,22,7,4).

  • cyan value is 0.00%
  • magenta value is 22.36%
  • yellow value is 6.50%
  • key color value is 3.53%
CMYK:
(0,22,7,4)
C0M22Y7K4 
(0%,22%,7%,4%)
(0.00/0.22/0.07/0.04)	

CMYK percentages

%0
%22.36
%6.5
%3.53

Codes

Color #F6BFE6 in popluar color models

F6BFE6
RGB246191230
HSL317°75.34%85.69%
HSB/HSV317°22.36%96.47%
CMYK0.00%22.36%6.50%
3.53%

Color #F6BFE6 in popluar number systems.

HEXF6BFE6
Decimal246191230
Binary111101101011111111100110
Octal366277346

Shades and tints

Shades of #F6BFE6

#F6BFE6
(246,191,230)
#E0AED2
(224,174,210)
#CA9DBE
(202,157,190)
#B48CAA
(180,140,170)
#9E7B96
(158,123,150)
#886A82
(136,106,130)
#72596E
(114,89,110)
#5C485A
(92,72,90)
#463746
(70,55,70)
#302632
(48,38,50)
#1A151E
(26,21,30)
#000000
(0,0,0)

Tints of #F6BFE6

#F6BFE6
(246,191,230)
#F6C4E8
(246,196,232)
#F6C9EA
(246,201,234)
#F6CEEC
(246,206,236)
#F6D3EE
(246,211,238)
#F6D8F0
(246,216,240)
#F6DDF2
(246,221,242)
#F6E2F4
(246,226,244)
#F6E7F6
(246,231,246)
#F6ECF8
(246,236,248)
#F6F1FA
(246,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6BFE6; }

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

This text font color is #F6BFE6.


Background Color

.myBgColor { background-color: #F6BFE6; }

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

This div background color is #F6BFE6.


Border color

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

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

This div border color is #F6BFE6.


Opacity

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

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

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

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

This text has shadow with #F6BFE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6BFE6 on black background.


Color preview on white background

This text has color #F6BFE6 on white background.



Black color preview on #F6BFE6 background

This text has black color on #F6BFE6 background.


White color preview on #F6BFE6 background

This text has white color on #F6BFE6 background.