COLOR #F2D1A8

HEX: #F2D1A8
RGB: (242,209,168)

Color info

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

RGB color model

#F2D1A8 color RGB value is (242,209,168).

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

RGB channels and saturation

R 242 of 255 = 95%
G 209 of 255 = 82%
B 168 of 255 = 66%

242
209
168

R + G + B ~ 81%. #F2D1A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 209 + 168 = 619 (100%)
R 242 of 619 ~ 39.1%
G 209 of 619 ~ 33.76%
B 168 of 619 ~ 27.14%

%39.1
%33.76
%27.14

CMYK color model

#F2D1A8 color CMYK value is (0,14,31,5).

  • cyan value is 0.00%
  • magenta value is 13.64%
  • yellow value is 30.58%
  • key color value is 5.10%
CMYK:
(0,14,31,5)
C0M14Y31K5 
(0%,14%,31%,5%)
(0.00/0.14/0.31/0.05)	

CMYK percentages

%0
%13.64
%30.58
%5.1

Codes

Color #F2D1A8 in popluar color models

F2D1A8
RGB242209168
HSL33°74.00%80.39%
HSB/HSV33°30.58%94.90%
CMYK0.00%13.64%30.58%
5.10%

Color #F2D1A8 in popluar number systems.

HEXF2D1A8
Decimal242209168
Binary111100101101000110101000
Octal362321250

Shades and tints

Shades of #F2D1A8

#F2D1A8
(242,209,168)
#DCBE99
(220,190,153)
#C6AB8A
(198,171,138)
#B0987B
(176,152,123)
#9A856C
(154,133,108)
#84725D
(132,114,93)
#6E5F4E
(110,95,78)
#584C3F
(88,76,63)
#423930
(66,57,48)
#2C2621
(44,38,33)
#161312
(22,19,18)
#000000
(0,0,0)

Tints of #F2D1A8

#F2D1A8
(242,209,168)
#F3D5AF
(243,213,175)
#F4D9B6
(244,217,182)
#F5DDBD
(245,221,189)
#F6E1C4
(246,225,196)
#F7E5CB
(247,229,203)
#F8E9D2
(248,233,210)
#F9EDD9
(249,237,217)
#FAF1E0
(250,241,224)
#FBF5E7
(251,245,231)
#FCF9EE
(252,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2D1A8; }

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

This text font color is #F2D1A8.


Background Color

.myBgColor { background-color: #F2D1A8; }

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

This div background color is #F2D1A8.


Border color

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

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

This div border color is #F2D1A8.


Opacity

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

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

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

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

This text has shadow with #F2D1A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2D1A8 on black background.


Color preview on white background

This text has color #F2D1A8 on white background.



Black color preview on #F2D1A8 background

This text has black color on #F2D1A8 background.


White color preview on #F2D1A8 background

This text has white color on #F2D1A8 background.