COLOR #F5DEC1

HEX: #F5DEC1
RGB: (245,222,193)

Color info

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

RGB color model

#F5DEC1 color RGB value is (245,222,193).

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

RGB channels and saturation

R 245 of 255 = 96%
G 222 of 255 = 87%
B 193 of 255 = 76%

245
222
193

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

Portions of RGB colors in percentages

R + G + B =
245 + 222 + 193 = 660 (100%)
R 245 of 660 ~ 37.12%
G 222 of 660 ~ 33.64%
B 193 of 660 ~ 29.24%

%37.12
%33.64
%29.24

CMYK color model

#F5DEC1 color CMYK value is (0,9,21,4).

  • cyan value is 0.00%
  • magenta value is 9.39%
  • yellow value is 21.22%
  • key color value is 3.92%
CMYK:
(0,9,21,4)
C0M9Y21K4 
(0%,9%,21%,4%)
(0.00/0.09/0.21/0.04)	

CMYK percentages

%0
%9.39
%21.22
%3.92

Codes

Color #F5DEC1 in popluar color models

F5DEC1
RGB245222193
HSL33°72.22%85.88%
HSB/HSV33°21.22%96.08%
CMYK0.00%9.39%21.22%
3.92%

Color #F5DEC1 in popluar number systems.

HEXF5DEC1
Decimal245222193
Binary111101011101111011000001
Octal365336301

Shades and tints

Shades of #F5DEC1

#F5DEC1
(245,222,193)
#DFCAB0
(223,202,176)
#C9B69F
(201,182,159)
#B3A28E
(179,162,142)
#9D8E7D
(157,142,125)
#877A6C
(135,122,108)
#71665B
(113,102,91)
#5B524A
(91,82,74)
#453E39
(69,62,57)
#2F2A28
(47,42,40)
#191617
(25,22,23)
#000000
(0,0,0)

Tints of #F5DEC1

#F5DEC1
(245,222,193)
#F5E1C6
(245,225,198)
#F5E4CB
(245,228,203)
#F5E7D0
(245,231,208)
#F5EAD5
(245,234,213)
#F5EDDA
(245,237,218)
#F5F0DF
(245,240,223)
#F5F3E4
(245,243,228)
#F5F6E9
(245,246,233)
#F5F9EE
(245,249,238)
#F5FCF3
(245,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5DEC1; }

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

This text font color is #F5DEC1.


Background Color

.myBgColor { background-color: #F5DEC1; }

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

This div background color is #F5DEC1.


Border color

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

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

This div border color is #F5DEC1.


Opacity

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

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

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

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

This text has shadow with #F5DEC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5DEC1 on black background.


Color preview on white background

This text has color #F5DEC1 on white background.



Black color preview on #F5DEC1 background

This text has black color on #F5DEC1 background.


White color preview on #F5DEC1 background

This text has white color on #F5DEC1 background.