COLOR #FFA2BB

HEX: #FFA2BB RGB: (255,162,187)

Color info

#FFA2BB contains mainly red color. Web safe color of #FFA2BB is #FF99CC (or #F9C).

RGB color model

#FFA2BB color RGB value is (255,162,187).

RGB: (255,162,187) (100%, 64%, 73%)

RGB channels and saturation

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

255
162
187

R + G + B ~ 79%. #FFA2BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 255 + 162 + 187 = 604 (100%)
R 255 of 604 ~ 42.22%
G 162 of 604 ~ 26.82%
B 187 of 604 ~ 30.96'%

%42.22
%26.82
%30.96

CMYK color model

#FFA2BB color CMYK value is (0,36,27,0).

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

CMYK: (0,36,27,0)
C0M36Y27K0 (0%, 36%, 27%, 0%)
(0.00 / 0.36 / 0.27 / 0.00)

CMYK percentages

%0
%36.47
%26.67
%0

Codes

Color #FFA2BB in popluar color models

FF A2 BB
RGB 255 162 187
HSL 344° 100.00% 81.76%
HSB/HSV 344° 36.47% 100.00%
CMYK 0.00% 36.47% 26.67%
0.00%

Color #FFA2BB in popluar number systems.

HEX FF A2 BB
Decimal 255 162 187
Binary 11111111 10100010 10111011
Octal 377 242 273

Shades and tints

Shades of #FFA2BB

#FFA2BB
(255,162,187)
#E894AA
(232,148,170)
#D18699
(209,134,153)
#BA7888
(186,120,136)
#A36A77
(163,106,119)
#8C5C66
(140,92,102)
#754E55
(117,78,85)
#5E4044
(94,64,68)
#473233
(71,50,51)
#302422
(48,36,34)
#191611
(25,22,17)
#000000
(0,0,0)

Tints of #FFA2BB

#FFA2BB
(255,162,187)
#FFAAC1
(255,170,193)
#FFB2C7
(255,178,199)
#FFBACD
(255,186,205)
#FFC2D3
(255,194,211)
#FFCAD9
(255,202,217)
#FFD2DF
(255,210,223)
#FFDAE5
(255,218,229)
#FFE2EB
(255,226,235)
#FFEAF1
(255,234,241)
#FFF2F7
(255,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFA2BB; }

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

This text font color is #FFA2BB.

Background Color

.myBgColor { background-color: #FFA2BB; }

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

This div background color is #FFA2BB.

Border color

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

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

This div border color is #FFA2BB.

Opacity

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

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

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

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

This text has shadow with #FFA2BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFA2BB.

Preview

Color preview on black background

This text has color #FFA2BB on black background.


Color preview on white background

This text has color #FFA2BB on white background.


Black color preview on #FFA2BB background

This text has black color on #FFA2BB background.


White color preview on #FFA2BB background

This text has white color on #FFA2BB background.


Related colors

Complementary color

Complementary color for #hex is #005D44.


I love getcolorcode.com

Triadic colors

1 #BBFFA2 and #A2BBFF with #FFA2BB are triadic colors.

2 #BBA2FF and #A2FFBB with #FFA2BB are triadic colors.