COLOR #F3D9ED

HEX: #F3D9ED RGB: (243,217,237)

Color info

#F3D9ED contains red, green and blue colors in about the same proportion. Web safe color of #F3D9ED is #FFCCFF (or #FCF).

RGB color model

#F3D9ED color RGB value is (243,217,237).

RGB: (243,217,237) (95%, 85%, 93%)

RGB channels and saturation

R 243 of 255 = 95%
G 217 of 255 = 85%
B 237 of 255 = 93%

243
217
237

R + G + B ~ 91%. #F3D9ED is light color.

Portions of RGB colors in percentages

R + G + B = 243 + 217 + 237 = 697 (100%)
R 243 of 697 ~ 34.86%
G 217 of 697 ~ 31.13%
B 237 of 697 ~ 34'%

%34.86
%31.13
%34

CMYK color model

#F3D9ED color CMYK value is (0,11,2,5).

  • cyan value is 0.00%
  • magenta value is 10.70%
  • yellow value is 2.47%
  • key color value is 4.71%

CMYK: (0,11,2,5)
C0M11Y2K5 (0%, 11%, 2%, 5%)
(0.00 / 0.11 / 0.02 / 0.05)

CMYK percentages

%0
%10.7
%2.47
%4.71

Codes

Color #F3D9ED in popluar color models

F3 D9 ED
RGB 243 217 237
HSL 314° 52.00% 90.20%
HSB/HSV 314° 10.70% 95.29%
CMYK 0.00% 10.70% 2.47%
4.71%

Color #F3D9ED in popluar number systems.

HEX F3 D9 ED
Decimal 243 217 237
Binary 11110011 11011001 11101101
Octal 363 331 355

Shades and tints

Shades of #F3D9ED

#F3D9ED
(243,217,237)
#DDC6D8
(221,198,216)
#C7B3C3
(199,179,195)
#B1A0AE
(177,160,174)
#9B8D99
(155,141,153)
#857A84
(133,122,132)
#6F676F
(111,103,111)
#59545A
(89,84,90)
#434145
(67,65,69)
#2D2E30
(45,46,48)
#171B1B
(23,27,27)
#000000
(0,0,0)

Tints of #F3D9ED

#F3D9ED
(243,217,237)
#F4DCEE
(244,220,238)
#F5DFEF
(245,223,239)
#F6E2F0
(246,226,240)
#F7E5F1
(247,229,241)
#F8E8F2
(248,232,242)
#F9EBF3
(249,235,243)
#FAEEF4
(250,238,244)
#FBF1F5
(251,241,245)
#FCF4F6
(252,244,246)
#FDF7F7
(253,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3D9ED; }

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

This text font color is #F3D9ED.

Background Color

.myBgColor { background-color: #F3D9ED; }

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

This div background color is #F3D9ED.

Border color

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

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

This div border color is #F3D9ED.

Opacity

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

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

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

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

This text has shadow with #F3D9ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3D9ED.

Preview

Color preview on black background

This text has color #F3D9ED on black background.


Color preview on white background

This text has color #F3D9ED on white background.


Black color preview on #F3D9ED background

This text has black color on #F3D9ED background.


White color preview on #F3D9ED background

This text has white color on #F3D9ED background.


Related colors

Complementary color

Complementary color for #hex is #0C2612.


I love getcolorcode.com

Triadic colors

1 #EDF3D9 and #D9EDF3 with #F3D9ED are triadic colors.

2 #EDD9F3 and #D9F3ED with #F3D9ED are triadic colors.