COLOR #F6AFAC

HEX: #F6AFAC
RGB: (246,175,172)

Color info

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

RGB color model

#F6AFAC color RGB value is (246,175,172).

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

RGB channels and saturation

R 246 of 255 = 96%
G 175 of 255 = 69%
B 172 of 255 = 67%

246
175
172

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

Portions of RGB colors in percentages

R + G + B =
246 + 175 + 172 = 593 (100%)
R 246 of 593 ~ 41.48%
G 175 of 593 ~ 29.51%
B 172 of 593 ~ 29.01%

%41.48
%29.51
%29.01

CMYK color model

#F6AFAC color CMYK value is (0,29,30,4).

  • cyan value is 0.00%
  • magenta value is 28.86%
  • yellow value is 30.08%
  • key color value is 3.53%
CMYK:
(0,29,30,4)
C0M29Y30K4 
(0%,29%,30%,4%)
(0.00/0.29/0.30/0.04)	

CMYK percentages

%0
%28.86
%30.08
%3.53

Codes

Color #F6AFAC in popluar color models

F6AFAC
RGB246175172
HSL80.43%81.96%
HSB/HSV30.08%96.47%
CMYK0.00%28.86%30.08%
3.53%

Color #F6AFAC in popluar number systems.

HEXF6AFAC
Decimal246175172
Binary111101101010111110101100
Octal366257254

Shades and tints

Shades of #F6AFAC

#F6AFAC
(246,175,172)
#E0A09D
(224,160,157)
#CA918E
(202,145,142)
#B4827F
(180,130,127)
#9E7370
(158,115,112)
#886461
(136,100,97)
#725552
(114,85,82)
#5C4643
(92,70,67)
#463734
(70,55,52)
#302825
(48,40,37)
#1A1916
(26,25,22)
#000000
(0,0,0)

Tints of #F6AFAC

#F6AFAC
(246,175,172)
#F6B6B3
(246,182,179)
#F6BDBA
(246,189,186)
#F6C4C1
(246,196,193)
#F6CBC8
(246,203,200)
#F6D2CF
(246,210,207)
#F6D9D6
(246,217,214)
#F6E0DD
(246,224,221)
#F6E7E4
(246,231,228)
#F6EEEB
(246,238,235)
#F6F5F2
(246,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6AFAC; }

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

This text font color is #F6AFAC.


Background Color

.myBgColor { background-color: #F6AFAC; }

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

This div background color is #F6AFAC.


Border color

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

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

This div border color is #F6AFAC.


Opacity

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

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

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

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

This text has shadow with #F6AFAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6AFAC on black background.


Color preview on white background

This text has color #F6AFAC on white background.



Black color preview on #F6AFAC background

This text has black color on #F6AFAC background.


White color preview on #F6AFAC background

This text has white color on #F6AFAC background.