COLOR #F6B09D

HEX: #F6B09D RGB: (246,176,157)

Color info

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

RGB color model

#F6B09D color RGB value is (246,176,157).

RGB: (246,176,157) (96%, 69%, 62%)

RGB channels and saturation

R 246 of 255 = 96%
G 176 of 255 = 69%
B 157 of 255 = 62%

246
176
157

R + G + B ~ 76%. #F6B09D is quite light color.

Portions of RGB colors in percentages

R + G + B = 246 + 176 + 157 = 579 (100%)
R 246 of 579 ~ 42.49%
G 176 of 579 ~ 30.4%
B 157 of 579 ~ 27.12'%

%42.49
%30.4
%27.12

CMYK color model

#F6B09D color CMYK value is (0,28,36,4).

  • cyan value is 0.00%
  • magenta value is 28.46%
  • yellow value is 36.18%
  • key color value is 3.53%

CMYK: (0,28,36,4)
C0M28Y36K4 (0%, 28%, 36%, 4%)
(0.00 / 0.28 / 0.36 / 0.04)

CMYK percentages

%0
%28.46
%36.18
%3.53

Codes

Color #F6B09D in popluar color models

F6 B0 9D
RGB 246 176 157
HSL 13° 83.18% 79.02%
HSB/HSV 13° 36.18% 96.47%
CMYK 0.00% 28.46% 36.18%
3.53%

Color #F6B09D in popluar number systems.

HEX F6 B0 9D
Decimal 246 176 157
Binary 11110110 10110000 10011101
Octal 366 260 235

Shades and tints

Shades of #F6B09D

#F6B09D
(246,176,157)
#E0A08F
(224,160,143)
#CA9081
(202,144,129)
#B48073
(180,128,115)
#9E7065
(158,112,101)
#886057
(136,96,87)
#725049
(114,80,73)
#5C403B
(92,64,59)
#46302D
(70,48,45)
#30201F
(48,32,31)
#1A1011
(26,16,17)
#000000
(0,0,0)

Tints of #F6B09D

#F6B09D
(246,176,157)
#F6B7A5
(246,183,165)
#F6BEAD
(246,190,173)
#F6C5B5
(246,197,181)
#F6CCBD
(246,204,189)
#F6D3C5
(246,211,197)
#F6DACD
(246,218,205)
#F6E1D5
(246,225,213)
#F6E8DD
(246,232,221)
#F6EFE5
(246,239,229)
#F6F6ED
(246,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6B09D; }

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

This text font color is #F6B09D.

Background Color

.myBgColor { background-color: #F6B09D; }

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

This div background color is #F6B09D.

Border color

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

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

This div border color is #F6B09D.

Opacity

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

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

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

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

This text has shadow with #F6B09D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6B09D.

Preview

Color preview on black background

This text has color #F6B09D on black background.


Color preview on white background

This text has color #F6B09D on white background.


Black color preview on #F6B09D background

This text has black color on #F6B09D background.


White color preview on #F6B09D background

This text has white color on #F6B09D background.


Related colors

Complementary color

Complementary color for #hex is #094F62.


I love getcolorcode.com

Triadic colors

1 #9DF6B0 and #B09DF6 with #F6B09D are triadic colors.

2 #9DB0F6 and #B0F69D with #F6B09D are triadic colors.