COLOR #F5DEC2

HEX: #F5DEC2
RGB: (245,222,194)

Color info

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

RGB color model

#F5DEC2 color RGB value is (245,222,194).

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

RGB channels and saturation

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

245
222
194

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

Portions of RGB colors in percentages

R + G + B =
245 + 222 + 194 = 661 (100%)
R 245 of 661 ~ 37.07%
G 222 of 661 ~ 33.59%
B 194 of 661 ~ 29.35%

%37.07
%33.59
%29.35

CMYK color model

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

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

Codes

Color #F5DEC2 in popluar color models

F5DEC2
RGB245222194
HSL33°71.83%86.08%
HSB/HSV33°20.82%96.08%
CMYK0.00%9.39%20.82%
3.92%

Color #F5DEC2 in popluar number systems.

HEXF5DEC2
Decimal245222194
Binary111101011101111011000010
Octal365336302

Shades and tints

Shades of #F5DEC2

#F5DEC2
(245,222,194)
#DFCAB1
(223,202,177)
#C9B6A0
(201,182,160)
#B3A28F
(179,162,143)
#9D8E7E
(157,142,126)
#877A6D
(135,122,109)
#71665C
(113,102,92)
#5B524B
(91,82,75)
#453E3A
(69,62,58)
#2F2A29
(47,42,41)
#191618
(25,22,24)
#000000
(0,0,0)

Tints of #F5DEC2

#F5DEC2
(245,222,194)
#F5E1C7
(245,225,199)
#F5E4CC
(245,228,204)
#F5E7D1
(245,231,209)
#F5EAD6
(245,234,214)
#F5EDDB
(245,237,219)
#F5F0E0
(245,240,224)
#F5F3E5
(245,243,229)
#F5F6EA
(245,246,234)
#F5F9EF
(245,249,239)
#F5FCF4
(245,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5DEC2; }

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

This text font color is #F5DEC2.


Background Color

.myBgColor { background-color: #F5DEC2; }

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

This div background color is #F5DEC2.


Border color

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

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

This div border color is #F5DEC2.


Opacity

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

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

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

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

This text has shadow with #F5DEC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5DEC2 on black background.


Color preview on white background

This text has color #F5DEC2 on white background.



Black color preview on #F5DEC2 background

This text has black color on #F5DEC2 background.


White color preview on #F5DEC2 background

This text has white color on #F5DEC2 background.