COLOR #F5B1B8

HEX: #F5B1B8
RGB: (245,177,184)

Color info

#F5B1B8 contains mainly red color. Web safe color of #F5B1B8 is #FF99CC (or #F9C).

RGB color model

#F5B1B8 color RGB value is (245,177,184).

  • red value is 245;
  • green value is 177;
  • blue value is 184.
RGB:
(245,177,184)
(96%,69%,72%)

RGB channels and saturation

R 245 of 255 = 96%
G 177 of 255 = 69%
B 184 of 255 = 72%

245
177
184

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

Portions of RGB colors in percentages

R + G + B =
245 + 177 + 184 = 606 (100%)
R 245 of 606 ~ 40.43%
G 177 of 606 ~ 29.21%
B 184 of 606 ~ 30.36%

%40.43
%29.21
%30.36

CMYK color model

#F5B1B8 color CMYK value is (0,28,25,4).

  • cyan value is 0.00%
  • magenta value is 27.76%
  • yellow value is 24.90%
  • key color value is 3.92%
CMYK:
(0,28,25,4)
C0M28Y25K4 
(0%,28%,25%,4%)
(0.00/0.28/0.25/0.04)	

CMYK percentages

%0
%27.76
%24.9
%3.92

Codes

Color #F5B1B8 in popluar color models

F5B1B8
RGB245177184
HSL354°77.27%82.75%
HSB/HSV354°27.76%96.08%
CMYK0.00%27.76%24.90%
3.92%

Color #F5B1B8 in popluar number systems.

HEXF5B1B8
Decimal245177184
Binary111101011011000110111000
Octal365261270

Shades and tints

Shades of #F5B1B8

#F5B1B8
(245,177,184)
#DFA1A8
(223,161,168)
#C99198
(201,145,152)
#B38188
(179,129,136)
#9D7178
(157,113,120)
#876168
(135,97,104)
#715158
(113,81,88)
#5B4148
(91,65,72)
#453138
(69,49,56)
#2F2128
(47,33,40)
#191118
(25,17,24)
#000000
(0,0,0)

Tints of #F5B1B8

#F5B1B8
(245,177,184)
#F5B8BE
(245,184,190)
#F5BFC4
(245,191,196)
#F5C6CA
(245,198,202)
#F5CDD0
(245,205,208)
#F5D4D6
(245,212,214)
#F5DBDC
(245,219,220)
#F5E2E2
(245,226,226)
#F5E9E8
(245,233,232)
#F5F0EE
(245,240,238)
#F5F7F4
(245,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5B1B8 color. Also use rgb(245,177,184) instead hex code.

Text Font Color

.myTextColor { color: #F5B1B8; }

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

This text font color is #F5B1B8.


Background Color

.myBgColor { background-color: #F5B1B8; }

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

This div background color is #F5B1B8.


Border color

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

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

This div border color is #F5B1B8.


Opacity

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

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

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

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

This text has shadow with #F5B1B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5B1B8 on black background.


Color preview on white background

This text has color #F5B1B8 on white background.



Black color preview on #F5B1B8 background

This text has black color on #F5B1B8 background.


White color preview on #F5B1B8 background

This text has white color on #F5B1B8 background.