COLOR #F5B3A0

HEX: #F5B3A0
RGB: (245,179,160)

Color info

#F5B3A0 contains mainly red color. Web safe color of #F5B3A0 is #FF9999 (or #F99).

RGB color model

#F5B3A0 color RGB value is (245,179,160).

  • red value is 245;
  • green value is 179;
  • blue value is 160.
RGB:
(245,179,160)
(96%,70%,63%)

RGB channels and saturation

R 245 of 255 = 96%
G 179 of 255 = 70%
B 160 of 255 = 63%

245
179
160

R + G + B ~ 76%. #F5B3A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 179 + 160 = 584 (100%)
R 245 of 584 ~ 41.95%
G 179 of 584 ~ 30.65%
B 160 of 584 ~ 27.4%

%41.95
%30.65
%27.4

CMYK color model

#F5B3A0 color CMYK value is (0,27,35,4).

  • cyan value is 0.00%
  • magenta value is 26.94%
  • yellow value is 34.69%
  • key color value is 3.92%
CMYK:
(0,27,35,4)
C0M27Y35K4 
(0%,27%,35%,4%)
(0.00/0.27/0.35/0.04)	

CMYK percentages

%0
%26.94
%34.69
%3.92

Codes

Color #F5B3A0 in popluar color models

F5B3A0
RGB245179160
HSL13°80.95%79.41%
HSB/HSV13°34.69%96.08%
CMYK0.00%26.94%34.69%
3.92%

Color #F5B3A0 in popluar number systems.

HEXF5B3A0
Decimal245179160
Binary111101011011001110100000
Octal365263240

Shades and tints

Shades of #F5B3A0

#F5B3A0
(245,179,160)
#DFA392
(223,163,146)
#C99384
(201,147,132)
#B38376
(179,131,118)
#9D7368
(157,115,104)
#87635A
(135,99,90)
#71534C
(113,83,76)
#5B433E
(91,67,62)
#453330
(69,51,48)
#2F2322
(47,35,34)
#191314
(25,19,20)
#000000
(0,0,0)

Tints of #F5B3A0

#F5B3A0
(245,179,160)
#F5B9A8
(245,185,168)
#F5BFB0
(245,191,176)
#F5C5B8
(245,197,184)
#F5CBC0
(245,203,192)
#F5D1C8
(245,209,200)
#F5D7D0
(245,215,208)
#F5DDD8
(245,221,216)
#F5E3E0
(245,227,224)
#F5E9E8
(245,233,232)
#F5EFF0
(245,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5B3A0 color. Also use rgb(245,179,160) instead hex code.

Text Font Color

.myTextColor { color: #F5B3A0; }

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

This text font color is #F5B3A0.


Background Color

.myBgColor { background-color: #F5B3A0; }

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

This div background color is #F5B3A0.


Border color

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

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

This div border color is #F5B3A0.


Opacity

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

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

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

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

This text has shadow with #F5B3A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5B3A0 on black background.


Color preview on white background

This text has color #F5B3A0 on white background.



Black color preview on #F5B3A0 background

This text has black color on #F5B3A0 background.


White color preview on #F5B3A0 background

This text has white color on #F5B3A0 background.