COLOR #F5A9BD

HEX: #F5A9BD
RGB: (245,169,189)

Color info

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

RGB color model

#F5A9BD color RGB value is (245,169,189).

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

RGB channels and saturation

R 245 of 255 = 96%
G 169 of 255 = 66%
B 189 of 255 = 74%

245
169
189

R + G + B ~ 79%. #F5A9BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 169 + 189 = 603 (100%)
R 245 of 603 ~ 40.63%
G 169 of 603 ~ 28.03%
B 189 of 603 ~ 31.34%

%40.63
%28.03
%31.34

CMYK color model

#F5A9BD color CMYK value is (0,31,23,4).

  • cyan value is 0.00%
  • magenta value is 31.02%
  • yellow value is 22.86%
  • key color value is 3.92%
CMYK:
(0,31,23,4)
C0M31Y23K4 
(0%,31%,23%,4%)
(0.00/0.31/0.23/0.04)	

CMYK percentages

%0
%31.02
%22.86
%3.92

Codes

Color #F5A9BD in popluar color models

F5A9BD
RGB245169189
HSL344°79.17%81.18%
HSB/HSV344°31.02%96.08%
CMYK0.00%31.02%22.86%
3.92%

Color #F5A9BD in popluar number systems.

HEXF5A9BD
Decimal245169189
Binary111101011010100110111101
Octal365251275

Shades and tints

Shades of #F5A9BD

#F5A9BD
(245,169,189)
#DF9AAC
(223,154,172)
#C98B9B
(201,139,155)
#B37C8A
(179,124,138)
#9D6D79
(157,109,121)
#875E68
(135,94,104)
#714F57
(113,79,87)
#5B4046
(91,64,70)
#453135
(69,49,53)
#2F2224
(47,34,36)
#191313
(25,19,19)
#000000
(0,0,0)

Tints of #F5A9BD

#F5A9BD
(245,169,189)
#F5B0C3
(245,176,195)
#F5B7C9
(245,183,201)
#F5BECF
(245,190,207)
#F5C5D5
(245,197,213)
#F5CCDB
(245,204,219)
#F5D3E1
(245,211,225)
#F5DAE7
(245,218,231)
#F5E1ED
(245,225,237)
#F5E8F3
(245,232,243)
#F5EFF9
(245,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5A9BD; }

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

This text font color is #F5A9BD.


Background Color

.myBgColor { background-color: #F5A9BD; }

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

This div background color is #F5A9BD.


Border color

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

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

This div border color is #F5A9BD.


Opacity

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

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

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

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

This text has shadow with #F5A9BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5A9BD on black background.


Color preview on white background

This text has color #F5A9BD on white background.



Black color preview on #F5A9BD background

This text has black color on #F5A9BD background.


White color preview on #F5A9BD background

This text has white color on #F5A9BD background.