COLOR #F1D1AB

HEX: #F1D1AB RGB: (241,209,171)

Color info

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

RGB color model

#F1D1AB color RGB value is (241,209,171).

RGB: (241,209,171) (95%, 82%, 67%)

RGB channels and saturation

R 241 of 255 = 95%
G 209 of 255 = 82%
B 171 of 255 = 67%

241
209
171

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

Portions of RGB colors in percentages

R + G + B = 241 + 209 + 171 = 621 (100%)
R 241 of 621 ~ 38.81%
G 209 of 621 ~ 33.66%
B 171 of 621 ~ 27.54'%

%38.81
%33.66
%27.54

CMYK color model

#F1D1AB color CMYK value is (0,13,29,5).

  • cyan value is 0.00%
  • magenta value is 13.28%
  • yellow value is 29.05%
  • key color value is 5.49%

CMYK: (0,13,29,5)
C0M13Y29K5 (0%, 13%, 29%, 5%)
(0.00 / 0.13 / 0.29 / 0.05)

CMYK percentages

%0
%13.28
%29.05
%5.49

Codes

Color #F1D1AB in popluar color models

F1 D1 AB
RGB 241 209 171
HSL 33° 71.43% 80.78%
HSB/HSV 33° 29.05% 94.51%
CMYK 0.00% 13.28% 29.05%
5.49%

Color #F1D1AB in popluar number systems.

HEX F1 D1 AB
Decimal 241 209 171
Binary 11110001 11010001 10101011
Octal 361 321 253

Shades and tints

Shades of #F1D1AB

#F1D1AB
(241,209,171)
#DCBE9C
(220,190,156)
#C7AB8D
(199,171,141)
#B2987E
(178,152,126)
#9D856F
(157,133,111)
#887260
(136,114,96)
#735F51
(115,95,81)
#5E4C42
(94,76,66)
#493933
(73,57,51)
#342624
(52,38,36)
#1F1315
(31,19,21)
#000000
(0,0,0)

Tints of #F1D1AB

#F1D1AB
(241,209,171)
#F2D5B2
(242,213,178)
#F3D9B9
(243,217,185)
#F4DDC0
(244,221,192)
#F5E1C7
(245,225,199)
#F6E5CE
(246,229,206)
#F7E9D5
(247,233,213)
#F8EDDC
(248,237,220)
#F9F1E3
(249,241,227)
#FAF5EA
(250,245,234)
#FBF9F1
(251,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1D1AB; }

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

This text font color is #F1D1AB.

Background Color

.myBgColor { background-color: #F1D1AB; }

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

This div background color is #F1D1AB.

Border color

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

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

This div border color is #F1D1AB.

Opacity

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

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

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

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

This text has shadow with #F1D1AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1D1AB.

Preview

Color preview on black background

This text has color #F1D1AB on black background.


Color preview on white background

This text has color #F1D1AB on white background.


Black color preview on #F1D1AB background

This text has black color on #F1D1AB background.


White color preview on #F1D1AB background

This text has white color on #F1D1AB background.


Related colors

Complementary color

Complementary color for #hex is #0E2E54.


I love getcolorcode.com

Triadic colors

1 #ABF1D1 and #D1ABF1 with #F1D1AB are triadic colors.

2 #ABD1F1 and #D1F1AB with #F1D1AB are triadic colors.