COLOR #F1DFD0

HEX: #F1DFD0
RGB: (241,223,208)

Color info

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

RGB color model

#F1DFD0 color RGB value is (241,223,208).

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

RGB channels and saturation

R 241 of 255 = 95%
G 223 of 255 = 87%
B 208 of 255 = 82%

241
223
208

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

Portions of RGB colors in percentages

R + G + B =
241 + 223 + 208 = 672 (100%)
R 241 of 672 ~ 35.86%
G 223 of 672 ~ 33.18%
B 208 of 672 ~ 30.95%

%35.86
%33.18
%30.95

CMYK color model

#F1DFD0 color CMYK value is (0,7,14,5).

  • cyan value is 0.00%
  • magenta value is 7.47%
  • yellow value is 13.69%
  • key color value is 5.49%
CMYK:
(0,7,14,5)
C0M7Y14K5 
(0%,7%,14%,5%)
(0.00/0.07/0.14/0.05)	

CMYK percentages

%0
%7.47
%13.69
%5.49

Codes

Color #F1DFD0 in popluar color models

F1DFD0
RGB241223208
HSL27°54.10%88.04%
HSB/HSV27°13.69%94.51%
CMYK0.00%7.47%13.69%
5.49%

Color #F1DFD0 in popluar number systems.

HEXF1DFD0
Decimal241223208
Binary111100011101111111010000
Octal361337320

Shades and tints

Shades of #F1DFD0

#F1DFD0
(241,223,208)
#DCCBBE
(220,203,190)
#C7B7AC
(199,183,172)
#B2A39A
(178,163,154)
#9D8F88
(157,143,136)
#887B76
(136,123,118)
#736764
(115,103,100)
#5E5352
(94,83,82)
#493F40
(73,63,64)
#342B2E
(52,43,46)
#1F171C
(31,23,28)
#000000
(0,0,0)

Tints of #F1DFD0

#F1DFD0
(241,223,208)
#F2E1D4
(242,225,212)
#F3E3D8
(243,227,216)
#F4E5DC
(244,229,220)
#F5E7E0
(245,231,224)
#F6E9E4
(246,233,228)
#F7EBE8
(247,235,232)
#F8EDEC
(248,237,236)
#F9EFF0
(249,239,240)
#FAF1F4
(250,241,244)
#FBF3F8
(251,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1DFD0; }

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

This text font color is #F1DFD0.


Background Color

.myBgColor { background-color: #F1DFD0; }

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

This div background color is #F1DFD0.


Border color

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

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

This div border color is #F1DFD0.


Opacity

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

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

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

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

This text has shadow with #F1DFD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1DFD0 on black background.


Color preview on white background

This text has color #F1DFD0 on white background.



Black color preview on #F1DFD0 background

This text has black color on #F1DFD0 background.


White color preview on #F1DFD0 background

This text has white color on #F1DFD0 background.