COLOR #F6BC9E

HEX: #F6BC9E
RGB: (246,188,158)

Color info

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

RGB color model

#F6BC9E color RGB value is (246,188,158).

  • red value is 246;
  • green value is 188;
  • blue value is 158.
RGB:
(246,188,158)
(96%,74%,62%)

RGB channels and saturation

R 246 of 255 = 96%
G 188 of 255 = 74%
B 158 of 255 = 62%

246
188
158

R + G + B ~ 77%. #F6BC9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 188 + 158 = 592 (100%)
R 246 of 592 ~ 41.55%
G 188 of 592 ~ 31.76%
B 158 of 592 ~ 26.69%

%41.55
%31.76
%26.69

CMYK color model

#F6BC9E color CMYK value is (0,24,36,4).

  • cyan value is 0.00%
  • magenta value is 23.58%
  • yellow value is 35.77%
  • key color value is 3.53%
CMYK:
(0,24,36,4)
C0M24Y36K4 
(0%,24%,36%,4%)
(0.00/0.24/0.36/0.04)	

CMYK percentages

%0
%23.58
%35.77
%3.53

Codes

Color #F6BC9E in popluar color models

F6BC9E
RGB246188158
HSL20°83.02%79.22%
HSB/HSV20°35.77%96.47%
CMYK0.00%23.58%35.77%
3.53%

Color #F6BC9E in popluar number systems.

HEXF6BC9E
Decimal246188158
Binary111101101011110010011110
Octal366274236

Shades and tints

Shades of #F6BC9E

#F6BC9E
(246,188,158)
#E0AB90
(224,171,144)
#CA9A82
(202,154,130)
#B48974
(180,137,116)
#9E7866
(158,120,102)
#886758
(136,103,88)
#72564A
(114,86,74)
#5C453C
(92,69,60)
#46342E
(70,52,46)
#302320
(48,35,32)
#1A1212
(26,18,18)
#000000
(0,0,0)

Tints of #F6BC9E

#F6BC9E
(246,188,158)
#F6C2A6
(246,194,166)
#F6C8AE
(246,200,174)
#F6CEB6
(246,206,182)
#F6D4BE
(246,212,190)
#F6DAC6
(246,218,198)
#F6E0CE
(246,224,206)
#F6E6D6
(246,230,214)
#F6ECDE
(246,236,222)
#F6F2E6
(246,242,230)
#F6F8EE
(246,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6BC9E; }

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

This text font color is #F6BC9E.


Background Color

.myBgColor { background-color: #F6BC9E; }

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

This div background color is #F6BC9E.


Border color

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

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

This div border color is #F6BC9E.


Opacity

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

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

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

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

This text has shadow with #F6BC9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6BC9E on black background.


Color preview on white background

This text has color #F6BC9E on white background.



Black color preview on #F6BC9E background

This text has black color on #F6BC9E background.


White color preview on #F6BC9E background

This text has white color on #F6BC9E background.