COLOR #F5BDA9

HEX: #F5BDA9 RGB: (245,189,169)

Color info

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

RGB color model

#F5BDA9 color RGB value is (245,189,169).

RGB: (245,189,169) (96%, 74%, 66%)

RGB channels and saturation

R 245 of 255 = 96%
G 189 of 255 = 74%
B 169 of 255 = 66%

245
189
169

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

Portions of RGB colors in percentages

R + G + B = 245 + 189 + 169 = 603 (100%)
R 245 of 603 ~ 40.63%
G 189 of 603 ~ 31.34%
B 169 of 603 ~ 28.03'%

%40.63
%31.34
%28.03

CMYK color model

#F5BDA9 color CMYK value is (0,23,31,4).

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

CMYK: (0,23,31,4)
C0M23Y31K4 (0%, 23%, 31%, 4%)
(0.00 / 0.23 / 0.31 / 0.04)

CMYK percentages

%0
%22.86
%31.02
%3.92

Codes

Color #F5BDA9 in popluar color models

F5 BD A9
RGB 245 189 169
HSL 16° 79.17% 81.18%
HSB/HSV 16° 31.02% 96.08%
CMYK 0.00% 22.86% 31.02%
3.92%

Color #F5BDA9 in popluar number systems.

HEX F5 BD A9
Decimal 245 189 169
Binary 11110101 10111101 10101001
Octal 365 275 251

Shades and tints

Shades of #F5BDA9

#F5BDA9
(245,189,169)
#DFAC9A
(223,172,154)
#C99B8B
(201,155,139)
#B38A7C
(179,138,124)
#9D796D
(157,121,109)
#87685E
(135,104,94)
#71574F
(113,87,79)
#5B4640
(91,70,64)
#453531
(69,53,49)
#2F2422
(47,36,34)
#191313
(25,19,19)
#000000
(0,0,0)

Tints of #F5BDA9

#F5BDA9
(245,189,169)
#F5C3B0
(245,195,176)
#F5C9B7
(245,201,183)
#F5CFBE
(245,207,190)
#F5D5C5
(245,213,197)
#F5DBCC
(245,219,204)
#F5E1D3
(245,225,211)
#F5E7DA
(245,231,218)
#F5EDE1
(245,237,225)
#F5F3E8
(245,243,232)
#F5F9EF
(245,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5BDA9; }

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

This text font color is #F5BDA9.

Background Color

.myBgColor { background-color: #F5BDA9; }

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

This div background color is #F5BDA9.

Border color

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

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

This div border color is #F5BDA9.

Opacity

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

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

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

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

This text has shadow with #F5BDA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5BDA9.

Preview

Color preview on black background

This text has color #F5BDA9 on black background.


Color preview on white background

This text has color #F5BDA9 on white background.


Black color preview on #F5BDA9 background

This text has black color on #F5BDA9 background.


White color preview on #F5BDA9 background

This text has white color on #F5BDA9 background.


Related colors

Complementary color

Complementary color for #hex is #0A4256.


I love getcolorcode.com

Triadic colors

1 #A9F5BD and #BDA9F5 with #F5BDA9 are triadic colors.

2 #A9BDF5 and #BDF5A9 with #F5BDA9 are triadic colors.