COLOR #FFA4D1

HEX: #FFA4D1
RGB: (255,164,209)

Color info

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

RGB color model

#FFA4D1 color RGB value is (255,164,209).

  • red value is 255;
  • green value is 164;
  • blue value is 209.
RGB:
(255,164,209)
(100%,64%,82%)

RGB channels and saturation

R 255 of 255 = 100%
G 164 of 255 = 64%
B 209 of 255 = 82%

255
164
209

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

Portions of RGB colors in percentages

R + G + B =
255 + 164 + 209 = 628 (100%)
R 255 of 628 ~ 40.61%
G 164 of 628 ~ 26.11%
B 209 of 628 ~ 33.28%

%40.61
%26.11
%33.28

CMYK color model

#FFA4D1 color CMYK value is (0,36,18,0).

  • cyan value is 0.00%
  • magenta value is 35.69%
  • yellow value is 18.04%
  • key color value is 0.00%
CMYK:
(0,36,18,0)
C0M36Y18K0 
(0%,36%,18%,0%)
(0.00/0.36/0.18/0.00)	

CMYK percentages

%0
%35.69
%18.04
%0

Codes

Color #FFA4D1 in popluar color models

FFA4D1
RGB255164209
HSL330°100.00%82.16%
HSB/HSV330°35.69%100.00%
CMYK0.00%35.69%18.04%
0.00%

Color #FFA4D1 in popluar number systems.

HEXFFA4D1
Decimal255164209
Binary111111111010010011010001
Octal377244321

Shades and tints

Shades of #FFA4D1

#FFA4D1
(255,164,209)
#E896BE
(232,150,190)
#D188AB
(209,136,171)
#BA7A98
(186,122,152)
#A36C85
(163,108,133)
#8C5E72
(140,94,114)
#75505F
(117,80,95)
#5E424C
(94,66,76)
#473439
(71,52,57)
#302626
(48,38,38)
#191813
(25,24,19)
#000000
(0,0,0)

Tints of #FFA4D1

#FFA4D1
(255,164,209)
#FFACD5
(255,172,213)
#FFB4D9
(255,180,217)
#FFBCDD
(255,188,221)
#FFC4E1
(255,196,225)
#FFCCE5
(255,204,229)
#FFD4E9
(255,212,233)
#FFDCED
(255,220,237)
#FFE4F1
(255,228,241)
#FFECF5
(255,236,245)
#FFF4F9
(255,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFA4D1 color. Also use rgb(255,164,209) instead hex code.

Text Font Color

.myTextColor { color: #FFA4D1; }

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

This text font color is #FFA4D1.


Background Color

.myBgColor { background-color: #FFA4D1; }

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

This div background color is #FFA4D1.


Border color

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

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

This div border color is #FFA4D1.


Opacity

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

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

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

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

This text has shadow with #FFA4D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFA4D1 on black background.


Color preview on white background

This text has color #FFA4D1 on white background.



Black color preview on #FFA4D1 background

This text has black color on #FFA4D1 background.


White color preview on #FFA4D1 background

This text has white color on #FFA4D1 background.