COLOR #FFA2C7

HEX: #FFA2C7
RGB: (255,162,199)

Color info

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

RGB color model

#FFA2C7 color RGB value is (255,162,199).

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

RGB channels and saturation

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

255
162
199

R + G + B ~ 81%. #FFA2C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 162 + 199 = 616 (100%)
R 255 of 616 ~ 41.4%
G 162 of 616 ~ 26.3%
B 199 of 616 ~ 32.31%

%41.4
%26.3
%32.31

CMYK color model

#FFA2C7 color CMYK value is (0,36,22,0).

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

CMYK percentages

%0
%36.47
%21.96
%0

Codes

Color #FFA2C7 in popluar color models

FFA2C7
RGB255162199
HSL336°100.00%81.76%
HSB/HSV336°36.47%100.00%
CMYK0.00%36.47%21.96%
0.00%

Color #FFA2C7 in popluar number systems.

HEXFFA2C7
Decimal255162199
Binary111111111010001011000111
Octal377242307

Shades and tints

Shades of #FFA2C7

#FFA2C7
(255,162,199)
#E894B5
(232,148,181)
#D186A3
(209,134,163)
#BA7891
(186,120,145)
#A36A7F
(163,106,127)
#8C5C6D
(140,92,109)
#754E5B
(117,78,91)
#5E4049
(94,64,73)
#473237
(71,50,55)
#302425
(48,36,37)
#191613
(25,22,19)
#000000
(0,0,0)

Tints of #FFA2C7

#FFA2C7
(255,162,199)
#FFAACC
(255,170,204)
#FFB2D1
(255,178,209)
#FFBAD6
(255,186,214)
#FFC2DB
(255,194,219)
#FFCAE0
(255,202,224)
#FFD2E5
(255,210,229)
#FFDAEA
(255,218,234)
#FFE2EF
(255,226,239)
#FFEAF4
(255,234,244)
#FFF2F9
(255,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFA2C7; }

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

This text font color is #FFA2C7.


Background Color

.myBgColor { background-color: #FFA2C7; }

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

This div background color is #FFA2C7.


Border color

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

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

This div border color is #FFA2C7.


Opacity

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

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

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

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

This text has shadow with #FFA2C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFA2C7 on black background.


Color preview on white background

This text has color #FFA2C7 on white background.



Black color preview on #FFA2C7 background

This text has black color on #FFA2C7 background.


White color preview on #FFA2C7 background

This text has white color on #FFA2C7 background.