COLOR #F1DDBA

HEX: #F1DDBA
RGB: (241,221,186)

Color info

#F1DDBA contains red, green and blue colors in about the same proportion. Web safe color of #F1DDBA is #FFCCCC (or #FCC).

RGB color model

#F1DDBA color RGB value is (241,221,186).

  • red value is 241;
  • green value is 221;
  • blue value is 186.
RGB:
(241,221,186)
(95%,87%,73%)

RGB channels and saturation

R 241 of 255 = 95%
G 221 of 255 = 87%
B 186 of 255 = 73%

241
221
186

R + G + B ~ 85%. #F1DDBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 221 + 186 = 648 (100%)
R 241 of 648 ~ 37.19%
G 221 of 648 ~ 34.1%
B 186 of 648 ~ 28.7%

%37.19
%34.1
%28.7

CMYK color model

#F1DDBA color CMYK value is (0,8,23,5).

  • cyan value is 0.00%
  • magenta value is 8.30%
  • yellow value is 22.82%
  • key color value is 5.49%
CMYK:
(0,8,23,5)
C0M8Y23K5 
(0%,8%,23%,5%)
(0.00/0.08/0.23/0.05)	

CMYK percentages

%0
%8.3
%22.82
%5.49

Codes

Color #F1DDBA in popluar color models

F1DDBA
RGB241221186
HSL38°66.27%83.73%
HSB/HSV38°22.82%94.51%
CMYK0.00%8.30%22.82%
5.49%

Color #F1DDBA in popluar number systems.

HEXF1DDBA
Decimal241221186
Binary111100011101110110111010
Octal361335272

Shades and tints

Shades of #F1DDBA

#F1DDBA
(241,221,186)
#DCC9AA
(220,201,170)
#C7B59A
(199,181,154)
#B2A18A
(178,161,138)
#9D8D7A
(157,141,122)
#88796A
(136,121,106)
#73655A
(115,101,90)
#5E514A
(94,81,74)
#493D3A
(73,61,58)
#34292A
(52,41,42)
#1F151A
(31,21,26)
#000000
(0,0,0)

Tints of #F1DDBA

#F1DDBA
(241,221,186)
#F2E0C0
(242,224,192)
#F3E3C6
(243,227,198)
#F4E6CC
(244,230,204)
#F5E9D2
(245,233,210)
#F6ECD8
(246,236,216)
#F7EFDE
(247,239,222)
#F8F2E4
(248,242,228)
#F9F5EA
(249,245,234)
#FAF8F0
(250,248,240)
#FBFBF6
(251,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1DDBA; }

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

This text font color is #F1DDBA.


Background Color

.myBgColor { background-color: #F1DDBA; }

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

This div background color is #F1DDBA.


Border color

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

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

This div border color is #F1DDBA.


Opacity

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

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

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

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

This text has shadow with #F1DDBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1DDBA on black background.


Color preview on white background

This text has color #F1DDBA on white background.



Black color preview on #F1DDBA background

This text has black color on #F1DDBA background.


White color preview on #F1DDBA background

This text has white color on #F1DDBA background.