COLOR #F5DECB

HEX: #F5DECB
RGB: (245,222,203)

Color info

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

RGB color model

#F5DECB color RGB value is (245,222,203).

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

RGB channels and saturation

R 245 of 255 = 96%
G 222 of 255 = 87%
B 203 of 255 = 80%

245
222
203

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

Portions of RGB colors in percentages

R + G + B =
245 + 222 + 203 = 670 (100%)
R 245 of 670 ~ 36.57%
G 222 of 670 ~ 33.13%
B 203 of 670 ~ 30.3%

%36.57
%33.13
%30.3

CMYK color model

#F5DECB color CMYK value is (0,9,17,4).

  • cyan value is 0.00%
  • magenta value is 9.39%
  • yellow value is 17.14%
  • key color value is 3.92%
CMYK:
(0,9,17,4)
C0M9Y17K4 
(0%,9%,17%,4%)
(0.00/0.09/0.17/0.04)	

CMYK percentages

%0
%9.39
%17.14
%3.92

Codes

Color #F5DECB in popluar color models

F5DECB
RGB245222203
HSL27°67.74%87.84%
HSB/HSV27°17.14%96.08%
CMYK0.00%9.39%17.14%
3.92%

Color #F5DECB in popluar number systems.

HEXF5DECB
Decimal245222203
Binary111101011101111011001011
Octal365336313

Shades and tints

Shades of #F5DECB

#F5DECB
(245,222,203)
#DFCAB9
(223,202,185)
#C9B6A7
(201,182,167)
#B3A295
(179,162,149)
#9D8E83
(157,142,131)
#877A71
(135,122,113)
#71665F
(113,102,95)
#5B524D
(91,82,77)
#453E3B
(69,62,59)
#2F2A29
(47,42,41)
#191617
(25,22,23)
#000000
(0,0,0)

Tints of #F5DECB

#F5DECB
(245,222,203)
#F5E1CF
(245,225,207)
#F5E4D3
(245,228,211)
#F5E7D7
(245,231,215)
#F5EADB
(245,234,219)
#F5EDDF
(245,237,223)
#F5F0E3
(245,240,227)
#F5F3E7
(245,243,231)
#F5F6EB
(245,246,235)
#F5F9EF
(245,249,239)
#F5FCF3
(245,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5DECB; }

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

This text font color is #F5DECB.


Background Color

.myBgColor { background-color: #F5DECB; }

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

This div background color is #F5DECB.


Border color

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

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

This div border color is #F5DECB.


Opacity

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

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

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

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

This text has shadow with #F5DECB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5DECB on black background.


Color preview on white background

This text has color #F5DECB on white background.



Black color preview on #F5DECB background

This text has black color on #F5DECB background.


White color preview on #F5DECB background

This text has white color on #F5DECB background.