COLOR #F5B5B0

HEX: #F5B5B0
RGB: (245,181,176)

Color info

#F5B5B0 contains mainly red color. Web safe color of #F5B5B0 is #FFCC99 (or #FC9).

RGB color model

#F5B5B0 color RGB value is (245,181,176).

  • red value is 245;
  • green value is 181;
  • blue value is 176.
RGB:
(245,181,176)
(96%,71%,69%)

RGB channels and saturation

R 245 of 255 = 96%
G 181 of 255 = 71%
B 176 of 255 = 69%

245
181
176

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

Portions of RGB colors in percentages

R + G + B =
245 + 181 + 176 = 602 (100%)
R 245 of 602 ~ 40.7%
G 181 of 602 ~ 30.07%
B 176 of 602 ~ 29.24%

%40.7
%30.07
%29.24

CMYK color model

#F5B5B0 color CMYK value is (0,26,28,4).

  • cyan value is 0.00%
  • magenta value is 26.12%
  • yellow value is 28.16%
  • key color value is 3.92%
CMYK:
(0,26,28,4)
C0M26Y28K4 
(0%,26%,28%,4%)
(0.00/0.26/0.28/0.04)	

CMYK percentages

%0
%26.12
%28.16
%3.92

Codes

Color #F5B5B0 in popluar color models

F5B5B0
RGB245181176
HSL77.53%82.55%
HSB/HSV28.16%96.08%
CMYK0.00%26.12%28.16%
3.92%

Color #F5B5B0 in popluar number systems.

HEXF5B5B0
Decimal245181176
Binary111101011011010110110000
Octal365265260

Shades and tints

Shades of #F5B5B0

#F5B5B0
(245,181,176)
#DFA5A0
(223,165,160)
#C99590
(201,149,144)
#B38580
(179,133,128)
#9D7570
(157,117,112)
#876560
(135,101,96)
#715550
(113,85,80)
#5B4540
(91,69,64)
#453530
(69,53,48)
#2F2520
(47,37,32)
#191510
(25,21,16)
#000000
(0,0,0)

Tints of #F5B5B0

#F5B5B0
(245,181,176)
#F5BBB7
(245,187,183)
#F5C1BE
(245,193,190)
#F5C7C5
(245,199,197)
#F5CDCC
(245,205,204)
#F5D3D3
(245,211,211)
#F5D9DA
(245,217,218)
#F5DFE1
(245,223,225)
#F5E5E8
(245,229,232)
#F5EBEF
(245,235,239)
#F5F1F6
(245,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5B5B0 color. Also use rgb(245,181,176) instead hex code.

Text Font Color

.myTextColor { color: #F5B5B0; }

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

This text font color is #F5B5B0.


Background Color

.myBgColor { background-color: #F5B5B0; }

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

This div background color is #F5B5B0.


Border color

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

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

This div border color is #F5B5B0.


Opacity

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

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

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

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

This text has shadow with #F5B5B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5B5B0 on black background.


Color preview on white background

This text has color #F5B5B0 on white background.



Black color preview on #F5B5B0 background

This text has black color on #F5B5B0 background.


White color preview on #F5B5B0 background

This text has white color on #F5B5B0 background.