COLOR #F1D2AB

HEX: #F1D2AB RGB: (241,210,171)

Color info

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

RGB color model

#F1D2AB color RGB value is (241,210,171).

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

RGB channels and saturation

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

241
210
171

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

Portions of RGB colors in percentages

R + G + B = 241 + 210 + 171 = 622 (100%)
R 241 of 622 ~ 38.75%
G 210 of 622 ~ 33.76%
B 171 of 622 ~ 27.49'%

%38.75
%33.76
%27.49

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.86%
  • 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
%12.86
%29.05
%5.49

Codes

Color #F1D2AB in popluar color models

F1 D2 AB
RGB 241 210 171
HSL 33° 71.43% 80.78%
HSB/HSV 33° 29.05% 94.51%
CMYK 0.00% 12.86% 29.05%
5.49%

Color #F1D2AB in popluar number systems.

HEX F1 D2 AB
Decimal 241 210 171
Binary 11110001 11010010 10101011
Octal 361 322 253

Shades and tints

Shades of #F1D2AB

#F1D2AB
(241,210,171)
#DCBF9C
(220,191,156)
#C7AC8D
(199,172,141)
#B2997E
(178,153,126)
#9D866F
(157,134,111)
#887360
(136,115,96)
#736051
(115,96,81)
#5E4D42
(94,77,66)
#493A33
(73,58,51)
#342724
(52,39,36)
#1F1415
(31,20,21)
#000000
(0,0,0)

Tints of #F1D2AB

#F1D2AB
(241,210,171)
#F2D6B2
(242,214,178)
#F3DAB9
(243,218,185)
#F4DEC0
(244,222,192)
#F5E2C7
(245,226,199)
#F6E6CE
(246,230,206)
#F7EAD5
(247,234,213)
#F8EEDC
(248,238,220)
#F9F2E3
(249,242,227)
#FAF6EA
(250,246,234)
#FBFAF1
(251,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1D2AB; }

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

This text font color is #F1D2AB.

Background Color

.myBgColor { background-color: #F1D2AB; }

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

This div background color is #F1D2AB.

Border color

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

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

This div border color is #F1D2AB.

Opacity

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

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

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

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

This text has shadow with #F1D2AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1D2AB.

Preview

Color preview on black background

This text has color #F1D2AB on black background.


Color preview on white background

This text has color #F1D2AB on white background.


Black color preview on #F1D2AB background

This text has black color on #F1D2AB background.


White color preview on #F1D2AB background

This text has white color on #F1D2AB background.


Related colors

Complementary color

Complementary color for #hex is #0E2D54.


I love getcolorcode.com

Triadic colors

1 #ABF1D2 and #D2ABF1 with #F1D2AB are triadic colors.

2 #ABD2F1 and #D2F1AB with #F1D2AB are triadic colors.