COLOR #F5B4BB

HEX: #F5B4BB
RGB: (245,180,187)

Color info

#F5B4BB contains mainly red and blue colors. Web safe color of #F5B4BB is #FFCCCC (or #FCC).

RGB color model

#F5B4BB color RGB value is (245,180,187).

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

RGB channels and saturation

R 245 of 255 = 96%
G 180 of 255 = 71%
B 187 of 255 = 73%

245
180
187

R + G + B ~ 80%. #F5B4BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 180 + 187 = 612 (100%)
R 245 of 612 ~ 40.03%
G 180 of 612 ~ 29.41%
B 187 of 612 ~ 30.56%

%40.03
%29.41
%30.56

CMYK color model

#F5B4BB color CMYK value is (0,27,24,4).

  • cyan value is 0.00%
  • magenta value is 26.53%
  • yellow value is 23.67%
  • key color value is 3.92%
CMYK:
(0,27,24,4)
C0M27Y24K4 
(0%,27%,24%,4%)
(0.00/0.27/0.24/0.04)	

CMYK percentages

%0
%26.53
%23.67
%3.92

Codes

Color #F5B4BB in popluar color models

F5B4BB
RGB245180187
HSL354°76.47%83.33%
HSB/HSV354°26.53%96.08%
CMYK0.00%26.53%23.67%
3.92%

Color #F5B4BB in popluar number systems.

HEXF5B4BB
Decimal245180187
Binary111101011011010010111011
Octal365264273

Shades and tints

Shades of #F5B4BB

#F5B4BB
(245,180,187)
#DFA4AA
(223,164,170)
#C99499
(201,148,153)
#B38488
(179,132,136)
#9D7477
(157,116,119)
#876466
(135,100,102)
#715455
(113,84,85)
#5B4444
(91,68,68)
#453433
(69,52,51)
#2F2422
(47,36,34)
#191411
(25,20,17)
#000000
(0,0,0)

Tints of #F5B4BB

#F5B4BB
(245,180,187)
#F5BAC1
(245,186,193)
#F5C0C7
(245,192,199)
#F5C6CD
(245,198,205)
#F5CCD3
(245,204,211)
#F5D2D9
(245,210,217)
#F5D8DF
(245,216,223)
#F5DEE5
(245,222,229)
#F5E4EB
(245,228,235)
#F5EAF1
(245,234,241)
#F5F0F7
(245,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5B4BB; }

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

This text font color is #F5B4BB.


Background Color

.myBgColor { background-color: #F5B4BB; }

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

This div background color is #F5B4BB.


Border color

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

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

This div border color is #F5B4BB.


Opacity

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

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

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

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

This text has shadow with #F5B4BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5B4BB on black background.


Color preview on white background

This text has color #F5B4BB on white background.



Black color preview on #F5B4BB background

This text has black color on #F5B4BB background.


White color preview on #F5B4BB background

This text has white color on #F5B4BB background.