COLOR #FFA2D4

HEX: #FFA2D4
RGB: (255,162,212)

Color info

#FFA2D4 contains mainly red and blue colors. Web safe color of #FFA2D4 is #FF99CC (or #F9C).

RGB color model

#FFA2D4 color RGB value is (255,162,212).

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

RGB channels and saturation

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

255
162
212

R + G + B ~ 82%. #FFA2D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 162 + 212 = 629 (100%)
R 255 of 629 ~ 40.54%
G 162 of 629 ~ 25.76%
B 212 of 629 ~ 33.7%

%40.54
%25.76
%33.7

CMYK color model

#FFA2D4 color CMYK value is (0,36,17,0).

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

CMYK percentages

%0
%36.47
%16.86
%0

Codes

Color #FFA2D4 in popluar color models

FFA2D4
RGB255162212
HSL328°100.00%81.76%
HSB/HSV328°36.47%100.00%
CMYK0.00%36.47%16.86%
0.00%

Color #FFA2D4 in popluar number systems.

HEXFFA2D4
Decimal255162212
Binary111111111010001011010100
Octal377242324

Shades and tints

Shades of #FFA2D4

#FFA2D4
(255,162,212)
#E894C1
(232,148,193)
#D186AE
(209,134,174)
#BA789B
(186,120,155)
#A36A88
(163,106,136)
#8C5C75
(140,92,117)
#754E62
(117,78,98)
#5E404F
(94,64,79)
#47323C
(71,50,60)
#302429
(48,36,41)
#191616
(25,22,22)
#000000
(0,0,0)

Tints of #FFA2D4

#FFA2D4
(255,162,212)
#FFAAD7
(255,170,215)
#FFB2DA
(255,178,218)
#FFBADD
(255,186,221)
#FFC2E0
(255,194,224)
#FFCAE3
(255,202,227)
#FFD2E6
(255,210,230)
#FFDAE9
(255,218,233)
#FFE2EC
(255,226,236)
#FFEAEF
(255,234,239)
#FFF2F2
(255,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFA2D4; }

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

This text font color is #FFA2D4.


Background Color

.myBgColor { background-color: #FFA2D4; }

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

This div background color is #FFA2D4.


Border color

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

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

This div border color is #FFA2D4.


Opacity

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

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

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

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

This text has shadow with #FFA2D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFA2D4 on black background.


Color preview on white background

This text has color #FFA2D4 on white background.



Black color preview on #FFA2D4 background

This text has black color on #FFA2D4 background.


White color preview on #FFA2D4 background

This text has white color on #FFA2D4 background.