COLOR #F8A3A2

HEX: #F8A3A2
RGB: (248,163,162)

Color info

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

RGB color model

#F8A3A2 color RGB value is (248,163,162).

  • red value is 248;
  • green value is 163;
  • blue value is 162.
RGB:
(248,163,162)
(97%,64%,64%)

RGB channels and saturation

R 248 of 255 = 97%
G 163 of 255 = 64%
B 162 of 255 = 64%

248
163
162

R + G + B ~ 75%. #F8A3A2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 163 + 162 = 573 (100%)
R 248 of 573 ~ 43.28%
G 163 of 573 ~ 28.45%
B 162 of 573 ~ 28.27%

%43.28
%28.45
%28.27

CMYK color model

#F8A3A2 color CMYK value is (0,34,35,3).

  • cyan value is 0.00%
  • magenta value is 34.27%
  • yellow value is 34.68%
  • key color value is 2.75%
CMYK:
(0,34,35,3)
C0M34Y35K3 
(0%,34%,35%,3%)
(0.00/0.34/0.35/0.03)	

CMYK percentages

%0
%34.27
%34.68
%2.75

Codes

Color #F8A3A2 in popluar color models

F8A3A2
RGB248163162
HSL86.00%80.39%
HSB/HSV34.68%97.25%
CMYK0.00%34.27%34.68%
2.75%

Color #F8A3A2 in popluar number systems.

HEXF8A3A2
Decimal248163162
Binary111110001010001110100010
Octal370243242

Shades and tints

Shades of #F8A3A2

#F8A3A2
(248,163,162)
#E29594
(226,149,148)
#CC8786
(204,135,134)
#B67978
(182,121,120)
#A06B6A
(160,107,106)
#8A5D5C
(138,93,92)
#744F4E
(116,79,78)
#5E4140
(94,65,64)
#483332
(72,51,50)
#322524
(50,37,36)
#1C1716
(28,23,22)
#000000
(0,0,0)

Tints of #F8A3A2

#F8A3A2
(248,163,162)
#F8ABAA
(248,171,170)
#F8B3B2
(248,179,178)
#F8BBBA
(248,187,186)
#F8C3C2
(248,195,194)
#F8CBCA
(248,203,202)
#F8D3D2
(248,211,210)
#F8DBDA
(248,219,218)
#F8E3E2
(248,227,226)
#F8EBEA
(248,235,234)
#F8F3F2
(248,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8A3A2 color. Also use rgb(248,163,162) instead hex code.

Text Font Color

.myTextColor { color: #F8A3A2; }

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

This text font color is #F8A3A2.


Background Color

.myBgColor { background-color: #F8A3A2; }

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

This div background color is #F8A3A2.


Border color

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

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

This div border color is #F8A3A2.


Opacity

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

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

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

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

This text has shadow with #F8A3A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8A3A2 on black background.


Color preview on white background

This text has color #F8A3A2 on white background.



Black color preview on #F8A3A2 background

This text has black color on #F8A3A2 background.


White color preview on #F8A3A2 background

This text has white color on #F8A3A2 background.