COLOR #FFA2B2

HEX: #FFA2B2 RGB: (255,162,178)

Color info

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

RGB color model

#FFA2B2 color RGB value is (255,162,178).

RGB: (255,162,178) (100%, 64%, 70%)

RGB channels and saturation

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

255
162
178

R + G + B ~ 78%. #FFA2B2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 255 + 162 + 178 = 595 (100%)
R 255 of 595 ~ 42.86%
G 162 of 595 ~ 27.23%
B 178 of 595 ~ 29.92'%

%42.86
%27.23
%29.92

CMYK color model

#FFA2B2 color CMYK value is (0,36,30,0).

  • cyan value is 0.00%
  • magenta value is 36.47%
  • yellow value is 30.20%
  • key color value is 0.00%

CMYK: (0,36,30,0)
C0M36Y30K0 (0%, 36%, 30%, 0%)
(0.00 / 0.36 / 0.30 / 0.00)

CMYK percentages

%0
%36.47
%30.2
%0

Codes

Color #FFA2B2 in popluar color models

FF A2 B2
RGB 255 162 178
HSL 350° 100.00% 81.76%
HSB/HSV 350° 36.47% 100.00%
CMYK 0.00% 36.47% 30.20%
0.00%

Color #FFA2B2 in popluar number systems.

HEX FF A2 B2
Decimal 255 162 178
Binary 11111111 10100010 10110010
Octal 377 242 262

Shades and tints

Shades of #FFA2B2

#FFA2B2
(255,162,178)
#E894A2
(232,148,162)
#D18692
(209,134,146)
#BA7882
(186,120,130)
#A36A72
(163,106,114)
#8C5C62
(140,92,98)
#754E52
(117,78,82)
#5E4042
(94,64,66)
#473232
(71,50,50)
#302422
(48,36,34)
#191612
(25,22,18)
#000000
(0,0,0)

Tints of #FFA2B2

#FFA2B2
(255,162,178)
#FFAAB9
(255,170,185)
#FFB2C0
(255,178,192)
#FFBAC7
(255,186,199)
#FFC2CE
(255,194,206)
#FFCAD5
(255,202,213)
#FFD2DC
(255,210,220)
#FFDAE3
(255,218,227)
#FFE2EA
(255,226,234)
#FFEAF1
(255,234,241)
#FFF2F8
(255,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFA2B2; }

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

This text font color is #FFA2B2.

Background Color

.myBgColor { background-color: #FFA2B2; }

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

This div background color is #FFA2B2.

Border color

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

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

This div border color is #FFA2B2.

Opacity

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

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

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

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

This text has shadow with #FFA2B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFA2B2.

Preview

Color preview on black background

This text has color #FFA2B2 on black background.


Color preview on white background

This text has color #FFA2B2 on white background.


Black color preview on #FFA2B2 background

This text has black color on #FFA2B2 background.


White color preview on #FFA2B2 background

This text has white color on #FFA2B2 background.


Related colors

Complementary color

Complementary color for #hex is #005D4D.


I love getcolorcode.com

Triadic colors

1 #B2FFA2 and #A2B2FF with #FFA2B2 are triadic colors.

2 #B2A2FF and #A2FFB2 with #FFA2B2 are triadic colors.