COLOR #F1DFCE

HEX: #F1DFCE
RGB: (241,223,206)

Color info

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

RGB color model

#F1DFCE color RGB value is (241,223,206).

  • red value is 241;
  • green value is 223;
  • blue value is 206.
RGB:
(241,223,206)
(95%,87%,81%)

RGB channels and saturation

R 241 of 255 = 95%
G 223 of 255 = 87%
B 206 of 255 = 81%

241
223
206

R + G + B ~ 88%. #F1DFCE is light color.

Portions of RGB colors in percentages

R + G + B =
241 + 223 + 206 = 670 (100%)
R 241 of 670 ~ 35.97%
G 223 of 670 ~ 33.28%
B 206 of 670 ~ 30.75%

%35.97
%33.28
%30.75

CMYK color model

#F1DFCE color CMYK value is (0,7,15,5).

  • cyan value is 0.00%
  • magenta value is 7.47%
  • yellow value is 14.52%
  • key color value is 5.49%
CMYK:
(0,7,15,5)
C0M7Y15K5 
(0%,7%,15%,5%)
(0.00/0.07/0.15/0.05)	

CMYK percentages

%0
%7.47
%14.52
%5.49

Codes

Color #F1DFCE in popluar color models

F1DFCE
RGB241223206
HSL29°55.56%87.65%
HSB/HSV29°14.52%94.51%
CMYK0.00%7.47%14.52%
5.49%

Color #F1DFCE in popluar number systems.

HEXF1DFCE
Decimal241223206
Binary111100011101111111001110
Octal361337316

Shades and tints

Shades of #F1DFCE

#F1DFCE
(241,223,206)
#DCCBBC
(220,203,188)
#C7B7AA
(199,183,170)
#B2A398
(178,163,152)
#9D8F86
(157,143,134)
#887B74
(136,123,116)
#736762
(115,103,98)
#5E5350
(94,83,80)
#493F3E
(73,63,62)
#342B2C
(52,43,44)
#1F171A
(31,23,26)
#000000
(0,0,0)

Tints of #F1DFCE

#F1DFCE
(241,223,206)
#F2E1D2
(242,225,210)
#F3E3D6
(243,227,214)
#F4E5DA
(244,229,218)
#F5E7DE
(245,231,222)
#F6E9E2
(246,233,226)
#F7EBE6
(247,235,230)
#F8EDEA
(248,237,234)
#F9EFEE
(249,239,238)
#FAF1F2
(250,241,242)
#FBF3F6
(251,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1DFCE color. Also use rgb(241,223,206) instead hex code.

Text Font Color

.myTextColor { color: #F1DFCE; }

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

This text font color is #F1DFCE.


Background Color

.myBgColor { background-color: #F1DFCE; }

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

This div background color is #F1DFCE.


Border color

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

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

This div border color is #F1DFCE.


Opacity

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

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

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

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

This text has shadow with #F1DFCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1DFCE on black background.


Color preview on white background

This text has color #F1DFCE on white background.



Black color preview on #F1DFCE background

This text has black color on #F1DFCE background.


White color preview on #F1DFCE background

This text has white color on #F1DFCE background.