COLOR #F5A7BB

HEX: #F5A7BB
RGB: (245,167,187)

Color info

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

RGB color model

#F5A7BB color RGB value is (245,167,187).

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

RGB channels and saturation

R 245 of 255 = 96%
G 167 of 255 = 65%
B 187 of 255 = 73%

245
167
187

R + G + B ~ 78%. #F5A7BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 167 + 187 = 599 (100%)
R 245 of 599 ~ 40.9%
G 167 of 599 ~ 27.88%
B 187 of 599 ~ 31.22%

%40.9
%27.88
%31.22

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 31.84%
  • yellow value is 23.67%
  • key color value is 3.92%
CMYK:
(0,32,24,4)
C0M32Y24K4 
(0%,32%,24%,4%)
(0.00/0.32/0.24/0.04)	

CMYK percentages

%0
%31.84
%23.67
%3.92

Codes

Color #F5A7BB in popluar color models

F5A7BB
RGB245167187
HSL345°79.59%80.78%
HSB/HSV345°31.84%96.08%
CMYK0.00%31.84%23.67%
3.92%

Color #F5A7BB in popluar number systems.

HEXF5A7BB
Decimal245167187
Binary111101011010011110111011
Octal365247273

Shades and tints

Shades of #F5A7BB

#F5A7BB
(245,167,187)
#DF98AA
(223,152,170)
#C98999
(201,137,153)
#B37A88
(179,122,136)
#9D6B77
(157,107,119)
#875C66
(135,92,102)
#714D55
(113,77,85)
#5B3E44
(91,62,68)
#452F33
(69,47,51)
#2F2022
(47,32,34)
#191111
(25,17,17)
#000000
(0,0,0)

Tints of #F5A7BB

#F5A7BB
(245,167,187)
#F5AFC1
(245,175,193)
#F5B7C7
(245,183,199)
#F5BFCD
(245,191,205)
#F5C7D3
(245,199,211)
#F5CFD9
(245,207,217)
#F5D7DF
(245,215,223)
#F5DFE5
(245,223,229)
#F5E7EB
(245,231,235)
#F5EFF1
(245,239,241)
#F5F7F7
(245,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5A7BB; }

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

This text font color is #F5A7BB.


Background Color

.myBgColor { background-color: #F5A7BB; }

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

This div background color is #F5A7BB.


Border color

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

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

This div border color is #F5A7BB.


Opacity

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

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

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

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

This text has shadow with #F5A7BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5A7BB on black background.


Color preview on white background

This text has color #F5A7BB on white background.



Black color preview on #F5A7BB background

This text has black color on #F5A7BB background.


White color preview on #F5A7BB background

This text has white color on #F5A7BB background.