COLOR #F8A5AB

HEX: #F8A5AB
RGB: (248,165,171)

Color info

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

RGB color model

#F8A5AB color RGB value is (248,165,171).

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

RGB channels and saturation

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

248
165
171

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

Portions of RGB colors in percentages

R + G + B =
248 + 165 + 171 = 584 (100%)
R 248 of 584 ~ 42.47%
G 165 of 584 ~ 28.25%
B 171 of 584 ~ 29.28%

%42.47
%28.25
%29.28

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 33.47%
  • 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.47
%31.05
%2.75

Codes

Color #F8A5AB in popluar color models

F8A5AB
RGB248165171
HSL356°85.57%80.98%
HSB/HSV356°33.47%97.25%
CMYK0.00%33.47%31.05%
2.75%

Color #F8A5AB in popluar number systems.

HEXF8A5AB
Decimal248165171
Binary111110001010010110101011
Octal370245253

Shades and tints

Shades of #F8A5AB

#F8A5AB
(248,165,171)
#E2969C
(226,150,156)
#CC878D
(204,135,141)
#B6787E
(182,120,126)
#A0696F
(160,105,111)
#8A5A60
(138,90,96)
#744B51
(116,75,81)
#5E3C42
(94,60,66)
#482D33
(72,45,51)
#321E24
(50,30,36)
#1C0F15
(28,15,21)
#000000
(0,0,0)

Tints of #F8A5AB

#F8A5AB
(248,165,171)
#F8ADB2
(248,173,178)
#F8B5B9
(248,181,185)
#F8BDC0
(248,189,192)
#F8C5C7
(248,197,199)
#F8CDCE
(248,205,206)
#F8D5D5
(248,213,213)
#F8DDDC
(248,221,220)
#F8E5E3
(248,229,227)
#F8EDEA
(248,237,234)
#F8F5F1
(248,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8A5AB; }

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

This text font color is #F8A5AB.


Background Color

.myBgColor { background-color: #F8A5AB; }

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

This div background color is #F8A5AB.


Border color

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

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

This div border color is #F8A5AB.


Opacity

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

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

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

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

This text has shadow with #F8A5AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8A5AB on black background.


Color preview on white background

This text has color #F8A5AB on white background.



Black color preview on #F8A5AB background

This text has black color on #F8A5AB background.


White color preview on #F8A5AB background

This text has white color on #F8A5AB background.