COLOR #F6A8AB

HEX: #F6A8AB RGB: (246,168,171)

Color info

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

RGB color model

#F6A8AB color RGB value is (246,168,171).

RGB: (246,168,171) (96%, 66%, 67%)

RGB channels and saturation

R 246 of 255 = 96%
G 168 of 255 = 66%
B 171 of 255 = 67%

246
168
171

R + G + B ~ 76%. #F6A8AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 246 + 168 + 171 = 585 (100%)
R 246 of 585 ~ 42.05%
G 168 of 585 ~ 28.72%
B 171 of 585 ~ 29.23'%

%42.05
%28.72
%29.23

CMYK color model

#F6A8AB color CMYK value is (0,32,30,4).

  • cyan value is 0.00%
  • magenta value is 31.71%
  • yellow value is 30.49%
  • key color value is 3.53%

CMYK: (0,32,30,4)
C0M32Y30K4 (0%, 32%, 30%, 4%)
(0.00 / 0.32 / 0.30 / 0.04)

CMYK percentages

%0
%31.71
%30.49
%3.53

Codes

Color #F6A8AB in popluar color models

F6 A8 AB
RGB 246 168 171
HSL 358° 81.25% 81.18%
HSB/HSV 358° 31.71% 96.47%
CMYK 0.00% 31.71% 30.49%
3.53%

Color #F6A8AB in popluar number systems.

HEX F6 A8 AB
Decimal 246 168 171
Binary 11110110 10101000 10101011
Octal 366 250 253

Shades and tints

Shades of #F6A8AB

#F6A8AB
(246,168,171)
#E0999C
(224,153,156)
#CA8A8D
(202,138,141)
#B47B7E
(180,123,126)
#9E6C6F
(158,108,111)
#885D60
(136,93,96)
#724E51
(114,78,81)
#5C3F42
(92,63,66)
#463033
(70,48,51)
#302124
(48,33,36)
#1A1215
(26,18,21)
#000000
(0,0,0)

Tints of #F6A8AB

#F6A8AB
(246,168,171)
#F6AFB2
(246,175,178)
#F6B6B9
(246,182,185)
#F6BDC0
(246,189,192)
#F6C4C7
(246,196,199)
#F6CBCE
(246,203,206)
#F6D2D5
(246,210,213)
#F6D9DC
(246,217,220)
#F6E0E3
(246,224,227)
#F6E7EA
(246,231,234)
#F6EEF1
(246,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6A8AB color. Also use rgb(246,168,171) instead hex code.

Text Font Color

.myTextColor { color: #F6A8AB; }

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

This text font color is #F6A8AB.

Background Color

.myBgColor { background-color: #F6A8AB; }

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

This div background color is #F6A8AB.

Border color

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

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

This div border color is #F6A8AB.

Opacity

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

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

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

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

This text has shadow with #F6A8AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6A8AB.

Preview

Color preview on black background

This text has color #F6A8AB on black background.


Color preview on white background

This text has color #F6A8AB on white background.


Black color preview on #F6A8AB background

This text has black color on #F6A8AB background.


White color preview on #F6A8AB background

This text has white color on #F6A8AB background.


Related colors

Complementary color

Complementary color for #hex is #095754.


I love getcolorcode.com

Triadic colors

1 #ABF6A8 and #A8ABF6 with #F6A8AB are triadic colors.

2 #ABA8F6 and #A8F6AB with #F6A8AB are triadic colors.