COLOR #F1D9CB

HEX: #F1D9CB
RGB: (241,217,203)

Color info

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

RGB color model

#F1D9CB color RGB value is (241,217,203).

  • red value is 241;
  • green value is 217;
  • blue value is 203.
RGB:
(241,217,203)
(95%,85%,80%)

RGB channels and saturation

R 241 of 255 = 95%
G 217 of 255 = 85%
B 203 of 255 = 80%

241
217
203

R + G + B ~ 87%. #F1D9CB is light color.

Portions of RGB colors in percentages

R + G + B =
241 + 217 + 203 = 661 (100%)
R 241 of 661 ~ 36.46%
G 217 of 661 ~ 32.83%
B 203 of 661 ~ 30.71%

%36.46
%32.83
%30.71

CMYK color model

#F1D9CB color CMYK value is (0,10,16,5).

  • cyan value is 0.00%
  • magenta value is 9.96%
  • yellow value is 15.77%
  • key color value is 5.49%
CMYK:
(0,10,16,5)
C0M10Y16K5 
(0%,10%,16%,5%)
(0.00/0.10/0.16/0.05)	

CMYK percentages

%0
%9.96
%15.77
%5.49

Codes

Color #F1D9CB in popluar color models

F1D9CB
RGB241217203
HSL22°57.58%87.06%
HSB/HSV22°15.77%94.51%
CMYK0.00%9.96%15.77%
5.49%

Color #F1D9CB in popluar number systems.

HEXF1D9CB
Decimal241217203
Binary111100011101100111001011
Octal361331313

Shades and tints

Shades of #F1D9CB

#F1D9CB
(241,217,203)
#DCC6B9
(220,198,185)
#C7B3A7
(199,179,167)
#B2A095
(178,160,149)
#9D8D83
(157,141,131)
#887A71
(136,122,113)
#73675F
(115,103,95)
#5E544D
(94,84,77)
#49413B
(73,65,59)
#342E29
(52,46,41)
#1F1B17
(31,27,23)
#000000
(0,0,0)

Tints of #F1D9CB

#F1D9CB
(241,217,203)
#F2DCCF
(242,220,207)
#F3DFD3
(243,223,211)
#F4E2D7
(244,226,215)
#F5E5DB
(245,229,219)
#F6E8DF
(246,232,223)
#F7EBE3
(247,235,227)
#F8EEE7
(248,238,231)
#F9F1EB
(249,241,235)
#FAF4EF
(250,244,239)
#FBF7F3
(251,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1D9CB color. Also use rgb(241,217,203) instead hex code.

Text Font Color

.myTextColor { color: #F1D9CB; }

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

This text font color is #F1D9CB.


Background Color

.myBgColor { background-color: #F1D9CB; }

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

This div background color is #F1D9CB.


Border color

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

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

This div border color is #F1D9CB.


Opacity

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

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

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

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

This text has shadow with #F1D9CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1D9CB on black background.


Color preview on white background

This text has color #F1D9CB on white background.



Black color preview on #F1D9CB background

This text has black color on #F1D9CB background.


White color preview on #F1D9CB background

This text has white color on #F1D9CB background.