COLOR #F3DEDA

HEX: #F3DEDA
RGB: (243,222,218)

Color info

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

RGB color model

#F3DEDA color RGB value is (243,222,218).

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

RGB channels and saturation

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

243
222
218

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

Portions of RGB colors in percentages

R + G + B =
243 + 222 + 218 = 683 (100%)
R 243 of 683 ~ 35.58%
G 222 of 683 ~ 32.5%
B 218 of 683 ~ 31.92%

%35.58
%32.5
%31.92

CMYK color model

#F3DEDA color CMYK value is (0,9,10,5).

  • cyan value is 0.00%
  • magenta value is 8.64%
  • yellow value is 10.29%
  • key color value is 4.71%
CMYK:
(0,9,10,5)
C0M9Y10K5 
(0%,9%,10%,5%)
(0.00/0.09/0.10/0.05)	

CMYK percentages

%0
%8.64
%10.29
%4.71

Codes

Color #F3DEDA in popluar color models

F3DEDA
RGB243222218
HSL10°51.02%90.39%
HSB/HSV10°10.29%95.29%
CMYK0.00%8.64%10.29%
4.71%

Color #F3DEDA in popluar number systems.

HEXF3DEDA
Decimal243222218
Binary111100111101111011011010
Octal363336332

Shades and tints

Shades of #F3DEDA

#F3DEDA
(243,222,218)
#DDCAC7
(221,202,199)
#C7B6B4
(199,182,180)
#B1A2A1
(177,162,161)
#9B8E8E
(155,142,142)
#857A7B
(133,122,123)
#6F6668
(111,102,104)
#595255
(89,82,85)
#433E42
(67,62,66)
#2D2A2F
(45,42,47)
#17161C
(23,22,28)
#000000
(0,0,0)

Tints of #F3DEDA

#F3DEDA
(243,222,218)
#F4E1DD
(244,225,221)
#F5E4E0
(245,228,224)
#F6E7E3
(246,231,227)
#F7EAE6
(247,234,230)
#F8EDE9
(248,237,233)
#F9F0EC
(249,240,236)
#FAF3EF
(250,243,239)
#FBF6F2
(251,246,242)
#FCF9F5
(252,249,245)
#FDFCF8
(253,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3DEDA; }

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

This text font color is #F3DEDA.


Background Color

.myBgColor { background-color: #F3DEDA; }

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

This div background color is #F3DEDA.


Border color

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

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

This div border color is #F3DEDA.


Opacity

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

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

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

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

This text has shadow with #F3DEDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3DEDA on black background.


Color preview on white background

This text has color #F3DEDA on white background.



Black color preview on #F3DEDA background

This text has black color on #F3DEDA background.


White color preview on #F3DEDA background

This text has white color on #F3DEDA background.