COLOR #F6AAB2

HEX: #F6AAB2
RGB: (246,170,178)

Color info

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

RGB color model

#F6AAB2 color RGB value is (246,170,178).

  • red value is 246;
  • green value is 170;
  • blue value is 178.
RGB:
(246,170,178)
(96%,67%,70%)

RGB channels and saturation

R 246 of 255 = 96%
G 170 of 255 = 67%
B 178 of 255 = 70%

246
170
178

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

Portions of RGB colors in percentages

R + G + B =
246 + 170 + 178 = 594 (100%)
R 246 of 594 ~ 41.41%
G 170 of 594 ~ 28.62%
B 178 of 594 ~ 29.97%

%41.41
%28.62
%29.97

CMYK color model

#F6AAB2 color CMYK value is (0,31,28,4).

  • cyan value is 0.00%
  • magenta value is 30.89%
  • yellow value is 27.64%
  • key color value is 3.53%
CMYK:
(0,31,28,4)
C0M31Y28K4 
(0%,31%,28%,4%)
(0.00/0.31/0.28/0.04)	

CMYK percentages

%0
%30.89
%27.64
%3.53

Codes

Color #F6AAB2 in popluar color models

F6AAB2
RGB246170178
HSL354°80.85%81.57%
HSB/HSV354°30.89%96.47%
CMYK0.00%30.89%27.64%
3.53%

Color #F6AAB2 in popluar number systems.

HEXF6AAB2
Decimal246170178
Binary111101101010101010110010
Octal366252262

Shades and tints

Shades of #F6AAB2

#F6AAB2
(246,170,178)
#E09BA2
(224,155,162)
#CA8C92
(202,140,146)
#B47D82
(180,125,130)
#9E6E72
(158,110,114)
#885F62
(136,95,98)
#725052
(114,80,82)
#5C4142
(92,65,66)
#463232
(70,50,50)
#302322
(48,35,34)
#1A1412
(26,20,18)
#000000
(0,0,0)

Tints of #F6AAB2

#F6AAB2
(246,170,178)
#F6B1B9
(246,177,185)
#F6B8C0
(246,184,192)
#F6BFC7
(246,191,199)
#F6C6CE
(246,198,206)
#F6CDD5
(246,205,213)
#F6D4DC
(246,212,220)
#F6DBE3
(246,219,227)
#F6E2EA
(246,226,234)
#F6E9F1
(246,233,241)
#F6F0F8
(246,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6AAB2 color. Also use rgb(246,170,178) instead hex code.

Text Font Color

.myTextColor { color: #F6AAB2; }

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

This text font color is #F6AAB2.


Background Color

.myBgColor { background-color: #F6AAB2; }

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

This div background color is #F6AAB2.


Border color

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

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

This div border color is #F6AAB2.


Opacity

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

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

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

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

This text has shadow with #F6AAB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6AAB2 on black background.


Color preview on white background

This text has color #F6AAB2 on white background.



Black color preview on #F6AAB2 background

This text has black color on #F6AAB2 background.


White color preview on #F6AAB2 background

This text has white color on #F6AAB2 background.