COLOR #FFA2A2

HEX: #FFA2A2
RGB: (255,162,162)

Color info

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

RGB color model

#FFA2A2 color RGB value is (255,162,162).

  • red value is 255;
  • green value is 162;
  • blue value is 162.
RGB:
(255,162,162)
(100%,64%,64%)

RGB channels and saturation

R 255 of 255 = 100%
G 162 of 255 = 64%
B 162 of 255 = 64%

255
162
162

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

Portions of RGB colors in percentages

R + G + B =
255 + 162 + 162 = 579 (100%)
R 255 of 579 ~ 44.04%
G 162 of 579 ~ 27.98%
B 162 of 579 ~ 27.98%

%44.04
%27.98
%27.98

CMYK color model

#FFA2A2 color CMYK value is (0,36,36,0).

  • cyan value is 0.00%
  • magenta value is 36.47%
  • yellow value is 36.47%
  • key color value is 0.00%
CMYK:
(0,36,36,0)
C0M36Y36K0 
(0%,36%,36%,0%)
(0.00/0.36/0.36/0.00)	

CMYK percentages

%0
%36.47
%36.47
%0

Codes

Color #FFA2A2 in popluar color models

FFA2A2
RGB255162162
HSL100.00%81.76%
HSB/HSV36.47%100.00%
CMYK0.00%36.47%36.47%
0.00%

Color #FFA2A2 in popluar number systems.

HEXFFA2A2
Decimal255162162
Binary111111111010001010100010
Octal377242242

Shades and tints

Shades of #FFA2A2

#FFA2A2
(255,162,162)
#E89494
(232,148,148)
#D18686
(209,134,134)
#BA7878
(186,120,120)
#A36A6A
(163,106,106)
#8C5C5C
(140,92,92)
#754E4E
(117,78,78)
#5E4040
(94,64,64)
#473232
(71,50,50)
#302424
(48,36,36)
#191616
(25,22,22)
#000000
(0,0,0)

Tints of #FFA2A2

#FFA2A2
(255,162,162)
#FFAAAA
(255,170,170)
#FFB2B2
(255,178,178)
#FFBABA
(255,186,186)
#FFC2C2
(255,194,194)
#FFCACA
(255,202,202)
#FFD2D2
(255,210,210)
#FFDADA
(255,218,218)
#FFE2E2
(255,226,226)
#FFEAEA
(255,234,234)
#FFF2F2
(255,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFA2A2; }

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

This text font color is #FFA2A2.


Background Color

.myBgColor { background-color: #FFA2A2; }

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

This div background color is #FFA2A2.


Border color

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

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

This div border color is #FFA2A2.


Opacity

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

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

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

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

This text has shadow with #FFA2A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFA2A2 on black background.


Color preview on white background

This text has color #FFA2A2 on white background.



Black color preview on #FFA2A2 background

This text has black color on #FFA2A2 background.


White color preview on #FFA2A2 background

This text has white color on #FFA2A2 background.