COLOR #F1D0A2

HEX: #F1D0A2
RGB: (241,208,162)

Color info

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

RGB color model

#F1D0A2 color RGB value is (241,208,162).

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

RGB channels and saturation

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

241
208
162

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

Portions of RGB colors in percentages

R + G + B =
241 + 208 + 162 = 611 (100%)
R 241 of 611 ~ 39.44%
G 208 of 611 ~ 34.04%
B 162 of 611 ~ 26.51%

%39.44
%34.04
%26.51

CMYK color model

#F1D0A2 color CMYK value is (0,14,33,5).

  • cyan value is 0.00%
  • magenta value is 13.69%
  • yellow value is 32.78%
  • key color value is 5.49%
CMYK:
(0,14,33,5)
C0M14Y33K5 
(0%,14%,33%,5%)
(0.00/0.14/0.33/0.05)	

CMYK percentages

%0
%13.69
%32.78
%5.49

Codes

Color #F1D0A2 in popluar color models

F1D0A2
RGB241208162
HSL35°73.83%79.02%
HSB/HSV35°32.78%94.51%
CMYK0.00%13.69%32.78%
5.49%

Color #F1D0A2 in popluar number systems.

HEXF1D0A2
Decimal241208162
Binary111100011101000010100010
Octal361320242

Shades and tints

Shades of #F1D0A2

#F1D0A2
(241,208,162)
#DCBE94
(220,190,148)
#C7AC86
(199,172,134)
#B29A78
(178,154,120)
#9D886A
(157,136,106)
#88765C
(136,118,92)
#73644E
(115,100,78)
#5E5240
(94,82,64)
#494032
(73,64,50)
#342E24
(52,46,36)
#1F1C16
(31,28,22)
#000000
(0,0,0)

Tints of #F1D0A2

#F1D0A2
(241,208,162)
#F2D4AA
(242,212,170)
#F3D8B2
(243,216,178)
#F4DCBA
(244,220,186)
#F5E0C2
(245,224,194)
#F6E4CA
(246,228,202)
#F7E8D2
(247,232,210)
#F8ECDA
(248,236,218)
#F9F0E2
(249,240,226)
#FAF4EA
(250,244,234)
#FBF8F2
(251,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1D0A2; }

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

This text font color is #F1D0A2.


Background Color

.myBgColor { background-color: #F1D0A2; }

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

This div background color is #F1D0A2.


Border color

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

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

This div border color is #F1D0A2.


Opacity

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

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

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

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

This text has shadow with #F1D0A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1D0A2 on black background.


Color preview on white background

This text has color #F1D0A2 on white background.



Black color preview on #F1D0A2 background

This text has black color on #F1D0A2 background.


White color preview on #F1D0A2 background

This text has white color on #F1D0A2 background.