COLOR #F1D8B0

HEX: #F1D8B0
RGB: (241,216,176)

Color info

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

RGB color model

#F1D8B0 color RGB value is (241,216,176).

  • red value is 241;
  • green value is 216;
  • blue value is 176.
RGB:
(241,216,176)
(95%,85%,69%)

RGB channels and saturation

R 241 of 255 = 95%
G 216 of 255 = 85%
B 176 of 255 = 69%

241
216
176

R + G + B ~ 83%. #F1D8B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 216 + 176 = 633 (100%)
R 241 of 633 ~ 38.07%
G 216 of 633 ~ 34.12%
B 176 of 633 ~ 27.8%

%38.07
%34.12
%27.8

CMYK color model

#F1D8B0 color CMYK value is (0,10,27,5).

  • cyan value is 0.00%
  • magenta value is 10.37%
  • yellow value is 26.97%
  • key color value is 5.49%
CMYK:
(0,10,27,5)
C0M10Y27K5 
(0%,10%,27%,5%)
(0.00/0.10/0.27/0.05)	

CMYK percentages

%0
%10.37
%26.97
%5.49

Codes

Color #F1D8B0 in popluar color models

F1D8B0
RGB241216176
HSL37°69.89%81.76%
HSB/HSV37°26.97%94.51%
CMYK0.00%10.37%26.97%
5.49%

Color #F1D8B0 in popluar number systems.

HEXF1D8B0
Decimal241216176
Binary111100011101100010110000
Octal361330260

Shades and tints

Shades of #F1D8B0

#F1D8B0
(241,216,176)
#DCC5A0
(220,197,160)
#C7B290
(199,178,144)
#B29F80
(178,159,128)
#9D8C70
(157,140,112)
#887960
(136,121,96)
#736650
(115,102,80)
#5E5340
(94,83,64)
#494030
(73,64,48)
#342D20
(52,45,32)
#1F1A10
(31,26,16)
#000000
(0,0,0)

Tints of #F1D8B0

#F1D8B0
(241,216,176)
#F2DBB7
(242,219,183)
#F3DEBE
(243,222,190)
#F4E1C5
(244,225,197)
#F5E4CC
(245,228,204)
#F6E7D3
(246,231,211)
#F7EADA
(247,234,218)
#F8EDE1
(248,237,225)
#F9F0E8
(249,240,232)
#FAF3EF
(250,243,239)
#FBF6F6
(251,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1D8B0 color. Also use rgb(241,216,176) instead hex code.

Text Font Color

.myTextColor { color: #F1D8B0; }

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

This text font color is #F1D8B0.


Background Color

.myBgColor { background-color: #F1D8B0; }

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

This div background color is #F1D8B0.


Border color

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

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

This div border color is #F1D8B0.


Opacity

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

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

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

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

This text has shadow with #F1D8B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1D8B0 on black background.


Color preview on white background

This text has color #F1D8B0 on white background.



Black color preview on #F1D8B0 background

This text has black color on #F1D8B0 background.


White color preview on #F1D8B0 background

This text has white color on #F1D8B0 background.