COLOR #F8A4A4

HEX: #F8A4A4
RGB: (248,164,164)

Color info

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

RGB color model

#F8A4A4 color RGB value is (248,164,164).

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

RGB channels and saturation

R 248 of 255 = 97%
G 164 of 255 = 64%
B 164 of 255 = 64%

248
164
164

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

Portions of RGB colors in percentages

R + G + B =
248 + 164 + 164 = 576 (100%)
R 248 of 576 ~ 43.06%
G 164 of 576 ~ 28.47%
B 164 of 576 ~ 28.47%

%43.06
%28.47
%28.47

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 33.87%
  • yellow value is 33.87%
  • key color value is 2.75%
CMYK:
(0,34,34,3)
C0M34Y34K3 
(0%,34%,34%,3%)
(0.00/0.34/0.34/0.03)	

CMYK percentages

%0
%33.87
%33.87
%2.75

Codes

Color #F8A4A4 in popluar color models

F8A4A4
RGB248164164
HSL85.71%80.78%
HSB/HSV33.87%97.25%
CMYK0.00%33.87%33.87%
2.75%

Color #F8A4A4 in popluar number systems.

HEXF8A4A4
Decimal248164164
Binary111110001010010010100100
Octal370244244

Shades and tints

Shades of #F8A4A4

#F8A4A4
(248,164,164)
#E29696
(226,150,150)
#CC8888
(204,136,136)
#B67A7A
(182,122,122)
#A06C6C
(160,108,108)
#8A5E5E
(138,94,94)
#745050
(116,80,80)
#5E4242
(94,66,66)
#483434
(72,52,52)
#322626
(50,38,38)
#1C1818
(28,24,24)
#000000
(0,0,0)

Tints of #F8A4A4

#F8A4A4
(248,164,164)
#F8ACAC
(248,172,172)
#F8B4B4
(248,180,180)
#F8BCBC
(248,188,188)
#F8C4C4
(248,196,196)
#F8CCCC
(248,204,204)
#F8D4D4
(248,212,212)
#F8DCDC
(248,220,220)
#F8E4E4
(248,228,228)
#F8ECEC
(248,236,236)
#F8F4F4
(248,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8A4A4; }

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

This text font color is #F8A4A4.


Background Color

.myBgColor { background-color: #F8A4A4; }

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

This div background color is #F8A4A4.


Border color

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

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

This div border color is #F8A4A4.


Opacity

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

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

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

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

This text has shadow with #F8A4A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8A4A4 on black background.


Color preview on white background

This text has color #F8A4A4 on white background.



Black color preview on #F8A4A4 background

This text has black color on #F8A4A4 background.


White color preview on #F8A4A4 background

This text has white color on #F8A4A4 background.