COLOR #F5A9B3

HEX: #F5A9B3
RGB: (245,169,179)

Color info

#F5A9B3 contains mainly red color. Web safe color of #F5A9B3 is #FF9999 (or #F99).

RGB color model

#F5A9B3 color RGB value is (245,169,179).

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

RGB channels and saturation

R 245 of 255 = 96%
G 169 of 255 = 66%
B 179 of 255 = 70%

245
169
179

R + G + B ~ 77%. #F5A9B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 169 + 179 = 593 (100%)
R 245 of 593 ~ 41.32%
G 169 of 593 ~ 28.5%
B 179 of 593 ~ 30.19%

%41.32
%28.5
%30.19

CMYK color model

#F5A9B3 color CMYK value is (0,31,27,4).

  • cyan value is 0.00%
  • magenta value is 31.02%
  • yellow value is 26.94%
  • key color value is 3.92%
CMYK:
(0,31,27,4)
C0M31Y27K4 
(0%,31%,27%,4%)
(0.00/0.31/0.27/0.04)	

CMYK percentages

%0
%31.02
%26.94
%3.92

Codes

Color #F5A9B3 in popluar color models

F5A9B3
RGB245169179
HSL352°79.17%81.18%
HSB/HSV352°31.02%96.08%
CMYK0.00%31.02%26.94%
3.92%

Color #F5A9B3 in popluar number systems.

HEXF5A9B3
Decimal245169179
Binary111101011010100110110011
Octal365251263

Shades and tints

Shades of #F5A9B3

#F5A9B3
(245,169,179)
#DF9AA3
(223,154,163)
#C98B93
(201,139,147)
#B37C83
(179,124,131)
#9D6D73
(157,109,115)
#875E63
(135,94,99)
#714F53
(113,79,83)
#5B4043
(91,64,67)
#453133
(69,49,51)
#2F2223
(47,34,35)
#191313
(25,19,19)
#000000
(0,0,0)

Tints of #F5A9B3

#F5A9B3
(245,169,179)
#F5B0B9
(245,176,185)
#F5B7BF
(245,183,191)
#F5BEC5
(245,190,197)
#F5C5CB
(245,197,203)
#F5CCD1
(245,204,209)
#F5D3D7
(245,211,215)
#F5DADD
(245,218,221)
#F5E1E3
(245,225,227)
#F5E8E9
(245,232,233)
#F5EFEF
(245,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5A9B3; }

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

This text font color is #F5A9B3.


Background Color

.myBgColor { background-color: #F5A9B3; }

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

This div background color is #F5A9B3.


Border color

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

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

This div border color is #F5A9B3.


Opacity

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

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

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

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

This text has shadow with #F5A9B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5A9B3 on black background.


Color preview on white background

This text has color #F5A9B3 on white background.



Black color preview on #F5A9B3 background

This text has black color on #F5A9B3 background.


White color preview on #F5A9B3 background

This text has white color on #F5A9B3 background.