COLOR #F5DFCD

HEX: #F5DFCD
RGB: (245,223,205)

Color info

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

RGB color model

#F5DFCD color RGB value is (245,223,205).

  • red value is 245;
  • green value is 223;
  • blue value is 205.
RGB:
(245,223,205)
(96%,87%,80%)

RGB channels and saturation

R 245 of 255 = 96%
G 223 of 255 = 87%
B 205 of 255 = 80%

245
223
205

R + G + B ~ 88%. #F5DFCD is light color.

Portions of RGB colors in percentages

R + G + B =
245 + 223 + 205 = 673 (100%)
R 245 of 673 ~ 36.4%
G 223 of 673 ~ 33.14%
B 205 of 673 ~ 30.46%

%36.4
%33.14
%30.46

CMYK color model

#F5DFCD color CMYK value is (0,9,16,4).

  • cyan value is 0.00%
  • magenta value is 8.98%
  • yellow value is 16.33%
  • key color value is 3.92%
CMYK:
(0,9,16,4)
C0M9Y16K4 
(0%,9%,16%,4%)
(0.00/0.09/0.16/0.04)	

CMYK percentages

%0
%8.98
%16.33
%3.92

Codes

Color #F5DFCD in popluar color models

F5DFCD
RGB245223205
HSL27°66.67%88.24%
HSB/HSV27°16.33%96.08%
CMYK0.00%8.98%16.33%
3.92%

Color #F5DFCD in popluar number systems.

HEXF5DFCD
Decimal245223205
Binary111101011101111111001101
Octal365337315

Shades and tints

Shades of #F5DFCD

#F5DFCD
(245,223,205)
#DFCBBB
(223,203,187)
#C9B7A9
(201,183,169)
#B3A397
(179,163,151)
#9D8F85
(157,143,133)
#877B73
(135,123,115)
#716761
(113,103,97)
#5B534F
(91,83,79)
#453F3D
(69,63,61)
#2F2B2B
(47,43,43)
#191719
(25,23,25)
#000000
(0,0,0)

Tints of #F5DFCD

#F5DFCD
(245,223,205)
#F5E1D1
(245,225,209)
#F5E3D5
(245,227,213)
#F5E5D9
(245,229,217)
#F5E7DD
(245,231,221)
#F5E9E1
(245,233,225)
#F5EBE5
(245,235,229)
#F5EDE9
(245,237,233)
#F5EFED
(245,239,237)
#F5F1F1
(245,241,241)
#F5F3F5
(245,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5DFCD color. Also use rgb(245,223,205) instead hex code.

Text Font Color

.myTextColor { color: #F5DFCD; }

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

This text font color is #F5DFCD.


Background Color

.myBgColor { background-color: #F5DFCD; }

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

This div background color is #F5DFCD.


Border color

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

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

This div border color is #F5DFCD.


Opacity

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

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

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

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

This text has shadow with #F5DFCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5DFCD on black background.


Color preview on white background

This text has color #F5DFCD on white background.



Black color preview on #F5DFCD background

This text has black color on #F5DFCD background.


White color preview on #F5DFCD background

This text has white color on #F5DFCD background.