COLOR #F2D5AC

HEX: #F2D5AC
RGB: (242,213,172)

Color info

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

RGB color model

#F2D5AC color RGB value is (242,213,172).

  • red value is 242;
  • green value is 213;
  • blue value is 172.
RGB:
(242,213,172)
(95%,84%,67%)

RGB channels and saturation

R 242 of 255 = 95%
G 213 of 255 = 84%
B 172 of 255 = 67%

242
213
172

R + G + B ~ 82%. #F2D5AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 213 + 172 = 627 (100%)
R 242 of 627 ~ 38.6%
G 213 of 627 ~ 33.97%
B 172 of 627 ~ 27.43%

%38.6
%33.97
%27.43

CMYK color model

#F2D5AC color CMYK value is (0,12,29,5).

  • cyan value is 0.00%
  • magenta value is 11.98%
  • yellow value is 28.93%
  • key color value is 5.10%
CMYK:
(0,12,29,5)
C0M12Y29K5 
(0%,12%,29%,5%)
(0.00/0.12/0.29/0.05)	

CMYK percentages

%0
%11.98
%28.93
%5.1

Codes

Color #F2D5AC in popluar color models

F2D5AC
RGB242213172
HSL35°72.92%81.18%
HSB/HSV35°28.93%94.90%
CMYK0.00%11.98%28.93%
5.10%

Color #F2D5AC in popluar number systems.

HEXF2D5AC
Decimal242213172
Binary111100101101010110101100
Octal362325254

Shades and tints

Shades of #F2D5AC

#F2D5AC
(242,213,172)
#DCC29D
(220,194,157)
#C6AF8E
(198,175,142)
#B09C7F
(176,156,127)
#9A8970
(154,137,112)
#847661
(132,118,97)
#6E6352
(110,99,82)
#585043
(88,80,67)
#423D34
(66,61,52)
#2C2A25
(44,42,37)
#161716
(22,23,22)
#000000
(0,0,0)

Tints of #F2D5AC

#F2D5AC
(242,213,172)
#F3D8B3
(243,216,179)
#F4DBBA
(244,219,186)
#F5DEC1
(245,222,193)
#F6E1C8
(246,225,200)
#F7E4CF
(247,228,207)
#F8E7D6
(248,231,214)
#F9EADD
(249,234,221)
#FAEDE4
(250,237,228)
#FBF0EB
(251,240,235)
#FCF3F2
(252,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2D5AC color. Also use rgb(242,213,172) instead hex code.

Text Font Color

.myTextColor { color: #F2D5AC; }

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

This text font color is #F2D5AC.


Background Color

.myBgColor { background-color: #F2D5AC; }

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

This div background color is #F2D5AC.


Border color

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

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

This div border color is #F2D5AC.


Opacity

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

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

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

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

This text has shadow with #F2D5AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2D5AC on black background.


Color preview on white background

This text has color #F2D5AC on white background.



Black color preview on #F2D5AC background

This text has black color on #F2D5AC background.


White color preview on #F2D5AC background

This text has white color on #F2D5AC background.