COLOR #F6B9A3

HEX: #F6B9A3 RGB: (246,185,163)

Color info

#F6B9A3 contains mainly red color. Web safe color of #F6B9A3 is #FFCC99 (or #FC9).

RGB color model

#F6B9A3 color RGB value is (246,185,163).

RGB: (246,185,163) (96%, 73%, 64%)

RGB channels and saturation

R 246 of 255 = 96%
G 185 of 255 = 73%
B 163 of 255 = 64%

246
185
163

R + G + B ~ 78%. #F6B9A3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 246 + 185 + 163 = 594 (100%)
R 246 of 594 ~ 41.41%
G 185 of 594 ~ 31.14%
B 163 of 594 ~ 27.44'%

%41.41
%31.14
%27.44

CMYK color model

#F6B9A3 color CMYK value is (0,25,34,4).

  • cyan value is 0.00%
  • magenta value is 24.80%
  • yellow value is 33.74%
  • key color value is 3.53%
CMYK: (0,25,34,4) C0M25Y34K4 (0%,25%,34%,4%) (0.00/0.25/0.34/0.04) 

CMYK percentages

%0
%24.8
%33.74
%3.53

Codes

Color #F6B9A3 in popluar color models

F6 B9 A3
RGB 246 185 163
HSL 16° 82.18% 80.20%
HSB/HSV 16° 33.74% 96.47%
CMYK 0.00% 24.80% 33.74%
3.53%

Color #F6B9A3 in popluar number systems.

HEX F6 B9 A3
Decimal 246 185 163
Binary 11110110 10111001 10100011
Octal 366 271 243

Shades and tints

Shades of #F6B9A3

#F6B9A3
(246,185,163)
#E0A995
(224,169,149)
#CA9987
(202,153,135)
#B48979
(180,137,121)
#9E796B
(158,121,107)
#88695D
(136,105,93)
#72594F
(114,89,79)
#5C4941
(92,73,65)
#463933
(70,57,51)
#302925
(48,41,37)
#1A1917
(26,25,23)
#000000
(0,0,0)

Tints of #F6B9A3

#F6B9A3
(246,185,163)
#F6BFAB
(246,191,171)
#F6C5B3
(246,197,179)
#F6CBBB
(246,203,187)
#F6D1C3
(246,209,195)
#F6D7CB
(246,215,203)
#F6DDD3
(246,221,211)
#F6E3DB
(246,227,219)
#F6E9E3
(246,233,227)
#F6EFEB
(246,239,235)
#F6F5F3
(246,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6B9A3 color. Also use rgb(246,185,163) instead hex code.

Text Font Color

.myTextColor { color: #F6B9A3; }

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

This text font color is #F6B9A3.

Background Color

.myBgColor { background-color: #F6B9A3; }

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

This div background color is #F6B9A3.

Border color

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

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

This div border color is #F6B9A3.

Opacity

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

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

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

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

This text has shadow with #F6B9A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6B9A3.

Preview

Color preview on black background

This text has color #F6B9A3 on black background.


Color preview on white background

This text has color #F6B9A3 on white background.


Black color preview on #F6B9A3 background

This text has black color on #F6B9A3 background.


White color preview on #F6B9A3 background

This text has white color on #F6B9A3 background.


Related colors

Complementary color

Complementary color for #hex is #09465C.


I love getcolorcode.com

Triadic colors

1 #A3F6B9 and #B9A3F6 with #F6B9A3 are triadic colors.

2 #A3B9F6 and #B9F6A3 with #F6B9A3 are triadic colors.