COLOR #F5BDA3

HEX: #F5BDA3 RGB: (245,189,163)

Color info

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

RGB color model

#F5BDA3 color RGB value is (245,189,163).

RGB: (245,189,163) (96%, 74%, 64%)

RGB channels and saturation

R 245 of 255 = 96%
G 189 of 255 = 74%
B 163 of 255 = 64%

245
189
163

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

Portions of RGB colors in percentages

R + G + B = 245 + 189 + 163 = 597 (100%)
R 245 of 597 ~ 41.04%
G 189 of 597 ~ 31.66%
B 163 of 597 ~ 27.3'%

%41.04
%31.66
%27.3

CMYK color model

#F5BDA3 color CMYK value is (0,23,33,4).

  • cyan value is 0.00%
  • magenta value is 22.86%
  • yellow value is 33.47%
  • key color value is 3.92%

CMYK: (0,23,33,4)
C0M23Y33K4 (0%, 23%, 33%, 4%)
(0.00 / 0.23 / 0.33 / 0.04)

CMYK percentages

%0
%22.86
%33.47
%3.92

Codes

Color #F5BDA3 in popluar color models

F5 BD A3
RGB 245 189 163
HSL 19° 80.39% 80.00%
HSB/HSV 19° 33.47% 96.08%
CMYK 0.00% 22.86% 33.47%
3.92%

Color #F5BDA3 in popluar number systems.

HEX F5 BD A3
Decimal 245 189 163
Binary 11110101 10111101 10100011
Octal 365 275 243

Shades and tints

Shades of #F5BDA3

#F5BDA3
(245,189,163)
#DFAC95
(223,172,149)
#C99B87
(201,155,135)
#B38A79
(179,138,121)
#9D796B
(157,121,107)
#87685D
(135,104,93)
#71574F
(113,87,79)
#5B4641
(91,70,65)
#453533
(69,53,51)
#2F2425
(47,36,37)
#191317
(25,19,23)
#000000
(0,0,0)

Tints of #F5BDA3

#F5BDA3
(245,189,163)
#F5C3AB
(245,195,171)
#F5C9B3
(245,201,179)
#F5CFBB
(245,207,187)
#F5D5C3
(245,213,195)
#F5DBCB
(245,219,203)
#F5E1D3
(245,225,211)
#F5E7DB
(245,231,219)
#F5EDE3
(245,237,227)
#F5F3EB
(245,243,235)
#F5F9F3
(245,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5BDA3; }

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

This text font color is #F5BDA3.

Background Color

.myBgColor { background-color: #F5BDA3; }

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

This div background color is #F5BDA3.

Border color

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

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

This div border color is #F5BDA3.

Opacity

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

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

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

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

This text has shadow with #F5BDA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5BDA3.

Preview

Color preview on black background

This text has color #F5BDA3 on black background.


Color preview on white background

This text has color #F5BDA3 on white background.


Black color preview on #F5BDA3 background

This text has black color on #F5BDA3 background.


White color preview on #F5BDA3 background

This text has white color on #F5BDA3 background.


Related colors

Complementary color

Complementary color for #hex is #0A425C.


I love getcolorcode.com

Triadic colors

1 #A3F5BD and #BDA3F5 with #F5BDA3 are triadic colors.

2 #A3BDF5 and #BDF5A3 with #F5BDA3 are triadic colors.