COLOR #F8A6AB

HEX: #F8A6AB
RGB: (248,166,171)

Color info

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

RGB color model

#F8A6AB color RGB value is (248,166,171).

  • red value is 248;
  • green value is 166;
  • blue value is 171.
RGB:
(248,166,171)
(97%,65%,67%)

RGB channels and saturation

R 248 of 255 = 97%
G 166 of 255 = 65%
B 171 of 255 = 67%

248
166
171

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

Portions of RGB colors in percentages

R + G + B =
248 + 166 + 171 = 585 (100%)
R 248 of 585 ~ 42.39%
G 166 of 585 ~ 28.38%
B 171 of 585 ~ 29.23%

%42.39
%28.38
%29.23

CMYK color model

#F8A6AB color CMYK value is (0,33,31,3).

  • cyan value is 0.00%
  • magenta value is 33.06%
  • yellow value is 31.05%
  • key color value is 2.75%
CMYK:
(0,33,31,3)
C0M33Y31K3 
(0%,33%,31%,3%)
(0.00/0.33/0.31/0.03)	

CMYK percentages

%0
%33.06
%31.05
%2.75

Codes

Color #F8A6AB in popluar color models

F8A6AB
RGB248166171
HSL356°85.42%81.18%
HSB/HSV356°33.06%97.25%
CMYK0.00%33.06%31.05%
2.75%

Color #F8A6AB in popluar number systems.

HEXF8A6AB
Decimal248166171
Binary111110001010011010101011
Octal370246253

Shades and tints

Shades of #F8A6AB

#F8A6AB
(248,166,171)
#E2979C
(226,151,156)
#CC888D
(204,136,141)
#B6797E
(182,121,126)
#A06A6F
(160,106,111)
#8A5B60
(138,91,96)
#744C51
(116,76,81)
#5E3D42
(94,61,66)
#482E33
(72,46,51)
#321F24
(50,31,36)
#1C1015
(28,16,21)
#000000
(0,0,0)

Tints of #F8A6AB

#F8A6AB
(248,166,171)
#F8AEB2
(248,174,178)
#F8B6B9
(248,182,185)
#F8BEC0
(248,190,192)
#F8C6C7
(248,198,199)
#F8CECE
(248,206,206)
#F8D6D5
(248,214,213)
#F8DEDC
(248,222,220)
#F8E6E3
(248,230,227)
#F8EEEA
(248,238,234)
#F8F6F1
(248,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8A6AB color. Also use rgb(248,166,171) instead hex code.

Text Font Color

.myTextColor { color: #F8A6AB; }

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

This text font color is #F8A6AB.


Background Color

.myBgColor { background-color: #F8A6AB; }

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

This div background color is #F8A6AB.


Border color

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

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

This div border color is #F8A6AB.


Opacity

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

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

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

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

This text has shadow with #F8A6AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8A6AB on black background.


Color preview on white background

This text has color #F8A6AB on white background.



Black color preview on #F8A6AB background

This text has black color on #F8A6AB background.


White color preview on #F8A6AB background

This text has white color on #F8A6AB background.