COLOR #F1DEDA

HEX: #F1DEDA
RGB: (241,222,218)

Color info

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

RGB color model

#F1DEDA color RGB value is (241,222,218).

  • red value is 241;
  • green value is 222;
  • blue value is 218.
RGB:
(241,222,218)
(95%,87%,85%)

RGB channels and saturation

R 241 of 255 = 95%
G 222 of 255 = 87%
B 218 of 255 = 85%

241
222
218

R + G + B ~ 89%. #F1DEDA is light color.

Portions of RGB colors in percentages

R + G + B =
241 + 222 + 218 = 681 (100%)
R 241 of 681 ~ 35.39%
G 222 of 681 ~ 32.6%
B 218 of 681 ~ 32.01%

%35.39
%32.6
%32.01

CMYK color model

#F1DEDA color CMYK value is (0,8,10,5).

  • cyan value is 0.00%
  • magenta value is 7.88%
  • yellow value is 9.54%
  • key color value is 5.49%
CMYK:
(0,8,10,5)
C0M8Y10K5 
(0%,8%,10%,5%)
(0.00/0.08/0.10/0.05)	

CMYK percentages

%0
%7.88
%9.54
%5.49

Codes

Color #F1DEDA in popluar color models

F1DEDA
RGB241222218
HSL10°45.10%90.00%
HSB/HSV10°9.54%94.51%
CMYK0.00%7.88%9.54%
5.49%

Color #F1DEDA in popluar number systems.

HEXF1DEDA
Decimal241222218
Binary111100011101111011011010
Octal361336332

Shades and tints

Shades of #F1DEDA

#F1DEDA
(241,222,218)
#DCCAC7
(220,202,199)
#C7B6B4
(199,182,180)
#B2A2A1
(178,162,161)
#9D8E8E
(157,142,142)
#887A7B
(136,122,123)
#736668
(115,102,104)
#5E5255
(94,82,85)
#493E42
(73,62,66)
#342A2F
(52,42,47)
#1F161C
(31,22,28)
#000000
(0,0,0)

Tints of #F1DEDA

#F1DEDA
(241,222,218)
#F2E1DD
(242,225,221)
#F3E4E0
(243,228,224)
#F4E7E3
(244,231,227)
#F5EAE6
(245,234,230)
#F6EDE9
(246,237,233)
#F7F0EC
(247,240,236)
#F8F3EF
(248,243,239)
#F9F6F2
(249,246,242)
#FAF9F5
(250,249,245)
#FBFCF8
(251,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1DEDA color. Also use rgb(241,222,218) instead hex code.

Text Font Color

.myTextColor { color: #F1DEDA; }

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

This text font color is #F1DEDA.


Background Color

.myBgColor { background-color: #F1DEDA; }

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

This div background color is #F1DEDA.


Border color

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

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

This div border color is #F1DEDA.


Opacity

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

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

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

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

This text has shadow with #F1DEDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1DEDA on black background.


Color preview on white background

This text has color #F1DEDA on white background.



Black color preview on #F1DEDA background

This text has black color on #F1DEDA background.


White color preview on #F1DEDA background

This text has white color on #F1DEDA background.