COLOR #FFA2B7

HEX: #FFA2B7
RGB: (255,162,183)

Color info

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

RGB color model

#FFA2B7 color RGB value is (255,162,183).

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

RGB channels and saturation

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

255
162
183

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

Portions of RGB colors in percentages

R + G + B =
255 + 162 + 183 = 600 (100%)
R 255 of 600 ~ 42.5%
G 162 of 600 ~ 27%
B 183 of 600 ~ 30.5%

%42.5
%27
%30.5

CMYK color model

#FFA2B7 color CMYK value is (0,36,28,0).

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

CMYK percentages

%0
%36.47
%28.24
%0

Codes

Color #FFA2B7 in popluar color models

FFA2B7
RGB255162183
HSL346°100.00%81.76%
HSB/HSV346°36.47%100.00%
CMYK0.00%36.47%28.24%
0.00%

Color #FFA2B7 in popluar number systems.

HEXFFA2B7
Decimal255162183
Binary111111111010001010110111
Octal377242267

Shades and tints

Shades of #FFA2B7

#FFA2B7
(255,162,183)
#E894A7
(232,148,167)
#D18697
(209,134,151)
#BA7887
(186,120,135)
#A36A77
(163,106,119)
#8C5C67
(140,92,103)
#754E57
(117,78,87)
#5E4047
(94,64,71)
#473237
(71,50,55)
#302427
(48,36,39)
#191617
(25,22,23)
#000000
(0,0,0)

Tints of #FFA2B7

#FFA2B7
(255,162,183)
#FFAABD
(255,170,189)
#FFB2C3
(255,178,195)
#FFBAC9
(255,186,201)
#FFC2CF
(255,194,207)
#FFCAD5
(255,202,213)
#FFD2DB
(255,210,219)
#FFDAE1
(255,218,225)
#FFE2E7
(255,226,231)
#FFEAED
(255,234,237)
#FFF2F3
(255,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFA2B7; }

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

This text font color is #FFA2B7.


Background Color

.myBgColor { background-color: #FFA2B7; }

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

This div background color is #FFA2B7.


Border color

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

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

This div border color is #FFA2B7.


Opacity

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

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

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

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

This text has shadow with #FFA2B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFA2B7 on black background.


Color preview on white background

This text has color #FFA2B7 on white background.



Black color preview on #FFA2B7 background

This text has black color on #FFA2B7 background.


White color preview on #FFA2B7 background

This text has white color on #FFA2B7 background.