COLOR #F6AB8F

HEX: #F6AB8F RGB: (246,171,143)

Color info

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

RGB color model

#F6AB8F color RGB value is (246,171,143).

RGB: (246,171,143) (96%, 67%, 56%)

RGB channels and saturation

R 246 of 255 = 96%
G 171 of 255 = 67%
B 143 of 255 = 56%

246
171
143

R + G + B ~ 73%. #F6AB8F is quite light color.

Portions of RGB colors in percentages

R + G + B = 246 + 171 + 143 = 560 (100%)
R 246 of 560 ~ 43.93%
G 171 of 560 ~ 30.54%
B 143 of 560 ~ 25.54'%

%43.93
%30.54
%25.54

CMYK color model

#F6AB8F color CMYK value is (0,30,42,4).

  • cyan value is 0.00%
  • magenta value is 30.49%
  • yellow value is 41.87%
  • key color value is 3.53%
CMYK: (0,30,42,4) C0M30Y42K4 (0%,30%,42%,4%) (0.00/0.30/0.42/0.04) 

CMYK percentages

%0
%30.49
%41.87
%3.53

Codes

Color #F6AB8F in popluar color models

F6 AB 8F
RGB 246 171 143
HSL 16° 85.12% 76.27%
HSB/HSV 16° 41.87% 96.47%
CMYK 0.00% 30.49% 41.87%
3.53%

Color #F6AB8F in popluar number systems.

HEX F6 AB 8F
Decimal 246 171 143
Binary 11110110 10101011 10001111
Octal 366 253 217

Shades and tints

Shades of #F6AB8F

#F6AB8F
(246,171,143)
#E09C82
(224,156,130)
#CA8D75
(202,141,117)
#B47E68
(180,126,104)
#9E6F5B
(158,111,91)
#88604E
(136,96,78)
#725141
(114,81,65)
#5C4234
(92,66,52)
#463327
(70,51,39)
#30241A
(48,36,26)
#1A150D
(26,21,13)
#000000
(0,0,0)

Tints of #F6AB8F

#F6AB8F
(246,171,143)
#F6B299
(246,178,153)
#F6B9A3
(246,185,163)
#F6C0AD
(246,192,173)
#F6C7B7
(246,199,183)
#F6CEC1
(246,206,193)
#F6D5CB
(246,213,203)
#F6DCD5
(246,220,213)
#F6E3DF
(246,227,223)
#F6EAE9
(246,234,233)
#F6F1F3
(246,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6AB8F; }

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

This text font color is #F6AB8F.

Background Color

.myBgColor { background-color: #F6AB8F; }

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

This div background color is #F6AB8F.

Border color

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

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

This div border color is #F6AB8F.

Opacity

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

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

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

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

This text has shadow with #F6AB8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6AB8F.

Preview

Color preview on black background

This text has color #F6AB8F on black background.


Color preview on white background

This text has color #F6AB8F on white background.


Black color preview on #F6AB8F background

This text has black color on #F6AB8F background.


White color preview on #F6AB8F background

This text has white color on #F6AB8F background.


Related colors

Complementary color

Complementary color for #hex is #095470.


I love getcolorcode.com

Triadic colors

1 #8FF6AB and #AB8FF6 with #F6AB8F are triadic colors.

2 #8FABF6 and #ABF68F with #F6AB8F are triadic colors.