COLOR #F1D2A3

HEX: #F1D2A3
RGB: (241,210,163)

Color info

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

RGB color model

#F1D2A3 color RGB value is (241,210,163).

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

RGB channels and saturation

R 241 of 255 = 95%
G 210 of 255 = 82%
B 163 of 255 = 64%

241
210
163

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

Portions of RGB colors in percentages

R + G + B =
241 + 210 + 163 = 614 (100%)
R 241 of 614 ~ 39.25%
G 210 of 614 ~ 34.2%
B 163 of 614 ~ 26.55%

%39.25
%34.2
%26.55

CMYK color model

#F1D2A3 color CMYK value is (0,13,32,5).

  • cyan value is 0.00%
  • magenta value is 12.86%
  • yellow value is 32.37%
  • key color value is 5.49%
CMYK:
(0,13,32,5)
C0M13Y32K5 
(0%,13%,32%,5%)
(0.00/0.13/0.32/0.05)	

CMYK percentages

%0
%12.86
%32.37
%5.49

Codes

Color #F1D2A3 in popluar color models

F1D2A3
RGB241210163
HSL36°73.58%79.22%
HSB/HSV36°32.37%94.51%
CMYK0.00%12.86%32.37%
5.49%

Color #F1D2A3 in popluar number systems.

HEXF1D2A3
Decimal241210163
Binary111100011101001010100011
Octal361322243

Shades and tints

Shades of #F1D2A3

#F1D2A3
(241,210,163)
#DCBF95
(220,191,149)
#C7AC87
(199,172,135)
#B29979
(178,153,121)
#9D866B
(157,134,107)
#88735D
(136,115,93)
#73604F
(115,96,79)
#5E4D41
(94,77,65)
#493A33
(73,58,51)
#342725
(52,39,37)
#1F1417
(31,20,23)
#000000
(0,0,0)

Tints of #F1D2A3

#F1D2A3
(241,210,163)
#F2D6AB
(242,214,171)
#F3DAB3
(243,218,179)
#F4DEBB
(244,222,187)
#F5E2C3
(245,226,195)
#F6E6CB
(246,230,203)
#F7EAD3
(247,234,211)
#F8EEDB
(248,238,219)
#F9F2E3
(249,242,227)
#FAF6EB
(250,246,235)
#FBFAF3
(251,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1D2A3 color. Also use rgb(241,210,163) instead hex code.

Text Font Color

.myTextColor { color: #F1D2A3; }

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

This text font color is #F1D2A3.


Background Color

.myBgColor { background-color: #F1D2A3; }

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

This div background color is #F1D2A3.


Border color

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

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

This div border color is #F1D2A3.


Opacity

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

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

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

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

This text has shadow with #F1D2A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1D2A3 on black background.


Color preview on white background

This text has color #F1D2A3 on white background.



Black color preview on #F1D2A3 background

This text has black color on #F1D2A3 background.


White color preview on #F1D2A3 background

This text has white color on #F1D2A3 background.