COLOR #F5D2B2

HEX: #F5D2B2
RGB: (245,210,178)

Color info

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

RGB color model

#F5D2B2 color RGB value is (245,210,178).

  • red value is 245;
  • green value is 210;
  • blue value is 178.
RGB:
(245,210,178)
(96%,82%,70%)

RGB channels and saturation

R 245 of 255 = 96%
G 210 of 255 = 82%
B 178 of 255 = 70%

245
210
178

R + G + B ~ 83%. #F5D2B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 210 + 178 = 633 (100%)
R 245 of 633 ~ 38.7%
G 210 of 633 ~ 33.18%
B 178 of 633 ~ 28.12%

%38.7
%33.18
%28.12

CMYK color model

#F5D2B2 color CMYK value is (0,14,27,4).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 27.35%
  • key color value is 3.92%
CMYK:
(0,14,27,4)
C0M14Y27K4 
(0%,14%,27%,4%)
(0.00/0.14/0.27/0.04)	

CMYK percentages

%0
%14.29
%27.35
%3.92

Codes

Color #F5D2B2 in popluar color models

F5D2B2
RGB245210178
HSL29°77.01%82.94%
HSB/HSV29°27.35%96.08%
CMYK0.00%14.29%27.35%
3.92%

Color #F5D2B2 in popluar number systems.

HEXF5D2B2
Decimal245210178
Binary111101011101001010110010
Octal365322262

Shades and tints

Shades of #F5D2B2

#F5D2B2
(245,210,178)
#DFBFA2
(223,191,162)
#C9AC92
(201,172,146)
#B39982
(179,153,130)
#9D8672
(157,134,114)
#877362
(135,115,98)
#716052
(113,96,82)
#5B4D42
(91,77,66)
#453A32
(69,58,50)
#2F2722
(47,39,34)
#191412
(25,20,18)
#000000
(0,0,0)

Tints of #F5D2B2

#F5D2B2
(245,210,178)
#F5D6B9
(245,214,185)
#F5DAC0
(245,218,192)
#F5DEC7
(245,222,199)
#F5E2CE
(245,226,206)
#F5E6D5
(245,230,213)
#F5EADC
(245,234,220)
#F5EEE3
(245,238,227)
#F5F2EA
(245,242,234)
#F5F6F1
(245,246,241)
#F5FAF8
(245,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5D2B2 color. Also use rgb(245,210,178) instead hex code.

Text Font Color

.myTextColor { color: #F5D2B2; }

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

This text font color is #F5D2B2.


Background Color

.myBgColor { background-color: #F5D2B2; }

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

This div background color is #F5D2B2.


Border color

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

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

This div border color is #F5D2B2.


Opacity

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

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

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

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

This text has shadow with #F5D2B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5D2B2 on black background.


Color preview on white background

This text has color #F5D2B2 on white background.



Black color preview on #F5D2B2 background

This text has black color on #F5D2B2 background.


White color preview on #F5D2B2 background

This text has white color on #F5D2B2 background.