COLOR #F6B0A9

HEX: #F6B0A9 RGB: (246,176,169)

Color info

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

RGB color model

#F6B0A9 color RGB value is (246,176,169).

RGB: (246,176,169) (96%, 69%, 66%)

RGB channels and saturation

R 246 of 255 = 96%
G 176 of 255 = 69%
B 169 of 255 = 66%

246
176
169

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

Portions of RGB colors in percentages

R + G + B = 246 + 176 + 169 = 591 (100%)
R 246 of 591 ~ 41.62%
G 176 of 591 ~ 29.78%
B 169 of 591 ~ 28.6'%

%41.62
%29.78
%28.6

CMYK color model

#F6B0A9 color CMYK value is (0,28,31,4).

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

CMYK: (0,28,31,4)
C0M28Y31K4 (0%, 28%, 31%, 4%)
(0.00 / 0.28 / 0.31 / 0.04)

CMYK percentages

%0
%28.46
%31.3
%3.53

Codes

Color #F6B0A9 in popluar color models

F6 B0 A9
RGB 246 176 169
HSL 81.05% 81.37%
HSB/HSV 31.30% 96.47%
CMYK 0.00% 28.46% 31.30%
3.53%

Color #F6B0A9 in popluar number systems.

HEX F6 B0 A9
Decimal 246 176 169
Binary 11110110 10110000 10101001
Octal 366 260 251

Shades and tints

Shades of #F6B0A9

#F6B0A9
(246,176,169)
#E0A09A
(224,160,154)
#CA908B
(202,144,139)
#B4807C
(180,128,124)
#9E706D
(158,112,109)
#88605E
(136,96,94)
#72504F
(114,80,79)
#5C4040
(92,64,64)
#463031
(70,48,49)
#302022
(48,32,34)
#1A1013
(26,16,19)
#000000
(0,0,0)

Tints of #F6B0A9

#F6B0A9
(246,176,169)
#F6B7B0
(246,183,176)
#F6BEB7
(246,190,183)
#F6C5BE
(246,197,190)
#F6CCC5
(246,204,197)
#F6D3CC
(246,211,204)
#F6DAD3
(246,218,211)
#F6E1DA
(246,225,218)
#F6E8E1
(246,232,225)
#F6EFE8
(246,239,232)
#F6F6EF
(246,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6B0A9; }

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

This text font color is #F6B0A9.

Background Color

.myBgColor { background-color: #F6B0A9; }

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

This div background color is #F6B0A9.

Border color

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

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

This div border color is #F6B0A9.

Opacity

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

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

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

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

This text has shadow with #F6B0A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6B0A9.

Preview

Color preview on black background

This text has color #F6B0A9 on black background.


Color preview on white background

This text has color #F6B0A9 on white background.


Black color preview on #F6B0A9 background

This text has black color on #F6B0A9 background.


White color preview on #F6B0A9 background

This text has white color on #F6B0A9 background.


Related colors

Complementary color

Complementary color for #hex is #094F56.


I love getcolorcode.com

Triadic colors

1 #A9F6B0 and #B0A9F6 with #F6B0A9 are triadic colors.

2 #A9B0F6 and #B0F6A9 with #F6B0A9 are triadic colors.