COLOR #F5DEAC

HEX: #F5DEAC
RGB: (245,222,172)

Color info

#F5DEAC contains mainly red and green colors. Web safe color of #F5DEAC is #FFCC99 (or #FC9).

RGB color model

#F5DEAC color RGB value is (245,222,172).

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

RGB channels and saturation

R 245 of 255 = 96%
G 222 of 255 = 87%
B 172 of 255 = 67%

245
222
172

R + G + B ~ 83%. #F5DEAC is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 222 + 172 = 639 (100%)
R 245 of 639 ~ 38.34%
G 222 of 639 ~ 34.74%
B 172 of 639 ~ 26.92%

%38.34
%34.74
%26.92

CMYK color model

#F5DEAC color CMYK value is (0,9,30,4).

  • cyan value is 0.00%
  • magenta value is 9.39%
  • yellow value is 29.80%
  • key color value is 3.92%
CMYK:
(0,9,30,4)
C0M9Y30K4 
(0%,9%,30%,4%)
(0.00/0.09/0.30/0.04)	

CMYK percentages

%0
%9.39
%29.8
%3.92

Codes

Color #F5DEAC in popluar color models

F5DEAC
RGB245222172
HSL41°78.49%81.76%
HSB/HSV41°29.80%96.08%
CMYK0.00%9.39%29.80%
3.92%

Color #F5DEAC in popluar number systems.

HEXF5DEAC
Decimal245222172
Binary111101011101111010101100
Octal365336254

Shades and tints

Shades of #F5DEAC

#F5DEAC
(245,222,172)
#DFCA9D
(223,202,157)
#C9B68E
(201,182,142)
#B3A27F
(179,162,127)
#9D8E70
(157,142,112)
#877A61
(135,122,97)
#716652
(113,102,82)
#5B5243
(91,82,67)
#453E34
(69,62,52)
#2F2A25
(47,42,37)
#191616
(25,22,22)
#000000
(0,0,0)

Tints of #F5DEAC

#F5DEAC
(245,222,172)
#F5E1B3
(245,225,179)
#F5E4BA
(245,228,186)
#F5E7C1
(245,231,193)
#F5EAC8
(245,234,200)
#F5EDCF
(245,237,207)
#F5F0D6
(245,240,214)
#F5F3DD
(245,243,221)
#F5F6E4
(245,246,228)
#F5F9EB
(245,249,235)
#F5FCF2
(245,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5DEAC; }

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

This text font color is #F5DEAC.


Background Color

.myBgColor { background-color: #F5DEAC; }

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

This div background color is #F5DEAC.


Border color

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

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

This div border color is #F5DEAC.


Opacity

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

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

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

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

This text has shadow with #F5DEAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5DEAC on black background.


Color preview on white background

This text has color #F5DEAC on white background.



Black color preview on #F5DEAC background

This text has black color on #F5DEAC background.


White color preview on #F5DEAC background

This text has white color on #F5DEAC background.