COLOR #F2D2AD

HEX: #F2D2AD
RGB: (242,210,173)

Color info

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

RGB color model

#F2D2AD color RGB value is (242,210,173).

  • red value is 242;
  • green value is 210;
  • blue value is 173.
RGB:
(242,210,173)
(95%,82%,68%)

RGB channels and saturation

R 242 of 255 = 95%
G 210 of 255 = 82%
B 173 of 255 = 68%

242
210
173

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

Portions of RGB colors in percentages

R + G + B =
242 + 210 + 173 = 625 (100%)
R 242 of 625 ~ 38.72%
G 210 of 625 ~ 33.6%
B 173 of 625 ~ 27.68%

%38.72
%33.6
%27.68

CMYK color model

#F2D2AD color CMYK value is (0,13,29,5).

  • cyan value is 0.00%
  • magenta value is 13.22%
  • yellow value is 28.51%
  • key color value is 5.10%
CMYK:
(0,13,29,5)
C0M13Y29K5 
(0%,13%,29%,5%)
(0.00/0.13/0.29/0.05)	

CMYK percentages

%0
%13.22
%28.51
%5.1

Codes

Color #F2D2AD in popluar color models

F2D2AD
RGB242210173
HSL32°72.63%81.37%
HSB/HSV32°28.51%94.90%
CMYK0.00%13.22%28.51%
5.10%

Color #F2D2AD in popluar number systems.

HEXF2D2AD
Decimal242210173
Binary111100101101001010101101
Octal362322255

Shades and tints

Shades of #F2D2AD

#F2D2AD
(242,210,173)
#DCBF9E
(220,191,158)
#C6AC8F
(198,172,143)
#B09980
(176,153,128)
#9A8671
(154,134,113)
#847362
(132,115,98)
#6E6053
(110,96,83)
#584D44
(88,77,68)
#423A35
(66,58,53)
#2C2726
(44,39,38)
#161417
(22,20,23)
#000000
(0,0,0)

Tints of #F2D2AD

#F2D2AD
(242,210,173)
#F3D6B4
(243,214,180)
#F4DABB
(244,218,187)
#F5DEC2
(245,222,194)
#F6E2C9
(246,226,201)
#F7E6D0
(247,230,208)
#F8EAD7
(248,234,215)
#F9EEDE
(249,238,222)
#FAF2E5
(250,242,229)
#FBF6EC
(251,246,236)
#FCFAF3
(252,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2D2AD color. Also use rgb(242,210,173) instead hex code.

Text Font Color

.myTextColor { color: #F2D2AD; }

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

This text font color is #F2D2AD.


Background Color

.myBgColor { background-color: #F2D2AD; }

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

This div background color is #F2D2AD.


Border color

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

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

This div border color is #F2D2AD.


Opacity

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

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

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

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

This text has shadow with #F2D2AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2D2AD on black background.


Color preview on white background

This text has color #F2D2AD on white background.



Black color preview on #F2D2AD background

This text has black color on #F2D2AD background.


White color preview on #F2D2AD background

This text has white color on #F2D2AD background.