COLOR #F6BFE5

HEX: #F6BFE5
RGB: (246,191,229)

Color info

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

RGB color model

#F6BFE5 color RGB value is (246,191,229).

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

RGB channels and saturation

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

246
191
229

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

Portions of RGB colors in percentages

R + G + B =
246 + 191 + 229 = 666 (100%)
R 246 of 666 ~ 36.94%
G 191 of 666 ~ 28.68%
B 229 of 666 ~ 34.38%

%36.94
%28.68
%34.38

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.36%
  • yellow value is 6.91%
  • 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.91
%3.53

Codes

Color #F6BFE5 in popluar color models

F6BFE5
RGB246191229
HSL319°75.34%85.69%
HSB/HSV319°22.36%96.47%
CMYK0.00%22.36%6.91%
3.53%

Color #F6BFE5 in popluar number systems.

HEXF6BFE5
Decimal246191229
Binary111101101011111111100101
Octal366277345

Shades and tints

Shades of #F6BFE5

#F6BFE5
(246,191,229)
#E0AED1
(224,174,209)
#CA9DBD
(202,157,189)
#B48CA9
(180,140,169)
#9E7B95
(158,123,149)
#886A81
(136,106,129)
#72596D
(114,89,109)
#5C4859
(92,72,89)
#463745
(70,55,69)
#302631
(48,38,49)
#1A151D
(26,21,29)
#000000
(0,0,0)

Tints of #F6BFE5

#F6BFE5
(246,191,229)
#F6C4E7
(246,196,231)
#F6C9E9
(246,201,233)
#F6CEEB
(246,206,235)
#F6D3ED
(246,211,237)
#F6D8EF
(246,216,239)
#F6DDF1
(246,221,241)
#F6E2F3
(246,226,243)
#F6E7F5
(246,231,245)
#F6ECF7
(246,236,247)
#F6F1F9
(246,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6BFE5; }

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

This text font color is #F6BFE5.


Background Color

.myBgColor { background-color: #F6BFE5; }

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

This div background color is #F6BFE5.


Border color

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

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

This div border color is #F6BFE5.


Opacity

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

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

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

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

This text has shadow with #F6BFE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6BFE5 on black background.


Color preview on white background

This text has color #F6BFE5 on white background.



Black color preview on #F6BFE5 background

This text has black color on #F6BFE5 background.


White color preview on #F6BFE5 background

This text has white color on #F6BFE5 background.