COLOR #F5D3C9

HEX: #F5D3C9
RGB: (245,211,201)

Color info

#F5D3C9 contains red, green and blue colors in about the same proportion. Web safe color of #F5D3C9 is #FFCCCC (or #FCC).

RGB color model

#F5D3C9 color RGB value is (245,211,201).

  • red value is 245;
  • green value is 211;
  • blue value is 201.
RGB:
(245,211,201)
(96%,83%,79%)

RGB channels and saturation

R 245 of 255 = 96%
G 211 of 255 = 83%
B 201 of 255 = 79%

245
211
201

R + G + B ~ 86%. #F5D3C9 is light color.

Portions of RGB colors in percentages

R + G + B =
245 + 211 + 201 = 657 (100%)
R 245 of 657 ~ 37.29%
G 211 of 657 ~ 32.12%
B 201 of 657 ~ 30.59%

%37.29
%32.12
%30.59

CMYK color model

#F5D3C9 color CMYK value is (0,14,18,4).

  • cyan value is 0.00%
  • magenta value is 13.88%
  • yellow value is 17.96%
  • key color value is 3.92%
CMYK:
(0,14,18,4)
C0M14Y18K4 
(0%,14%,18%,4%)
(0.00/0.14/0.18/0.04)	

CMYK percentages

%0
%13.88
%17.96
%3.92

Codes

Color #F5D3C9 in popluar color models

F5D3C9
RGB245211201
HSL14°68.75%87.45%
HSB/HSV14°17.96%96.08%
CMYK0.00%13.88%17.96%
3.92%

Color #F5D3C9 in popluar number systems.

HEXF5D3C9
Decimal245211201
Binary111101011101001111001001
Octal365323311

Shades and tints

Shades of #F5D3C9

#F5D3C9
(245,211,201)
#DFC0B7
(223,192,183)
#C9ADA5
(201,173,165)
#B39A93
(179,154,147)
#9D8781
(157,135,129)
#87746F
(135,116,111)
#71615D
(113,97,93)
#5B4E4B
(91,78,75)
#453B39
(69,59,57)
#2F2827
(47,40,39)
#191515
(25,21,21)
#000000
(0,0,0)

Tints of #F5D3C9

#F5D3C9
(245,211,201)
#F5D7CD
(245,215,205)
#F5DBD1
(245,219,209)
#F5DFD5
(245,223,213)
#F5E3D9
(245,227,217)
#F5E7DD
(245,231,221)
#F5EBE1
(245,235,225)
#F5EFE5
(245,239,229)
#F5F3E9
(245,243,233)
#F5F7ED
(245,247,237)
#F5FBF1
(245,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5D3C9 color. Also use rgb(245,211,201) instead hex code.

Text Font Color

.myTextColor { color: #F5D3C9; }

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

This text font color is #F5D3C9.


Background Color

.myBgColor { background-color: #F5D3C9; }

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

This div background color is #F5D3C9.


Border color

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

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

This div border color is #F5D3C9.


Opacity

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

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

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

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

This text has shadow with #F5D3C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5D3C9 on black background.


Color preview on white background

This text has color #F5D3C9 on white background.



Black color preview on #F5D3C9 background

This text has black color on #F5D3C9 background.


White color preview on #F5D3C9 background

This text has white color on #F5D3C9 background.