COLOR #F2D8AB

HEX: #F2D8AB
RGB: (242,216,171)

Color info

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

RGB color model

#F2D8AB color RGB value is (242,216,171).

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

RGB channels and saturation

R 242 of 255 = 95%
G 216 of 255 = 85%
B 171 of 255 = 67%

242
216
171

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

Portions of RGB colors in percentages

R + G + B =
242 + 216 + 171 = 629 (100%)
R 242 of 629 ~ 38.47%
G 216 of 629 ~ 34.34%
B 171 of 629 ~ 27.19%

%38.47
%34.34
%27.19

CMYK color model

#F2D8AB color CMYK value is (0,11,29,5).

  • cyan value is 0.00%
  • magenta value is 10.74%
  • yellow value is 29.34%
  • key color value is 5.10%
CMYK:
(0,11,29,5)
C0M11Y29K5 
(0%,11%,29%,5%)
(0.00/0.11/0.29/0.05)	

CMYK percentages

%0
%10.74
%29.34
%5.1

Codes

Color #F2D8AB in popluar color models

F2D8AB
RGB242216171
HSL38°73.20%80.98%
HSB/HSV38°29.34%94.90%
CMYK0.00%10.74%29.34%
5.10%

Color #F2D8AB in popluar number systems.

HEXF2D8AB
Decimal242216171
Binary111100101101100010101011
Octal362330253

Shades and tints

Shades of #F2D8AB

#F2D8AB
(242,216,171)
#DCC59C
(220,197,156)
#C6B28D
(198,178,141)
#B09F7E
(176,159,126)
#9A8C6F
(154,140,111)
#847960
(132,121,96)
#6E6651
(110,102,81)
#585342
(88,83,66)
#424033
(66,64,51)
#2C2D24
(44,45,36)
#161A15
(22,26,21)
#000000
(0,0,0)

Tints of #F2D8AB

#F2D8AB
(242,216,171)
#F3DBB2
(243,219,178)
#F4DEB9
(244,222,185)
#F5E1C0
(245,225,192)
#F6E4C7
(246,228,199)
#F7E7CE
(247,231,206)
#F8EAD5
(248,234,213)
#F9EDDC
(249,237,220)
#FAF0E3
(250,240,227)
#FBF3EA
(251,243,234)
#FCF6F1
(252,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2D8AB; }

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

This text font color is #F2D8AB.


Background Color

.myBgColor { background-color: #F2D8AB; }

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

This div background color is #F2D8AB.


Border color

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

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

This div border color is #F2D8AB.


Opacity

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

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

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

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

This text has shadow with #F2D8AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2D8AB on black background.


Color preview on white background

This text has color #F2D8AB on white background.



Black color preview on #F2D8AB background

This text has black color on #F2D8AB background.


White color preview on #F2D8AB background

This text has white color on #F2D8AB background.