COLOR #F5A995

HEX: #F5A995
RGB: (245,169,149)

Color info

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

RGB color model

#F5A995 color RGB value is (245,169,149).

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

RGB channels and saturation

R 245 of 255 = 96%
G 169 of 255 = 66%
B 149 of 255 = 58%

245
169
149

R + G + B ~ 73%. #F5A995 is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 169 + 149 = 563 (100%)
R 245 of 563 ~ 43.52%
G 169 of 563 ~ 30.02%
B 149 of 563 ~ 26.47%

%43.52
%30.02
%26.47

CMYK color model

#F5A995 color CMYK value is (0,31,39,4).

  • cyan value is 0.00%
  • magenta value is 31.02%
  • yellow value is 39.18%
  • key color value is 3.92%
CMYK:
(0,31,39,4)
C0M31Y39K4 
(0%,31%,39%,4%)
(0.00/0.31/0.39/0.04)	

CMYK percentages

%0
%31.02
%39.18
%3.92

Codes

Color #F5A995 in popluar color models

F5A995
RGB245169149
HSL13°82.76%77.25%
HSB/HSV13°39.18%96.08%
CMYK0.00%31.02%39.18%
3.92%

Color #F5A995 in popluar number systems.

HEXF5A995
Decimal245169149
Binary111101011010100110010101
Octal365251225

Shades and tints

Shades of #F5A995

#F5A995
(245,169,149)
#DF9A88
(223,154,136)
#C98B7B
(201,139,123)
#B37C6E
(179,124,110)
#9D6D61
(157,109,97)
#875E54
(135,94,84)
#714F47
(113,79,71)
#5B403A
(91,64,58)
#45312D
(69,49,45)
#2F2220
(47,34,32)
#191313
(25,19,19)
#000000
(0,0,0)

Tints of #F5A995

#F5A995
(245,169,149)
#F5B09E
(245,176,158)
#F5B7A7
(245,183,167)
#F5BEB0
(245,190,176)
#F5C5B9
(245,197,185)
#F5CCC2
(245,204,194)
#F5D3CB
(245,211,203)
#F5DAD4
(245,218,212)
#F5E1DD
(245,225,221)
#F5E8E6
(245,232,230)
#F5EFEF
(245,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5A995; }

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

This text font color is #F5A995.


Background Color

.myBgColor { background-color: #F5A995; }

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

This div background color is #F5A995.


Border color

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

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

This div border color is #F5A995.


Opacity

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

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

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

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

This text has shadow with #F5A995 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5A995 on black background.


Color preview on white background

This text has color #F5A995 on white background.



Black color preview on #F5A995 background

This text has black color on #F5A995 background.


White color preview on #F5A995 background

This text has white color on #F5A995 background.