COLOR #F6BB92

HEX: #F6BB92
RGB: (246,187,146)

Color info

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

RGB color model

#F6BB92 color RGB value is (246,187,146).

  • red value is 246;
  • green value is 187;
  • blue value is 146.
RGB:
(246,187,146)
(96%,73%,57%)

RGB channels and saturation

R 246 of 255 = 96%
G 187 of 255 = 73%
B 146 of 255 = 57%

246
187
146

R + G + B ~ 75%. #F6BB92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 187 + 146 = 579 (100%)
R 246 of 579 ~ 42.49%
G 187 of 579 ~ 32.3%
B 146 of 579 ~ 25.22%

%42.49
%32.3
%25.22

CMYK color model

#F6BB92 color CMYK value is (0,24,41,4).

  • cyan value is 0.00%
  • magenta value is 23.98%
  • yellow value is 40.65%
  • key color value is 3.53%
CMYK:
(0,24,41,4)
C0M24Y41K4 
(0%,24%,41%,4%)
(0.00/0.24/0.41/0.04)	

CMYK percentages

%0
%23.98
%40.65
%3.53

Codes

Color #F6BB92 in popluar color models

F6BB92
RGB246187146
HSL25°84.75%76.86%
HSB/HSV25°40.65%96.47%
CMYK0.00%23.98%40.65%
3.53%

Color #F6BB92 in popluar number systems.

HEXF6BB92
Decimal246187146
Binary111101101011101110010010
Octal366273222

Shades and tints

Shades of #F6BB92

#F6BB92
(246,187,146)
#E0AA85
(224,170,133)
#CA9978
(202,153,120)
#B4886B
(180,136,107)
#9E775E
(158,119,94)
#886651
(136,102,81)
#725544
(114,85,68)
#5C4437
(92,68,55)
#46332A
(70,51,42)
#30221D
(48,34,29)
#1A1110
(26,17,16)
#000000
(0,0,0)

Tints of #F6BB92

#F6BB92
(246,187,146)
#F6C19B
(246,193,155)
#F6C7A4
(246,199,164)
#F6CDAD
(246,205,173)
#F6D3B6
(246,211,182)
#F6D9BF
(246,217,191)
#F6DFC8
(246,223,200)
#F6E5D1
(246,229,209)
#F6EBDA
(246,235,218)
#F6F1E3
(246,241,227)
#F6F7EC
(246,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6BB92; }

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

This text font color is #F6BB92.


Background Color

.myBgColor { background-color: #F6BB92; }

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

This div background color is #F6BB92.


Border color

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

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

This div border color is #F6BB92.


Opacity

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

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

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

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

This text has shadow with #F6BB92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6BB92 on black background.


Color preview on white background

This text has color #F6BB92 on white background.



Black color preview on #F6BB92 background

This text has black color on #F6BB92 background.


White color preview on #F6BB92 background

This text has white color on #F6BB92 background.