COLOR #F5A9E4

HEX: #F5A9E4 RGB: (245,169,228)

Color info

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

RGB color model

#F5A9E4 color RGB value is (245,169,228).

RGB: (245,169,228) (96%, 66%, 89%)

RGB channels and saturation

R 245 of 255 = 96%
G 169 of 255 = 66%
B 228 of 255 = 89%

245
169
228

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

Portions of RGB colors in percentages

R + G + B = 245 + 169 + 228 = 642 (100%)
R 245 of 642 ~ 38.16%
G 169 of 642 ~ 26.32%
B 228 of 642 ~ 35.51'%

%38.16
%26.32
%35.51

CMYK color model

#F5A9E4 color CMYK value is (0,31,7,4).

  • cyan value is 0.00%
  • magenta value is 31.02%
  • yellow value is 6.94%
  • key color value is 3.92%

CMYK: (0,31,7,4)
C0M31Y7K4 (0%, 31%, 7%, 4%)
(0.00 / 0.31 / 0.07 / 0.04)

CMYK percentages

%0
%31.02
%6.94
%3.92

Codes

Color #F5A9E4 in popluar color models

F5 A9 E4
RGB 245 169 228
HSL 313° 79.17% 81.18%
HSB/HSV 313° 31.02% 96.08%
CMYK 0.00% 31.02% 6.94%
3.92%

Color #F5A9E4 in popluar number systems.

HEX F5 A9 E4
Decimal 245 169 228
Binary 11110101 10101001 11100100
Octal 365 251 344

Shades and tints

Shades of #F5A9E4

#F5A9E4
(245,169,228)
#DF9AD0
(223,154,208)
#C98BBC
(201,139,188)
#B37CA8
(179,124,168)
#9D6D94
(157,109,148)
#875E80
(135,94,128)
#714F6C
(113,79,108)
#5B4058
(91,64,88)
#453144
(69,49,68)
#2F2230
(47,34,48)
#19131C
(25,19,28)
#000000
(0,0,0)

Tints of #F5A9E4

#F5A9E4
(245,169,228)
#F5B0E6
(245,176,230)
#F5B7E8
(245,183,232)
#F5BEEA
(245,190,234)
#F5C5EC
(245,197,236)
#F5CCEE
(245,204,238)
#F5D3F0
(245,211,240)
#F5DAF2
(245,218,242)
#F5E1F4
(245,225,244)
#F5E8F6
(245,232,246)
#F5EFF8
(245,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5A9E4 color. Also use rgb(245,169,228) instead hex code.

Text Font Color

.myTextColor { color: #F5A9E4; }

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

This text font color is #F5A9E4.

Background Color

.myBgColor { background-color: #F5A9E4; }

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

This div background color is #F5A9E4.

Border color

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

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

This div border color is #F5A9E4.

Opacity

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

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

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

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

This text has shadow with #F5A9E4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5A9E4.

Preview

Color preview on black background

This text has color #F5A9E4 on black background.


Color preview on white background

This text has color #F5A9E4 on white background.


Black color preview on #F5A9E4 background

This text has black color on #F5A9E4 background.


White color preview on #F5A9E4 background

This text has white color on #F5A9E4 background.


Related colors

Complementary color

Complementary color for #hex is #0A561B.


I love getcolorcode.com

Triadic colors

1 #E4F5A9 and #A9E4F5 with #F5A9E4 are triadic colors.

2 #E4A9F5 and #A9F5E4 with #F5A9E4 are triadic colors.