COLOR #F6B189

HEX: #F6B189
RGB: (246,177,137)

Color info

#F6B189 contains mainly red color. Web safe color of #F6B189 is #FF9999 (or #F99).

RGB color model

#F6B189 color RGB value is (246,177,137).

  • red value is 246;
  • green value is 177;
  • blue value is 137.
RGB:
(246,177,137)
(96%,69%,54%)

RGB channels and saturation

R 246 of 255 = 96%
G 177 of 255 = 69%
B 137 of 255 = 54%

246
177
137

R + G + B ~ 73%. #F6B189 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 177 + 137 = 560 (100%)
R 246 of 560 ~ 43.93%
G 177 of 560 ~ 31.61%
B 137 of 560 ~ 24.46%

%43.93
%31.61
%24.46

CMYK color model

#F6B189 color CMYK value is (0,28,44,4).

  • cyan value is 0.00%
  • magenta value is 28.05%
  • yellow value is 44.31%
  • key color value is 3.53%
CMYK:
(0,28,44,4)
C0M28Y44K4 
(0%,28%,44%,4%)
(0.00/0.28/0.44/0.04)	

CMYK percentages

%0
%28.05
%44.31
%3.53

Codes

Color #F6B189 in popluar color models

F6B189
RGB246177137
HSL22°85.83%75.10%
HSB/HSV22°44.31%96.47%
CMYK0.00%28.05%44.31%
3.53%

Color #F6B189 in popluar number systems.

HEXF6B189
Decimal246177137
Binary111101101011000110001001
Octal366261211

Shades and tints

Shades of #F6B189

#F6B189
(246,177,137)
#E0A17D
(224,161,125)
#CA9171
(202,145,113)
#B48165
(180,129,101)
#9E7159
(158,113,89)
#88614D
(136,97,77)
#725141
(114,81,65)
#5C4135
(92,65,53)
#463129
(70,49,41)
#30211D
(48,33,29)
#1A1111
(26,17,17)
#000000
(0,0,0)

Tints of #F6B189

#F6B189
(246,177,137)
#F6B893
(246,184,147)
#F6BF9D
(246,191,157)
#F6C6A7
(246,198,167)
#F6CDB1
(246,205,177)
#F6D4BB
(246,212,187)
#F6DBC5
(246,219,197)
#F6E2CF
(246,226,207)
#F6E9D9
(246,233,217)
#F6F0E3
(246,240,227)
#F6F7ED
(246,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6B189; }

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

This text font color is #F6B189.


Background Color

.myBgColor { background-color: #F6B189; }

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

This div background color is #F6B189.


Border color

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

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

This div border color is #F6B189.


Opacity

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

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

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

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

This text has shadow with #F6B189 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6B189 on black background.


Color preview on white background

This text has color #F6B189 on white background.



Black color preview on #F6B189 background

This text has black color on #F6B189 background.


White color preview on #F6B189 background

This text has white color on #F6B189 background.