COLOR #F6BFBF

HEX: #F6BFBF
RGB: (246,191,191)

Color info

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

RGB color model

#F6BFBF color RGB value is (246,191,191).

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

RGB channels and saturation

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

246
191
191

R + G + B ~ 82%. #F6BFBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 191 + 191 = 628 (100%)
R 246 of 628 ~ 39.17%
G 191 of 628 ~ 30.41%
B 191 of 628 ~ 30.41%

%39.17
%30.41
%30.41

CMYK color model

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

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

CMYK percentages

%0
%22.36
%22.36
%3.53

Codes

Color #F6BFBF in popluar color models

F6BFBF
RGB246191191
HSL75.34%85.69%
HSB/HSV22.36%96.47%
CMYK0.00%22.36%22.36%
3.53%

Color #F6BFBF in popluar number systems.

HEXF6BFBF
Decimal246191191
Binary111101101011111110111111
Octal366277277

Shades and tints

Shades of #F6BFBF

#F6BFBF
(246,191,191)
#E0AEAE
(224,174,174)
#CA9D9D
(202,157,157)
#B48C8C
(180,140,140)
#9E7B7B
(158,123,123)
#886A6A
(136,106,106)
#725959
(114,89,89)
#5C4848
(92,72,72)
#463737
(70,55,55)
#302626
(48,38,38)
#1A1515
(26,21,21)
#000000
(0,0,0)

Tints of #F6BFBF

#F6BFBF
(246,191,191)
#F6C4C4
(246,196,196)
#F6C9C9
(246,201,201)
#F6CECE
(246,206,206)
#F6D3D3
(246,211,211)
#F6D8D8
(246,216,216)
#F6DDDD
(246,221,221)
#F6E2E2
(246,226,226)
#F6E7E7
(246,231,231)
#F6ECEC
(246,236,236)
#F6F1F1
(246,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6BFBF; }

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

This text font color is #F6BFBF.


Background Color

.myBgColor { background-color: #F6BFBF; }

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

This div background color is #F6BFBF.


Border color

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

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

This div border color is #F6BFBF.


Opacity

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

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

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

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

This text has shadow with #F6BFBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6BFBF on black background.


Color preview on white background

This text has color #F6BFBF on white background.



Black color preview on #F6BFBF background

This text has black color on #F6BFBF background.


White color preview on #F6BFBF background

This text has white color on #F6BFBF background.