COLOR #F1DDA1

HEX: #F1DDA1 RGB: (241,221,161)

Color info

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

RGB color model

#F1DDA1 color RGB value is (241,221,161).

RGB: (241,221,161) (95%, 87%, 63%)

RGB channels and saturation

R 241 of 255 = 95%
G 221 of 255 = 87%
B 161 of 255 = 63%

241
221
161

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

Portions of RGB colors in percentages

R + G + B = 241 + 221 + 161 = 623 (100%)
R 241 of 623 ~ 38.68%
G 221 of 623 ~ 35.47%
B 161 of 623 ~ 25.84'%

%38.68
%35.47
%25.84

CMYK color model

#F1DDA1 color CMYK value is (0,8,33,5).

  • cyan value is 0.00%
  • magenta value is 8.30%
  • yellow value is 33.20%
  • key color value is 5.49%

CMYK: (0,8,33,5)
C0M8Y33K5 (0%, 8%, 33%, 5%)
(0.00 / 0.08 / 0.33 / 0.05)

CMYK percentages

%0
%8.3
%33.2
%5.49

Codes

Color #F1DDA1 in popluar color models

F1 DD A1
RGB 241 221 161
HSL 45° 74.07% 78.82%
HSB/HSV 45° 33.20% 94.51%
CMYK 0.00% 8.30% 33.20%
5.49%

Color #F1DDA1 in popluar number systems.

HEX F1 DD A1
Decimal 241 221 161
Binary 11110001 11011101 10100001
Octal 361 335 241

Shades and tints

Shades of #F1DDA1

#F1DDA1
(241,221,161)
#DCC993
(220,201,147)
#C7B585
(199,181,133)
#B2A177
(178,161,119)
#9D8D69
(157,141,105)
#88795B
(136,121,91)
#73654D
(115,101,77)
#5E513F
(94,81,63)
#493D31
(73,61,49)
#342923
(52,41,35)
#1F1515
(31,21,21)
#000000
(0,0,0)

Tints of #F1DDA1

#F1DDA1
(241,221,161)
#F2E0A9
(242,224,169)
#F3E3B1
(243,227,177)
#F4E6B9
(244,230,185)
#F5E9C1
(245,233,193)
#F6ECC9
(246,236,201)
#F7EFD1
(247,239,209)
#F8F2D9
(248,242,217)
#F9F5E1
(249,245,225)
#FAF8E9
(250,248,233)
#FBFBF1
(251,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1DDA1 color. Also use rgb(241,221,161) instead hex code.

Text Font Color

.myTextColor { color: #F1DDA1; }

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

This text font color is #F1DDA1.

Background Color

.myBgColor { background-color: #F1DDA1; }

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

This div background color is #F1DDA1.

Border color

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

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

This div border color is #F1DDA1.

Opacity

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

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

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

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

This text has shadow with #F1DDA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1DDA1.

Preview

Color preview on black background

This text has color #F1DDA1 on black background.


Color preview on white background

This text has color #F1DDA1 on white background.


Black color preview on #F1DDA1 background

This text has black color on #F1DDA1 background.


White color preview on #F1DDA1 background

This text has white color on #F1DDA1 background.


Related colors

Complementary color

Complementary color for #hex is #0E225E.


I love getcolorcode.com

Triadic colors

1 #A1F1DD and #DDA1F1 with #F1DDA1 are triadic colors.

2 #A1DDF1 and #DDF1A1 with #F1DDA1 are triadic colors.