COLOR #F5BDA0

HEX: #F5BDA0
RGB: (245,189,160)

Color info

#F5BDA0 contains mainly red and green colors. Web safe color of #F5BDA0 is #FFCC99 (or #FC9).

RGB color model

#F5BDA0 color RGB value is (245,189,160).

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

RGB channels and saturation

R 245 of 255 = 96%
G 189 of 255 = 74%
B 160 of 255 = 63%

245
189
160

R + G + B ~ 78%. #F5BDA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 189 + 160 = 594 (100%)
R 245 of 594 ~ 41.25%
G 189 of 594 ~ 31.82%
B 160 of 594 ~ 26.94%

%41.25
%31.82
%26.94

CMYK color model

#F5BDA0 color CMYK value is (0,23,35,4).

  • cyan value is 0.00%
  • magenta value is 22.86%
  • yellow value is 34.69%
  • key color value is 3.92%
CMYK:
(0,23,35,4)
C0M23Y35K4 
(0%,23%,35%,4%)
(0.00/0.23/0.35/0.04)	

CMYK percentages

%0
%22.86
%34.69
%3.92

Codes

Color #F5BDA0 in popluar color models

F5BDA0
RGB245189160
HSL20°80.95%79.41%
HSB/HSV20°34.69%96.08%
CMYK0.00%22.86%34.69%
3.92%

Color #F5BDA0 in popluar number systems.

HEXF5BDA0
Decimal245189160
Binary111101011011110110100000
Octal365275240

Shades and tints

Shades of #F5BDA0

#F5BDA0
(245,189,160)
#DFAC92
(223,172,146)
#C99B84
(201,155,132)
#B38A76
(179,138,118)
#9D7968
(157,121,104)
#87685A
(135,104,90)
#71574C
(113,87,76)
#5B463E
(91,70,62)
#453530
(69,53,48)
#2F2422
(47,36,34)
#191314
(25,19,20)
#000000
(0,0,0)

Tints of #F5BDA0

#F5BDA0
(245,189,160)
#F5C3A8
(245,195,168)
#F5C9B0
(245,201,176)
#F5CFB8
(245,207,184)
#F5D5C0
(245,213,192)
#F5DBC8
(245,219,200)
#F5E1D0
(245,225,208)
#F5E7D8
(245,231,216)
#F5EDE0
(245,237,224)
#F5F3E8
(245,243,232)
#F5F9F0
(245,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5BDA0; }

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

This text font color is #F5BDA0.


Background Color

.myBgColor { background-color: #F5BDA0; }

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

This div background color is #F5BDA0.


Border color

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

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

This div border color is #F5BDA0.


Opacity

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

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

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

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

This text has shadow with #F5BDA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5BDA0 on black background.


Color preview on white background

This text has color #F5BDA0 on white background.



Black color preview on #F5BDA0 background

This text has black color on #F5BDA0 background.


White color preview on #F5BDA0 background

This text has white color on #F5BDA0 background.