COLOR #F3D9DE

HEX: #F3D9DE
RGB: (243,217,222)

Color info

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

RGB color model

#F3D9DE color RGB value is (243,217,222).

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

RGB channels and saturation

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

243
217
222

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

Portions of RGB colors in percentages

R + G + B =
243 + 217 + 222 = 682 (100%)
R 243 of 682 ~ 35.63%
G 217 of 682 ~ 31.82%
B 222 of 682 ~ 32.55%

%35.63
%31.82
%32.55

CMYK color model

#F3D9DE color CMYK value is (0,11,9,5).

  • cyan value is 0.00%
  • magenta value is 10.70%
  • yellow value is 8.64%
  • key color value is 4.71%
CMYK:
(0,11,9,5)
C0M11Y9K5 
(0%,11%,9%,5%)
(0.00/0.11/0.09/0.05)	

CMYK percentages

%0
%10.7
%8.64
%4.71

Codes

Color #F3D9DE in popluar color models

F3D9DE
RGB243217222
HSL348°52.00%90.20%
HSB/HSV348°10.70%95.29%
CMYK0.00%10.70%8.64%
4.71%

Color #F3D9DE in popluar number systems.

HEXF3D9DE
Decimal243217222
Binary111100111101100111011110
Octal363331336

Shades and tints

Shades of #F3D9DE

#F3D9DE
(243,217,222)
#DDC6CA
(221,198,202)
#C7B3B6
(199,179,182)
#B1A0A2
(177,160,162)
#9B8D8E
(155,141,142)
#857A7A
(133,122,122)
#6F6766
(111,103,102)
#595452
(89,84,82)
#43413E
(67,65,62)
#2D2E2A
(45,46,42)
#171B16
(23,27,22)
#000000
(0,0,0)

Tints of #F3D9DE

#F3D9DE
(243,217,222)
#F4DCE1
(244,220,225)
#F5DFE4
(245,223,228)
#F6E2E7
(246,226,231)
#F7E5EA
(247,229,234)
#F8E8ED
(248,232,237)
#F9EBF0
(249,235,240)
#FAEEF3
(250,238,243)
#FBF1F6
(251,241,246)
#FCF4F9
(252,244,249)
#FDF7FC
(253,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3D9DE; }

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

This text font color is #F3D9DE.


Background Color

.myBgColor { background-color: #F3D9DE; }

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

This div background color is #F3D9DE.


Border color

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

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

This div border color is #F3D9DE.


Opacity

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

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

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

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

This text has shadow with #F3D9DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3D9DE on black background.


Color preview on white background

This text has color #F3D9DE on white background.



Black color preview on #F3D9DE background

This text has black color on #F3D9DE background.


White color preview on #F3D9DE background

This text has white color on #F3D9DE background.