COLOR #F6AFB6

HEX: #F6AFB6
RGB: (246,175,182)

Color info

#F6AFB6 contains mainly red color. Web safe color of #F6AFB6 is #FF99CC (or #F9C).

RGB color model

#F6AFB6 color RGB value is (246,175,182).

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

RGB channels and saturation

R 246 of 255 = 96%
G 175 of 255 = 69%
B 182 of 255 = 71%

246
175
182

R + G + B ~ 79%. #F6AFB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 175 + 182 = 603 (100%)
R 246 of 603 ~ 40.8%
G 175 of 603 ~ 29.02%
B 182 of 603 ~ 30.18%

%40.8
%29.02
%30.18

CMYK color model

#F6AFB6 color CMYK value is (0,29,26,4).

  • cyan value is 0.00%
  • magenta value is 28.86%
  • yellow value is 26.02%
  • key color value is 3.53%
CMYK:
(0,29,26,4)
C0M29Y26K4 
(0%,29%,26%,4%)
(0.00/0.29/0.26/0.04)	

CMYK percentages

%0
%28.86
%26.02
%3.53

Codes

Color #F6AFB6 in popluar color models

F6AFB6
RGB246175182
HSL354°79.78%82.55%
HSB/HSV354°28.86%96.47%
CMYK0.00%28.86%26.02%
3.53%

Color #F6AFB6 in popluar number systems.

HEXF6AFB6
Decimal246175182
Binary111101101010111110110110
Octal366257266

Shades and tints

Shades of #F6AFB6

#F6AFB6
(246,175,182)
#E0A0A6
(224,160,166)
#CA9196
(202,145,150)
#B48286
(180,130,134)
#9E7376
(158,115,118)
#886466
(136,100,102)
#725556
(114,85,86)
#5C4646
(92,70,70)
#463736
(70,55,54)
#302826
(48,40,38)
#1A1916
(26,25,22)
#000000
(0,0,0)

Tints of #F6AFB6

#F6AFB6
(246,175,182)
#F6B6BC
(246,182,188)
#F6BDC2
(246,189,194)
#F6C4C8
(246,196,200)
#F6CBCE
(246,203,206)
#F6D2D4
(246,210,212)
#F6D9DA
(246,217,218)
#F6E0E0
(246,224,224)
#F6E7E6
(246,231,230)
#F6EEEC
(246,238,236)
#F6F5F2
(246,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6AFB6; }

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

This text font color is #F6AFB6.


Background Color

.myBgColor { background-color: #F6AFB6; }

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

This div background color is #F6AFB6.


Border color

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

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

This div border color is #F6AFB6.


Opacity

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

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

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

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

This text has shadow with #F6AFB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6AFB6 on black background.


Color preview on white background

This text has color #F6AFB6 on white background.



Black color preview on #F6AFB6 background

This text has black color on #F6AFB6 background.


White color preview on #F6AFB6 background

This text has white color on #F6AFB6 background.