COLOR #F6BFA1

HEX: #F6BFA1
RGB: (246,191,161)

Color info

#F6BFA1 contains mainly red and green colors. Web safe color of #F6BFA1 is #FFCC99 (or #FC9).

RGB color model

#F6BFA1 color RGB value is (246,191,161).

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

RGB channels and saturation

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

246
191
161

R + G + B ~ 78%. #F6BFA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 191 + 161 = 598 (100%)
R 246 of 598 ~ 41.14%
G 191 of 598 ~ 31.94%
B 161 of 598 ~ 26.92%

%41.14
%31.94
%26.92

CMYK color model

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

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

CMYK percentages

%0
%22.36
%34.55
%3.53

Codes

Color #F6BFA1 in popluar color models

F6BFA1
RGB246191161
HSL21°82.52%79.80%
HSB/HSV21°34.55%96.47%
CMYK0.00%22.36%34.55%
3.53%

Color #F6BFA1 in popluar number systems.

HEXF6BFA1
Decimal246191161
Binary111101101011111110100001
Octal366277241

Shades and tints

Shades of #F6BFA1

#F6BFA1
(246,191,161)
#E0AE93
(224,174,147)
#CA9D85
(202,157,133)
#B48C77
(180,140,119)
#9E7B69
(158,123,105)
#886A5B
(136,106,91)
#72594D
(114,89,77)
#5C483F
(92,72,63)
#463731
(70,55,49)
#302623
(48,38,35)
#1A1515
(26,21,21)
#000000
(0,0,0)

Tints of #F6BFA1

#F6BFA1
(246,191,161)
#F6C4A9
(246,196,169)
#F6C9B1
(246,201,177)
#F6CEB9
(246,206,185)
#F6D3C1
(246,211,193)
#F6D8C9
(246,216,201)
#F6DDD1
(246,221,209)
#F6E2D9
(246,226,217)
#F6E7E1
(246,231,225)
#F6ECE9
(246,236,233)
#F6F1F1
(246,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6BFA1; }

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

This text font color is #F6BFA1.


Background Color

.myBgColor { background-color: #F6BFA1; }

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

This div background color is #F6BFA1.


Border color

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

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

This div border color is #F6BFA1.


Opacity

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

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

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

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

This text has shadow with #F6BFA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6BFA1 on black background.


Color preview on white background

This text has color #F6BFA1 on white background.



Black color preview on #F6BFA1 background

This text has black color on #F6BFA1 background.


White color preview on #F6BFA1 background

This text has white color on #F6BFA1 background.