COLOR #F5B4BD

HEX: #F5B4BD
RGB: (245,180,189)

Color info

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

RGB color model

#F5B4BD color RGB value is (245,180,189).

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

RGB channels and saturation

R 245 of 255 = 96%
G 180 of 255 = 71%
B 189 of 255 = 74%

245
180
189

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

Portions of RGB colors in percentages

R + G + B =
245 + 180 + 189 = 614 (100%)
R 245 of 614 ~ 39.9%
G 180 of 614 ~ 29.32%
B 189 of 614 ~ 30.78%

%39.9
%29.32
%30.78

CMYK color model

#F5B4BD color CMYK value is (0,27,23,4).

  • cyan value is 0.00%
  • magenta value is 26.53%
  • yellow value is 22.86%
  • key color value is 3.92%
CMYK:
(0,27,23,4)
C0M27Y23K4 
(0%,27%,23%,4%)
(0.00/0.27/0.23/0.04)	

CMYK percentages

%0
%26.53
%22.86
%3.92

Codes

Color #F5B4BD in popluar color models

F5B4BD
RGB245180189
HSL352°76.47%83.33%
HSB/HSV352°26.53%96.08%
CMYK0.00%26.53%22.86%
3.92%

Color #F5B4BD in popluar number systems.

HEXF5B4BD
Decimal245180189
Binary111101011011010010111101
Octal365264275

Shades and tints

Shades of #F5B4BD

#F5B4BD
(245,180,189)
#DFA4AC
(223,164,172)
#C9949B
(201,148,155)
#B3848A
(179,132,138)
#9D7479
(157,116,121)
#876468
(135,100,104)
#715457
(113,84,87)
#5B4446
(91,68,70)
#453435
(69,52,53)
#2F2424
(47,36,36)
#191413
(25,20,19)
#000000
(0,0,0)

Tints of #F5B4BD

#F5B4BD
(245,180,189)
#F5BAC3
(245,186,195)
#F5C0C9
(245,192,201)
#F5C6CF
(245,198,207)
#F5CCD5
(245,204,213)
#F5D2DB
(245,210,219)
#F5D8E1
(245,216,225)
#F5DEE7
(245,222,231)
#F5E4ED
(245,228,237)
#F5EAF3
(245,234,243)
#F5F0F9
(245,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5B4BD; }

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

This text font color is #F5B4BD.


Background Color

.myBgColor { background-color: #F5B4BD; }

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

This div background color is #F5B4BD.


Border color

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

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

This div border color is #F5B4BD.


Opacity

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

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

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

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

This text has shadow with #F5B4BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5B4BD on black background.


Color preview on white background

This text has color #F5B4BD on white background.



Black color preview on #F5B4BD background

This text has black color on #F5B4BD background.


White color preview on #F5B4BD background

This text has white color on #F5B4BD background.