COLOR #F5B2BA

HEX: #F5B2BA
RGB: (245,178,186)

Color info

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

RGB color model

#F5B2BA color RGB value is (245,178,186).

  • red value is 245;
  • green value is 178;
  • blue value is 186.
RGB:
(245,178,186)
(96%,70%,73%)

RGB channels and saturation

R 245 of 255 = 96%
G 178 of 255 = 70%
B 186 of 255 = 73%

245
178
186

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

Portions of RGB colors in percentages

R + G + B =
245 + 178 + 186 = 609 (100%)
R 245 of 609 ~ 40.23%
G 178 of 609 ~ 29.23%
B 186 of 609 ~ 30.54%

%40.23
%29.23
%30.54

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.35%
  • yellow value is 24.08%
  • 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
%27.35
%24.08
%3.92

Codes

Color #F5B2BA in popluar color models

F5B2BA
RGB245178186
HSL353°77.01%82.94%
HSB/HSV353°27.35%96.08%
CMYK0.00%27.35%24.08%
3.92%

Color #F5B2BA in popluar number systems.

HEXF5B2BA
Decimal245178186
Binary111101011011001010111010
Octal365262272

Shades and tints

Shades of #F5B2BA

#F5B2BA
(245,178,186)
#DFA2AA
(223,162,170)
#C9929A
(201,146,154)
#B3828A
(179,130,138)
#9D727A
(157,114,122)
#87626A
(135,98,106)
#71525A
(113,82,90)
#5B424A
(91,66,74)
#45323A
(69,50,58)
#2F222A
(47,34,42)
#19121A
(25,18,26)
#000000
(0,0,0)

Tints of #F5B2BA

#F5B2BA
(245,178,186)
#F5B9C0
(245,185,192)
#F5C0C6
(245,192,198)
#F5C7CC
(245,199,204)
#F5CED2
(245,206,210)
#F5D5D8
(245,213,216)
#F5DCDE
(245,220,222)
#F5E3E4
(245,227,228)
#F5EAEA
(245,234,234)
#F5F1F0
(245,241,240)
#F5F8F6
(245,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5B2BA color. Also use rgb(245,178,186) instead hex code.

Text Font Color

.myTextColor { color: #F5B2BA; }

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

This text font color is #F5B2BA.


Background Color

.myBgColor { background-color: #F5B2BA; }

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

This div background color is #F5B2BA.


Border color

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

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

This div border color is #F5B2BA.


Opacity

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

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

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

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

This text has shadow with #F5B2BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5B2BA on black background.


Color preview on white background

This text has color #F5B2BA on white background.



Black color preview on #F5B2BA background

This text has black color on #F5B2BA background.


White color preview on #F5B2BA background

This text has white color on #F5B2BA background.