COLOR #F1D8CD

HEX: #F1D8CD
RGB: (241,216,205)

Color info

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

RGB color model

#F1D8CD color RGB value is (241,216,205).

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

RGB channels and saturation

R 241 of 255 = 95%
G 216 of 255 = 85%
B 205 of 255 = 80%

241
216
205

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

Portions of RGB colors in percentages

R + G + B =
241 + 216 + 205 = 662 (100%)
R 241 of 662 ~ 36.4%
G 216 of 662 ~ 32.63%
B 205 of 662 ~ 30.97%

%36.4
%32.63
%30.97

CMYK color model

#F1D8CD color CMYK value is (0,10,15,5).

  • cyan value is 0.00%
  • magenta value is 10.37%
  • yellow value is 14.94%
  • key color value is 5.49%
CMYK:
(0,10,15,5)
C0M10Y15K5 
(0%,10%,15%,5%)
(0.00/0.10/0.15/0.05)	

CMYK percentages

%0
%10.37
%14.94
%5.49

Codes

Color #F1D8CD in popluar color models

F1D8CD
RGB241216205
HSL18°56.25%87.45%
HSB/HSV18°14.94%94.51%
CMYK0.00%10.37%14.94%
5.49%

Color #F1D8CD in popluar number systems.

HEXF1D8CD
Decimal241216205
Binary111100011101100011001101
Octal361330315

Shades and tints

Shades of #F1D8CD

#F1D8CD
(241,216,205)
#DCC5BB
(220,197,187)
#C7B2A9
(199,178,169)
#B29F97
(178,159,151)
#9D8C85
(157,140,133)
#887973
(136,121,115)
#736661
(115,102,97)
#5E534F
(94,83,79)
#49403D
(73,64,61)
#342D2B
(52,45,43)
#1F1A19
(31,26,25)
#000000
(0,0,0)

Tints of #F1D8CD

#F1D8CD
(241,216,205)
#F2DBD1
(242,219,209)
#F3DED5
(243,222,213)
#F4E1D9
(244,225,217)
#F5E4DD
(245,228,221)
#F6E7E1
(246,231,225)
#F7EAE5
(247,234,229)
#F8EDE9
(248,237,233)
#F9F0ED
(249,240,237)
#FAF3F1
(250,243,241)
#FBF6F5
(251,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1D8CD; }

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

This text font color is #F1D8CD.


Background Color

.myBgColor { background-color: #F1D8CD; }

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

This div background color is #F1D8CD.


Border color

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

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

This div border color is #F1D8CD.


Opacity

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

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

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

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

This text has shadow with #F1D8CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1D8CD on black background.


Color preview on white background

This text has color #F1D8CD on white background.



Black color preview on #F1D8CD background

This text has black color on #F1D8CD background.


White color preview on #F1D8CD background

This text has white color on #F1D8CD background.