COLOR #F1DCA6

HEX: #F1DCA6 RGB: (241,220,166)

Color info

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

RGB color model

#F1DCA6 color RGB value is (241,220,166).

RGB: (241,220,166) (95%, 86%, 65%)

RGB channels and saturation

R 241 of 255 = 95%
G 220 of 255 = 86%
B 166 of 255 = 65%

241
220
166

R + G + B ~ 82%. #F1DCA6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 241 + 220 + 166 = 627 (100%)
R 241 of 627 ~ 38.44%
G 220 of 627 ~ 35.09%
B 166 of 627 ~ 26.48'%

%38.44
%35.09
%26.48

CMYK color model

#F1DCA6 color CMYK value is (0,9,31,5).

  • cyan value is 0.00%
  • magenta value is 8.71%
  • yellow value is 31.12%
  • key color value is 5.49%

CMYK: (0,9,31,5)
C0M9Y31K5 (0%, 9%, 31%, 5%)
(0.00 / 0.09 / 0.31 / 0.05)

CMYK percentages

%0
%8.71
%31.12
%5.49

Codes

Color #F1DCA6 in popluar color models

F1 DC A6
RGB 241 220 166
HSL 43° 72.82% 79.80%
HSB/HSV 43° 31.12% 94.51%
CMYK 0.00% 8.71% 31.12%
5.49%

Color #F1DCA6 in popluar number systems.

HEX F1 DC A6
Decimal 241 220 166
Binary 11110001 11011100 10100110
Octal 361 334 246

Shades and tints

Shades of #F1DCA6

#F1DCA6
(241,220,166)
#DCC897
(220,200,151)
#C7B488
(199,180,136)
#B2A079
(178,160,121)
#9D8C6A
(157,140,106)
#88785B
(136,120,91)
#73644C
(115,100,76)
#5E503D
(94,80,61)
#493C2E
(73,60,46)
#34281F
(52,40,31)
#1F1410
(31,20,16)
#000000
(0,0,0)

Tints of #F1DCA6

#F1DCA6
(241,220,166)
#F2DFAE
(242,223,174)
#F3E2B6
(243,226,182)
#F4E5BE
(244,229,190)
#F5E8C6
(245,232,198)
#F6EBCE
(246,235,206)
#F7EED6
(247,238,214)
#F8F1DE
(248,241,222)
#F9F4E6
(249,244,230)
#FAF7EE
(250,247,238)
#FBFAF6
(251,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1DCA6 color. Also use rgb(241,220,166) instead hex code.

Text Font Color

.myTextColor { color: #F1DCA6; }

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

This text font color is #F1DCA6.

Background Color

.myBgColor { background-color: #F1DCA6; }

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

This div background color is #F1DCA6.

Border color

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

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

This div border color is #F1DCA6.

Opacity

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

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

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

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

This text has shadow with #F1DCA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1DCA6.

Preview

Color preview on black background

This text has color #F1DCA6 on black background.


Color preview on white background

This text has color #F1DCA6 on white background.


Black color preview on #F1DCA6 background

This text has black color on #F1DCA6 background.


White color preview on #F1DCA6 background

This text has white color on #F1DCA6 background.


Related colors

Complementary color

Complementary color for #hex is #0E2359.


I love getcolorcode.com

Triadic colors

1 #A6F1DC and #DCA6F1 with #F1DCA6 are triadic colors.

2 #A6DCF1 and #DCF1A6 with #F1DCA6 are triadic colors.