COLOR #F2D1AE

HEX: #F2D1AE
RGB: (242,209,174)

Color info

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

RGB color model

#F2D1AE color RGB value is (242,209,174).

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

RGB channels and saturation

R 242 of 255 = 95%
G 209 of 255 = 82%
B 174 of 255 = 68%

242
209
174

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

Portions of RGB colors in percentages

R + G + B =
242 + 209 + 174 = 625 (100%)
R 242 of 625 ~ 38.72%
G 209 of 625 ~ 33.44%
B 174 of 625 ~ 27.84%

%38.72
%33.44
%27.84

CMYK color model

#F2D1AE color CMYK value is (0,14,28,5).

  • cyan value is 0.00%
  • magenta value is 13.64%
  • yellow value is 28.10%
  • key color value is 5.10%
CMYK:
(0,14,28,5)
C0M14Y28K5 
(0%,14%,28%,5%)
(0.00/0.14/0.28/0.05)	

CMYK percentages

%0
%13.64
%28.1
%5.1

Codes

Color #F2D1AE in popluar color models

F2D1AE
RGB242209174
HSL31°72.34%81.57%
HSB/HSV31°28.10%94.90%
CMYK0.00%13.64%28.10%
5.10%

Color #F2D1AE in popluar number systems.

HEXF2D1AE
Decimal242209174
Binary111100101101000110101110
Octal362321256

Shades and tints

Shades of #F2D1AE

#F2D1AE
(242,209,174)
#DCBE9F
(220,190,159)
#C6AB90
(198,171,144)
#B09881
(176,152,129)
#9A8572
(154,133,114)
#847263
(132,114,99)
#6E5F54
(110,95,84)
#584C45
(88,76,69)
#423936
(66,57,54)
#2C2627
(44,38,39)
#161318
(22,19,24)
#000000
(0,0,0)

Tints of #F2D1AE

#F2D1AE
(242,209,174)
#F3D5B5
(243,213,181)
#F4D9BC
(244,217,188)
#F5DDC3
(245,221,195)
#F6E1CA
(246,225,202)
#F7E5D1
(247,229,209)
#F8E9D8
(248,233,216)
#F9EDDF
(249,237,223)
#FAF1E6
(250,241,230)
#FBF5ED
(251,245,237)
#FCF9F4
(252,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2D1AE color. Also use rgb(242,209,174) instead hex code.

Text Font Color

.myTextColor { color: #F2D1AE; }

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

This text font color is #F2D1AE.


Background Color

.myBgColor { background-color: #F2D1AE; }

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

This div background color is #F2D1AE.


Border color

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

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

This div border color is #F2D1AE.


Opacity

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

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

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

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

This text has shadow with #F2D1AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2D1AE on black background.


Color preview on white background

This text has color #F2D1AE on white background.



Black color preview on #F2D1AE background

This text has black color on #F2D1AE background.


White color preview on #F2D1AE background

This text has white color on #F2D1AE background.