COLOR #FFA9E2

HEX: #FFA9E2 RGB: (255,169,226)

Color info

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

RGB color model

#FFA9E2 color RGB value is (255,169,226).

RGB: (255,169,226) (100%, 66%, 89%)

RGB channels and saturation

R 255 of 255 = 100%
G 169 of 255 = 66%
B 226 of 255 = 89%

255
169
226

R + G + B ~ 85%. #FFA9E2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 255 + 169 + 226 = 650 (100%)
R 255 of 650 ~ 39.23%
G 169 of 650 ~ 26%
B 226 of 650 ~ 34.77'%

%39.23
%26
%34.77

CMYK color model

#FFA9E2 color CMYK value is (0,34,11,0).

  • cyan value is 0.00%
  • magenta value is 33.73%
  • yellow value is 11.37%
  • key color value is 0.00%

CMYK: (0,34,11,0)
C0M34Y11K0 (0%, 34%, 11%, 0%)
(0.00 / 0.34 / 0.11 / 0.00)

CMYK percentages

%0
%33.73
%11.37
%0

Codes

Color #FFA9E2 in popluar color models

FF A9 E2
RGB 255 169 226
HSL 320° 100.00% 83.14%
HSB/HSV 320° 33.73% 100.00%
CMYK 0.00% 33.73% 11.37%
0.00%

Color #FFA9E2 in popluar number systems.

HEX FF A9 E2
Decimal 255 169 226
Binary 11111111 10101001 11100010
Octal 377 251 342

Shades and tints

Shades of #FFA9E2

#FFA9E2
(255,169,226)
#E89ACE
(232,154,206)
#D18BBA
(209,139,186)
#BA7CA6
(186,124,166)
#A36D92
(163,109,146)
#8C5E7E
(140,94,126)
#754F6A
(117,79,106)
#5E4056
(94,64,86)
#473142
(71,49,66)
#30222E
(48,34,46)
#19131A
(25,19,26)
#000000
(0,0,0)

Tints of #FFA9E2

#FFA9E2
(255,169,226)
#FFB0E4
(255,176,228)
#FFB7E6
(255,183,230)
#FFBEE8
(255,190,232)
#FFC5EA
(255,197,234)
#FFCCEC
(255,204,236)
#FFD3EE
(255,211,238)
#FFDAF0
(255,218,240)
#FFE1F2
(255,225,242)
#FFE8F4
(255,232,244)
#FFEFF6
(255,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFA9E2 color. Also use rgb(255,169,226) instead hex code.

Text Font Color

.myTextColor { color: #FFA9E2; }

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

This text font color is #FFA9E2.

Background Color

.myBgColor { background-color: #FFA9E2; }

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

This div background color is #FFA9E2.

Border color

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

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

This div border color is #FFA9E2.

Opacity

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

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

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

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

This text has shadow with #FFA9E2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFA9E2.

Preview

Color preview on black background

This text has color #FFA9E2 on black background.


Color preview on white background

This text has color #FFA9E2 on white background.


Black color preview on #FFA9E2 background

This text has black color on #FFA9E2 background.


White color preview on #FFA9E2 background

This text has white color on #FFA9E2 background.


Related colors

Complementary color

Complementary color for #hex is #00561D.


I love getcolorcode.com

Triadic colors

1 #E2FFA9 and #A9E2FF with #FFA9E2 are triadic colors.

2 #E2A9FF and #A9FFE2 with #FFA9E2 are triadic colors.