COLOR #F1D1A2

HEX: #F1D1A2
RGB: (241,209,162)

Color info

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

RGB color model

#F1D1A2 color RGB value is (241,209,162).

  • red value is 241;
  • green value is 209;
  • blue value is 162.
RGB:
(241,209,162)
(95%,82%,64%)

RGB channels and saturation

R 241 of 255 = 95%
G 209 of 255 = 82%
B 162 of 255 = 64%

241
209
162

R + G + B ~ 80%. #F1D1A2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 209 + 162 = 612 (100%)
R 241 of 612 ~ 39.38%
G 209 of 612 ~ 34.15%
B 162 of 612 ~ 26.47%

%39.38
%34.15
%26.47

CMYK color model

#F1D1A2 color CMYK value is (0,13,33,5).

  • cyan value is 0.00%
  • magenta value is 13.28%
  • yellow value is 32.78%
  • key color value is 5.49%
CMYK:
(0,13,33,5)
C0M13Y33K5 
(0%,13%,33%,5%)
(0.00/0.13/0.33/0.05)	

CMYK percentages

%0
%13.28
%32.78
%5.49

Codes

Color #F1D1A2 in popluar color models

F1D1A2
RGB241209162
HSL36°73.83%79.02%
HSB/HSV36°32.78%94.51%
CMYK0.00%13.28%32.78%
5.49%

Color #F1D1A2 in popluar number systems.

HEXF1D1A2
Decimal241209162
Binary111100011101000110100010
Octal361321242

Shades and tints

Shades of #F1D1A2

#F1D1A2
(241,209,162)
#DCBE94
(220,190,148)
#C7AB86
(199,171,134)
#B29878
(178,152,120)
#9D856A
(157,133,106)
#88725C
(136,114,92)
#735F4E
(115,95,78)
#5E4C40
(94,76,64)
#493932
(73,57,50)
#342624
(52,38,36)
#1F1316
(31,19,22)
#000000
(0,0,0)

Tints of #F1D1A2

#F1D1A2
(241,209,162)
#F2D5AA
(242,213,170)
#F3D9B2
(243,217,178)
#F4DDBA
(244,221,186)
#F5E1C2
(245,225,194)
#F6E5CA
(246,229,202)
#F7E9D2
(247,233,210)
#F8EDDA
(248,237,218)
#F9F1E2
(249,241,226)
#FAF5EA
(250,245,234)
#FBF9F2
(251,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1D1A2 color. Also use rgb(241,209,162) instead hex code.

Text Font Color

.myTextColor { color: #F1D1A2; }

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

This text font color is #F1D1A2.


Background Color

.myBgColor { background-color: #F1D1A2; }

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

This div background color is #F1D1A2.


Border color

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

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

This div border color is #F1D1A2.


Opacity

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

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

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

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

This text has shadow with #F1D1A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1D1A2 on black background.


Color preview on white background

This text has color #F1D1A2 on white background.



Black color preview on #F1D1A2 background

This text has black color on #F1D1A2 background.


White color preview on #F1D1A2 background

This text has white color on #F1D1A2 background.