COLOR #F5DECF

HEX: #F5DECF
RGB: (245,222,207)

Color info

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

RGB color model

#F5DECF color RGB value is (245,222,207).

  • red value is 245;
  • green value is 222;
  • blue value is 207.
RGB:
(245,222,207)
(96%,87%,81%)

RGB channels and saturation

R 245 of 255 = 96%
G 222 of 255 = 87%
B 207 of 255 = 81%

245
222
207

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

Portions of RGB colors in percentages

R + G + B =
245 + 222 + 207 = 674 (100%)
R 245 of 674 ~ 36.35%
G 222 of 674 ~ 32.94%
B 207 of 674 ~ 30.71%

%36.35
%32.94
%30.71

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.39%
  • yellow value is 15.51%
  • 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
%9.39
%15.51
%3.92

Codes

Color #F5DECF in popluar color models

F5DECF
RGB245222207
HSL24°65.52%88.63%
HSB/HSV24°15.51%96.08%
CMYK0.00%9.39%15.51%
3.92%

Color #F5DECF in popluar number systems.

HEXF5DECF
Decimal245222207
Binary111101011101111011001111
Octal365336317

Shades and tints

Shades of #F5DECF

#F5DECF
(245,222,207)
#DFCABD
(223,202,189)
#C9B6AB
(201,182,171)
#B3A299
(179,162,153)
#9D8E87
(157,142,135)
#877A75
(135,122,117)
#716663
(113,102,99)
#5B5251
(91,82,81)
#453E3F
(69,62,63)
#2F2A2D
(47,42,45)
#19161B
(25,22,27)
#000000
(0,0,0)

Tints of #F5DECF

#F5DECF
(245,222,207)
#F5E1D3
(245,225,211)
#F5E4D7
(245,228,215)
#F5E7DB
(245,231,219)
#F5EADF
(245,234,223)
#F5EDE3
(245,237,227)
#F5F0E7
(245,240,231)
#F5F3EB
(245,243,235)
#F5F6EF
(245,246,239)
#F5F9F3
(245,249,243)
#F5FCF7
(245,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5DECF color. Also use rgb(245,222,207) instead hex code.

Text Font Color

.myTextColor { color: #F5DECF; }

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

This text font color is #F5DECF.


Background Color

.myBgColor { background-color: #F5DECF; }

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

This div background color is #F5DECF.


Border color

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

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

This div border color is #F5DECF.


Opacity

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

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

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

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

This text has shadow with #F5DECF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5DECF on black background.


Color preview on white background

This text has color #F5DECF on white background.



Black color preview on #F5DECF background

This text has black color on #F5DECF background.


White color preview on #F5DECF background

This text has white color on #F5DECF background.