COLOR #F6A5A6

HEX: #F6A5A6 RGB: (246,165,166)

Color info

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

RGB color model

#F6A5A6 color RGB value is (246,165,166).

RGB: (246,165,166) (96%, 65%, 65%)

RGB channels and saturation

R 246 of 255 = 96%
G 165 of 255 = 65%
B 166 of 255 = 65%

246
165
166

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

Portions of RGB colors in percentages

R + G + B = 246 + 165 + 166 = 577 (100%)
R 246 of 577 ~ 42.63%
G 165 of 577 ~ 28.6%
B 166 of 577 ~ 28.77'%

%42.63
%28.6
%28.77

CMYK color model

#F6A5A6 color CMYK value is (0,33,33,4).

  • cyan value is 0.00%
  • magenta value is 32.93%
  • yellow value is 32.52%
  • key color value is 3.53%
CMYK: (0,33,33,4) C0M33Y33K4 (0%,33%,33%,4%) (0.00/0.33/0.33/0.04) 

CMYK percentages

%0
%32.93
%32.52
%3.53

Codes

Color #F6A5A6 in popluar color models

F6 A5 A6
RGB 246 165 166
HSL 359° 81.82% 80.59%
HSB/HSV 359° 32.93% 96.47%
CMYK 0.00% 32.93% 32.52%
3.53%

Color #F6A5A6 in popluar number systems.

HEX F6 A5 A6
Decimal 246 165 166
Binary 11110110 10100101 10100110
Octal 366 245 246

Shades and tints

Shades of #F6A5A6

#F6A5A6
(246,165,166)
#E09697
(224,150,151)
#CA8788
(202,135,136)
#B47879
(180,120,121)
#9E696A
(158,105,106)
#885A5B
(136,90,91)
#724B4C
(114,75,76)
#5C3C3D
(92,60,61)
#462D2E
(70,45,46)
#301E1F
(48,30,31)
#1A0F10
(26,15,16)
#000000
(0,0,0)

Tints of #F6A5A6

#F6A5A6
(246,165,166)
#F6ADAE
(246,173,174)
#F6B5B6
(246,181,182)
#F6BDBE
(246,189,190)
#F6C5C6
(246,197,198)
#F6CDCE
(246,205,206)
#F6D5D6
(246,213,214)
#F6DDDE
(246,221,222)
#F6E5E6
(246,229,230)
#F6EDEE
(246,237,238)
#F6F5F6
(246,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6A5A6 color. Also use rgb(246,165,166) instead hex code.

Text Font Color

.myTextColor { color: #F6A5A6; }

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

This text font color is #F6A5A6.

Background Color

.myBgColor { background-color: #F6A5A6; }

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

This div background color is #F6A5A6.

Border color

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

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

This div border color is #F6A5A6.

Opacity

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

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

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

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

This text has shadow with #F6A5A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6A5A6.

Preview

Color preview on black background

This text has color #F6A5A6 on black background.


Color preview on white background

This text has color #F6A5A6 on white background.


Black color preview on #F6A5A6 background

This text has black color on #F6A5A6 background.


White color preview on #F6A5A6 background

This text has white color on #F6A5A6 background.


Related colors

Complementary color

Complementary color for #hex is #095A59.


I love getcolorcode.com

Triadic colors

1 #A6F6A5 and #A5A6F6 with #F6A5A6 are triadic colors.

2 #A6A5F6 and #A5F6A6 with #F6A5A6 are triadic colors.