COLOR #FFA5E1

HEX: #FFA5E1 RGB: (255,165,225)

Color info

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

RGB color model

#FFA5E1 color RGB value is (255,165,225).

RGB: (255,165,225) (100%, 65%, 88%)

RGB channels and saturation

R 255 of 255 = 100%
G 165 of 255 = 65%
B 225 of 255 = 88%

255
165
225

R + G + B ~ 84%. #FFA5E1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 255 + 165 + 225 = 645 (100%)
R 255 of 645 ~ 39.53%
G 165 of 645 ~ 25.58%
B 225 of 645 ~ 34.88'%

%39.53
%25.58
%34.88

CMYK color model

#FFA5E1 color CMYK value is (0,35,12,0).

  • cyan value is 0.00%
  • magenta value is 35.29%
  • yellow value is 11.76%
  • key color value is 0.00%

CMYK: (0,35,12,0)
C0M35Y12K0 (0%, 35%, 12%, 0%)
(0.00 / 0.35 / 0.12 / 0.00)

CMYK percentages

%0
%35.29
%11.76
%0

Codes

Color #FFA5E1 in popluar color models

FF A5 E1
RGB 255 165 225
HSL 320° 100.00% 82.35%
HSB/HSV 320° 35.29% 100.00%
CMYK 0.00% 35.29% 11.76%
0.00%

Color #FFA5E1 in popluar number systems.

HEX FF A5 E1
Decimal 255 165 225
Binary 11111111 10100101 11100001
Octal 377 245 341

Shades and tints

Shades of #FFA5E1

#FFA5E1
(255,165,225)
#E896CD
(232,150,205)
#D187B9
(209,135,185)
#BA78A5
(186,120,165)
#A36991
(163,105,145)
#8C5A7D
(140,90,125)
#754B69
(117,75,105)
#5E3C55
(94,60,85)
#472D41
(71,45,65)
#301E2D
(48,30,45)
#190F19
(25,15,25)
#000000
(0,0,0)

Tints of #FFA5E1

#FFA5E1
(255,165,225)
#FFADE3
(255,173,227)
#FFB5E5
(255,181,229)
#FFBDE7
(255,189,231)
#FFC5E9
(255,197,233)
#FFCDEB
(255,205,235)
#FFD5ED
(255,213,237)
#FFDDEF
(255,221,239)
#FFE5F1
(255,229,241)
#FFEDF3
(255,237,243)
#FFF5F5
(255,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFA5E1 color. Also use rgb(255,165,225) instead hex code.

Text Font Color

.myTextColor { color: #FFA5E1; }

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

This text font color is #FFA5E1.

Background Color

.myBgColor { background-color: #FFA5E1; }

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

This div background color is #FFA5E1.

Border color

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

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

This div border color is #FFA5E1.

Opacity

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

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

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

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

This text has shadow with #FFA5E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFA5E1.

Preview

Color preview on black background

This text has color #FFA5E1 on black background.


Color preview on white background

This text has color #FFA5E1 on white background.


Black color preview on #FFA5E1 background

This text has black color on #FFA5E1 background.


White color preview on #FFA5E1 background

This text has white color on #FFA5E1 background.


Related colors

Complementary color

Complementary color for #hex is #005A1E.


I love getcolorcode.com

Triadic colors

1 #E1FFA5 and #A5E1FF with #FFA5E1 are triadic colors.

2 #E1A5FF and #A5FFE1 with #FFA5E1 are triadic colors.