COLOR #F5D5B6

HEX: #F5D5B6
RGB: (245,213,182)

Color info

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

RGB color model

#F5D5B6 color RGB value is (245,213,182).

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

RGB channels and saturation

R 245 of 255 = 96%
G 213 of 255 = 84%
B 182 of 255 = 71%

245
213
182

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

Portions of RGB colors in percentages

R + G + B =
245 + 213 + 182 = 640 (100%)
R 245 of 640 ~ 38.28%
G 213 of 640 ~ 33.28%
B 182 of 640 ~ 28.44%

%38.28
%33.28
%28.44

CMYK color model

#F5D5B6 color CMYK value is (0,13,26,4).

  • cyan value is 0.00%
  • magenta value is 13.06%
  • yellow value is 25.71%
  • key color value is 3.92%
CMYK:
(0,13,26,4)
C0M13Y26K4 
(0%,13%,26%,4%)
(0.00/0.13/0.26/0.04)	

CMYK percentages

%0
%13.06
%25.71
%3.92

Codes

Color #F5D5B6 in popluar color models

F5D5B6
RGB245213182
HSL30°75.90%83.73%
HSB/HSV30°25.71%96.08%
CMYK0.00%13.06%25.71%
3.92%

Color #F5D5B6 in popluar number systems.

HEXF5D5B6
Decimal245213182
Binary111101011101010110110110
Octal365325266

Shades and tints

Shades of #F5D5B6

#F5D5B6
(245,213,182)
#DFC2A6
(223,194,166)
#C9AF96
(201,175,150)
#B39C86
(179,156,134)
#9D8976
(157,137,118)
#877666
(135,118,102)
#716356
(113,99,86)
#5B5046
(91,80,70)
#453D36
(69,61,54)
#2F2A26
(47,42,38)
#191716
(25,23,22)
#000000
(0,0,0)

Tints of #F5D5B6

#F5D5B6
(245,213,182)
#F5D8BC
(245,216,188)
#F5DBC2
(245,219,194)
#F5DEC8
(245,222,200)
#F5E1CE
(245,225,206)
#F5E4D4
(245,228,212)
#F5E7DA
(245,231,218)
#F5EAE0
(245,234,224)
#F5EDE6
(245,237,230)
#F5F0EC
(245,240,236)
#F5F3F2
(245,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5D5B6; }

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

This text font color is #F5D5B6.


Background Color

.myBgColor { background-color: #F5D5B6; }

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

This div background color is #F5D5B6.


Border color

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

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

This div border color is #F5D5B6.


Opacity

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

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

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

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

This text has shadow with #F5D5B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5D5B6 on black background.


Color preview on white background

This text has color #F5D5B6 on white background.



Black color preview on #F5D5B6 background

This text has black color on #F5D5B6 background.


White color preview on #F5D5B6 background

This text has white color on #F5D5B6 background.