COLOR #F5A6A7

HEX: #F5A6A7
RGB: (245,166,167)

Color info

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

RGB color model

#F5A6A7 color RGB value is (245,166,167).

  • red value is 245;
  • green value is 166;
  • blue value is 167.
RGB:
(245,166,167)
(96%,65%,65%)

RGB channels and saturation

R 245 of 255 = 96%
G 166 of 255 = 65%
B 167 of 255 = 65%

245
166
167

R + G + B ~ 75%. #F5A6A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 166 + 167 = 578 (100%)
R 245 of 578 ~ 42.39%
G 166 of 578 ~ 28.72%
B 167 of 578 ~ 28.89%

%42.39
%28.72
%28.89

CMYK color model

#F5A6A7 color CMYK value is (0,32,32,4).

  • cyan value is 0.00%
  • magenta value is 32.24%
  • yellow value is 31.84%
  • key color value is 3.92%
CMYK:
(0,32,32,4)
C0M32Y32K4 
(0%,32%,32%,4%)
(0.00/0.32/0.32/0.04)	

CMYK percentages

%0
%32.24
%31.84
%3.92

Codes

Color #F5A6A7 in popluar color models

F5A6A7
RGB245166167
HSL359°79.80%80.59%
HSB/HSV359°32.24%96.08%
CMYK0.00%32.24%31.84%
3.92%

Color #F5A6A7 in popluar number systems.

HEXF5A6A7
Decimal245166167
Binary111101011010011010100111
Octal365246247

Shades and tints

Shades of #F5A6A7

#F5A6A7
(245,166,167)
#DF9798
(223,151,152)
#C98889
(201,136,137)
#B3797A
(179,121,122)
#9D6A6B
(157,106,107)
#875B5C
(135,91,92)
#714C4D
(113,76,77)
#5B3D3E
(91,61,62)
#452E2F
(69,46,47)
#2F1F20
(47,31,32)
#191011
(25,16,17)
#000000
(0,0,0)

Tints of #F5A6A7

#F5A6A7
(245,166,167)
#F5AEAF
(245,174,175)
#F5B6B7
(245,182,183)
#F5BEBF
(245,190,191)
#F5C6C7
(245,198,199)
#F5CECF
(245,206,207)
#F5D6D7
(245,214,215)
#F5DEDF
(245,222,223)
#F5E6E7
(245,230,231)
#F5EEEF
(245,238,239)
#F5F6F7
(245,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5A6A7 color. Also use rgb(245,166,167) instead hex code.

Text Font Color

.myTextColor { color: #F5A6A7; }

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

This text font color is #F5A6A7.


Background Color

.myBgColor { background-color: #F5A6A7; }

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

This div background color is #F5A6A7.


Border color

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

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

This div border color is #F5A6A7.


Opacity

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

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

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

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

This text has shadow with #F5A6A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5A6A7 on black background.


Color preview on white background

This text has color #F5A6A7 on white background.



Black color preview on #F5A6A7 background

This text has black color on #F5A6A7 background.


White color preview on #F5A6A7 background

This text has white color on #F5A6A7 background.