COLOR #F2D8AE

HEX: #F2D8AE
RGB: (242,216,174)

Color info

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

RGB color model

#F2D8AE color RGB value is (242,216,174).

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

RGB channels and saturation

R 242 of 255 = 95%
G 216 of 255 = 85%
B 174 of 255 = 68%

242
216
174

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

Portions of RGB colors in percentages

R + G + B =
242 + 216 + 174 = 632 (100%)
R 242 of 632 ~ 38.29%
G 216 of 632 ~ 34.18%
B 174 of 632 ~ 27.53%

%38.29
%34.18
%27.53

CMYK color model

#F2D8AE color CMYK value is (0,11,28,5).

  • cyan value is 0.00%
  • magenta value is 10.74%
  • yellow value is 28.10%
  • key color value is 5.10%
CMYK:
(0,11,28,5)
C0M11Y28K5 
(0%,11%,28%,5%)
(0.00/0.11/0.28/0.05)	

CMYK percentages

%0
%10.74
%28.1
%5.1

Codes

Color #F2D8AE in popluar color models

F2D8AE
RGB242216174
HSL37°72.34%81.57%
HSB/HSV37°28.10%94.90%
CMYK0.00%10.74%28.10%
5.10%

Color #F2D8AE in popluar number systems.

HEXF2D8AE
Decimal242216174
Binary111100101101100010101110
Octal362330256

Shades and tints

Shades of #F2D8AE

#F2D8AE
(242,216,174)
#DCC59F
(220,197,159)
#C6B290
(198,178,144)
#B09F81
(176,159,129)
#9A8C72
(154,140,114)
#847963
(132,121,99)
#6E6654
(110,102,84)
#585345
(88,83,69)
#424036
(66,64,54)
#2C2D27
(44,45,39)
#161A18
(22,26,24)
#000000
(0,0,0)

Tints of #F2D8AE

#F2D8AE
(242,216,174)
#F3DBB5
(243,219,181)
#F4DEBC
(244,222,188)
#F5E1C3
(245,225,195)
#F6E4CA
(246,228,202)
#F7E7D1
(247,231,209)
#F8EAD8
(248,234,216)
#F9EDDF
(249,237,223)
#FAF0E6
(250,240,230)
#FBF3ED
(251,243,237)
#FCF6F4
(252,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2D8AE; }

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

This text font color is #F2D8AE.


Background Color

.myBgColor { background-color: #F2D8AE; }

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

This div background color is #F2D8AE.


Border color

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

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

This div border color is #F2D8AE.


Opacity

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

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

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

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

This text has shadow with #F2D8AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2D8AE on black background.


Color preview on white background

This text has color #F2D8AE on white background.



Black color preview on #F2D8AE background

This text has black color on #F2D8AE background.


White color preview on #F2D8AE background

This text has white color on #F2D8AE background.