COLOR #F6AFA6

HEX: #F6AFA6
RGB: (246,175,166)

Color info

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

RGB color model

#F6AFA6 color RGB value is (246,175,166).

  • red value is 246;
  • green value is 175;
  • blue value is 166.
RGB:
(246,175,166)
(96%,69%,65%)

RGB channels and saturation

R 246 of 255 = 96%
G 175 of 255 = 69%
B 166 of 255 = 65%

246
175
166

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

Portions of RGB colors in percentages

R + G + B =
246 + 175 + 166 = 587 (100%)
R 246 of 587 ~ 41.91%
G 175 of 587 ~ 29.81%
B 166 of 587 ~ 28.28%

%41.91
%29.81
%28.28

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 28.86%
  • yellow value is 32.52%
  • key color value is 3.53%
CMYK:
(0,29,33,4)
C0M29Y33K4 
(0%,29%,33%,4%)
(0.00/0.29/0.33/0.04)	

CMYK percentages

%0
%28.86
%32.52
%3.53

Codes

Color #F6AFA6 in popluar color models

F6AFA6
RGB246175166
HSL81.63%80.78%
HSB/HSV32.52%96.47%
CMYK0.00%28.86%32.52%
3.53%

Color #F6AFA6 in popluar number systems.

HEXF6AFA6
Decimal246175166
Binary111101101010111110100110
Octal366257246

Shades and tints

Shades of #F6AFA6

#F6AFA6
(246,175,166)
#E0A097
(224,160,151)
#CA9188
(202,145,136)
#B48279
(180,130,121)
#9E736A
(158,115,106)
#88645B
(136,100,91)
#72554C
(114,85,76)
#5C463D
(92,70,61)
#46372E
(70,55,46)
#30281F
(48,40,31)
#1A1910
(26,25,16)
#000000
(0,0,0)

Tints of #F6AFA6

#F6AFA6
(246,175,166)
#F6B6AE
(246,182,174)
#F6BDB6
(246,189,182)
#F6C4BE
(246,196,190)
#F6CBC6
(246,203,198)
#F6D2CE
(246,210,206)
#F6D9D6
(246,217,214)
#F6E0DE
(246,224,222)
#F6E7E6
(246,231,230)
#F6EEEE
(246,238,238)
#F6F5F6
(246,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6AFA6; }

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

This text font color is #F6AFA6.


Background Color

.myBgColor { background-color: #F6AFA6; }

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

This div background color is #F6AFA6.


Border color

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

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

This div border color is #F6AFA6.


Opacity

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

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

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

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

This text has shadow with #F6AFA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6AFA6 on black background.


Color preview on white background

This text has color #F6AFA6 on white background.



Black color preview on #F6AFA6 background

This text has black color on #F6AFA6 background.


White color preview on #F6AFA6 background

This text has white color on #F6AFA6 background.