COLOR #F2D5A1

HEX: #F2D5A1
RGB: (242,213,161)

Color info

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

RGB color model

#F2D5A1 color RGB value is (242,213,161).

  • red value is 242;
  • green value is 213;
  • blue value is 161.
RGB:
(242,213,161)
(95%,84%,63%)

RGB channels and saturation

R 242 of 255 = 95%
G 213 of 255 = 84%
B 161 of 255 = 63%

242
213
161

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

Portions of RGB colors in percentages

R + G + B =
242 + 213 + 161 = 616 (100%)
R 242 of 616 ~ 39.29%
G 213 of 616 ~ 34.58%
B 161 of 616 ~ 26.14%

%39.29
%34.58
%26.14

CMYK color model

#F2D5A1 color CMYK value is (0,12,33,5).

  • cyan value is 0.00%
  • magenta value is 11.98%
  • yellow value is 33.47%
  • key color value is 5.10%
CMYK:
(0,12,33,5)
C0M12Y33K5 
(0%,12%,33%,5%)
(0.00/0.12/0.33/0.05)	

CMYK percentages

%0
%11.98
%33.47
%5.1

Codes

Color #F2D5A1 in popluar color models

F2D5A1
RGB242213161
HSL39°75.70%79.02%
HSB/HSV39°33.47%94.90%
CMYK0.00%11.98%33.47%
5.10%

Color #F2D5A1 in popluar number systems.

HEXF2D5A1
Decimal242213161
Binary111100101101010110100001
Octal362325241

Shades and tints

Shades of #F2D5A1

#F2D5A1
(242,213,161)
#DCC293
(220,194,147)
#C6AF85
(198,175,133)
#B09C77
(176,156,119)
#9A8969
(154,137,105)
#84765B
(132,118,91)
#6E634D
(110,99,77)
#58503F
(88,80,63)
#423D31
(66,61,49)
#2C2A23
(44,42,35)
#161715
(22,23,21)
#000000
(0,0,0)

Tints of #F2D5A1

#F2D5A1
(242,213,161)
#F3D8A9
(243,216,169)
#F4DBB1
(244,219,177)
#F5DEB9
(245,222,185)
#F6E1C1
(246,225,193)
#F7E4C9
(247,228,201)
#F8E7D1
(248,231,209)
#F9EAD9
(249,234,217)
#FAEDE1
(250,237,225)
#FBF0E9
(251,240,233)
#FCF3F1
(252,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2D5A1 color. Also use rgb(242,213,161) instead hex code.

Text Font Color

.myTextColor { color: #F2D5A1; }

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

This text font color is #F2D5A1.


Background Color

.myBgColor { background-color: #F2D5A1; }

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

This div background color is #F2D5A1.


Border color

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

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

This div border color is #F2D5A1.


Opacity

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

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

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

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

This text has shadow with #F2D5A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2D5A1 on black background.


Color preview on white background

This text has color #F2D5A1 on white background.



Black color preview on #F2D5A1 background

This text has black color on #F2D5A1 background.


White color preview on #F2D5A1 background

This text has white color on #F2D5A1 background.