COLOR #F3DEDB

HEX: #F3DEDB
RGB: (243,222,219)

Color info

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

RGB color model

#F3DEDB color RGB value is (243,222,219).

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

RGB channels and saturation

R 243 of 255 = 95%
G 222 of 255 = 87%
B 219 of 255 = 86%

243
222
219

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

Portions of RGB colors in percentages

R + G + B =
243 + 222 + 219 = 684 (100%)
R 243 of 684 ~ 35.53%
G 222 of 684 ~ 32.46%
B 219 of 684 ~ 32.02%

%35.53
%32.46
%32.02

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.64%
  • yellow value is 9.88%
  • 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
%9.88
%4.71

Codes

Color #F3DEDB in popluar color models

F3DEDB
RGB243222219
HSL50.00%90.59%
HSB/HSV9.88%95.29%
CMYK0.00%8.64%9.88%
4.71%

Color #F3DEDB in popluar number systems.

HEXF3DEDB
Decimal243222219
Binary111100111101111011011011
Octal363336333

Shades and tints

Shades of #F3DEDB

#F3DEDB
(243,222,219)
#DDCAC8
(221,202,200)
#C7B6B5
(199,182,181)
#B1A2A2
(177,162,162)
#9B8E8F
(155,142,143)
#857A7C
(133,122,124)
#6F6669
(111,102,105)
#595256
(89,82,86)
#433E43
(67,62,67)
#2D2A30
(45,42,48)
#17161D
(23,22,29)
#000000
(0,0,0)

Tints of #F3DEDB

#F3DEDB
(243,222,219)
#F4E1DE
(244,225,222)
#F5E4E1
(245,228,225)
#F6E7E4
(246,231,228)
#F7EAE7
(247,234,231)
#F8EDEA
(248,237,234)
#F9F0ED
(249,240,237)
#FAF3F0
(250,243,240)
#FBF6F3
(251,246,243)
#FCF9F6
(252,249,246)
#FDFCF9
(253,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3DEDB; }

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

This text font color is #F3DEDB.


Background Color

.myBgColor { background-color: #F3DEDB; }

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

This div background color is #F3DEDB.


Border color

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

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

This div border color is #F3DEDB.


Opacity

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

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

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

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

This text has shadow with #F3DEDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3DEDB on black background.


Color preview on white background

This text has color #F3DEDB on white background.



Black color preview on #F3DEDB background

This text has black color on #F3DEDB background.


White color preview on #F3DEDB background

This text has white color on #F3DEDB background.