COLOR #F5D5B9

HEX: #F5D5B9
RGB: (245,213,185)

Color info

#F5D5B9 contains mainly red and green colors. Web safe color of #F5D5B9 is #FFCCCC (or #FCC).

RGB color model

#F5D5B9 color RGB value is (245,213,185).

  • red value is 245;
  • green value is 213;
  • blue value is 185.
RGB:
(245,213,185)
(96%,84%,73%)

RGB channels and saturation

R 245 of 255 = 96%
G 213 of 255 = 84%
B 185 of 255 = 73%

245
213
185

R + G + B ~ 84%. #F5D5B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 213 + 185 = 643 (100%)
R 245 of 643 ~ 38.1%
G 213 of 643 ~ 33.13%
B 185 of 643 ~ 28.77%

%38.1
%33.13
%28.77

CMYK color model

#F5D5B9 color CMYK value is (0,13,24,4).

  • cyan value is 0.00%
  • magenta value is 13.06%
  • yellow value is 24.49%
  • key color value is 3.92%
CMYK:
(0,13,24,4)
C0M13Y24K4 
(0%,13%,24%,4%)
(0.00/0.13/0.24/0.04)	

CMYK percentages

%0
%13.06
%24.49
%3.92

Codes

Color #F5D5B9 in popluar color models

F5D5B9
RGB245213185
HSL28°75.00%84.31%
HSB/HSV28°24.49%96.08%
CMYK0.00%13.06%24.49%
3.92%

Color #F5D5B9 in popluar number systems.

HEXF5D5B9
Decimal245213185
Binary111101011101010110111001
Octal365325271

Shades and tints

Shades of #F5D5B9

#F5D5B9
(245,213,185)
#DFC2A9
(223,194,169)
#C9AF99
(201,175,153)
#B39C89
(179,156,137)
#9D8979
(157,137,121)
#877669
(135,118,105)
#716359
(113,99,89)
#5B5049
(91,80,73)
#453D39
(69,61,57)
#2F2A29
(47,42,41)
#191719
(25,23,25)
#000000
(0,0,0)

Tints of #F5D5B9

#F5D5B9
(245,213,185)
#F5D8BF
(245,216,191)
#F5DBC5
(245,219,197)
#F5DECB
(245,222,203)
#F5E1D1
(245,225,209)
#F5E4D7
(245,228,215)
#F5E7DD
(245,231,221)
#F5EAE3
(245,234,227)
#F5EDE9
(245,237,233)
#F5F0EF
(245,240,239)
#F5F3F5
(245,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5D5B9 color. Also use rgb(245,213,185) instead hex code.

Text Font Color

.myTextColor { color: #F5D5B9; }

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

This text font color is #F5D5B9.


Background Color

.myBgColor { background-color: #F5D5B9; }

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

This div background color is #F5D5B9.


Border color

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

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

This div border color is #F5D5B9.


Opacity

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

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

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

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

This text has shadow with #F5D5B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5D5B9 on black background.


Color preview on white background

This text has color #F5D5B9 on white background.



Black color preview on #F5D5B9 background

This text has black color on #F5D5B9 background.


White color preview on #F5D5B9 background

This text has white color on #F5D5B9 background.