COLOR #F5A9C9

HEX: #F5A9C9
RGB: (245,169,201)

Color info

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

RGB color model

#F5A9C9 color RGB value is (245,169,201).

  • red value is 245;
  • green value is 169;
  • blue value is 201.
RGB:
(245,169,201)
(96%,66%,79%)

RGB channels and saturation

R 245 of 255 = 96%
G 169 of 255 = 66%
B 201 of 255 = 79%

245
169
201

R + G + B ~ 80%. #F5A9C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 169 + 201 = 615 (100%)
R 245 of 615 ~ 39.84%
G 169 of 615 ~ 27.48%
B 201 of 615 ~ 32.68%

%39.84
%27.48
%32.68

CMYK color model

#F5A9C9 color CMYK value is (0,31,18,4).

  • cyan value is 0.00%
  • magenta value is 31.02%
  • yellow value is 17.96%
  • key color value is 3.92%
CMYK:
(0,31,18,4)
C0M31Y18K4 
(0%,31%,18%,4%)
(0.00/0.31/0.18/0.04)	

CMYK percentages

%0
%31.02
%17.96
%3.92

Codes

Color #F5A9C9 in popluar color models

F5A9C9
RGB245169201
HSL335°79.17%81.18%
HSB/HSV335°31.02%96.08%
CMYK0.00%31.02%17.96%
3.92%

Color #F5A9C9 in popluar number systems.

HEXF5A9C9
Decimal245169201
Binary111101011010100111001001
Octal365251311

Shades and tints

Shades of #F5A9C9

#F5A9C9
(245,169,201)
#DF9AB7
(223,154,183)
#C98BA5
(201,139,165)
#B37C93
(179,124,147)
#9D6D81
(157,109,129)
#875E6F
(135,94,111)
#714F5D
(113,79,93)
#5B404B
(91,64,75)
#453139
(69,49,57)
#2F2227
(47,34,39)
#191315
(25,19,21)
#000000
(0,0,0)

Tints of #F5A9C9

#F5A9C9
(245,169,201)
#F5B0CD
(245,176,205)
#F5B7D1
(245,183,209)
#F5BED5
(245,190,213)
#F5C5D9
(245,197,217)
#F5CCDD
(245,204,221)
#F5D3E1
(245,211,225)
#F5DAE5
(245,218,229)
#F5E1E9
(245,225,233)
#F5E8ED
(245,232,237)
#F5EFF1
(245,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5A9C9; }

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

This text font color is #F5A9C9.


Background Color

.myBgColor { background-color: #F5A9C9; }

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

This div background color is #F5A9C9.


Border color

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

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

This div border color is #F5A9C9.


Opacity

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

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

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

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

This text has shadow with #F5A9C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5A9C9 on black background.


Color preview on white background

This text has color #F5A9C9 on white background.



Black color preview on #F5A9C9 background

This text has black color on #F5A9C9 background.


White color preview on #F5A9C9 background

This text has white color on #F5A9C9 background.