COLOR #F3DDED

HEX: #F3DDED RGB: (243,221,237)

Color info

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

RGB color model

#F3DDED color RGB value is (243,221,237).

RGB: (243,221,237) (95%, 87%, 93%)

RGB channels and saturation

R 243 of 255 = 95%
G 221 of 255 = 87%
B 237 of 255 = 93%

243
221
237

R + G + B ~ 92%. #F3DDED is light color.

Portions of RGB colors in percentages

R + G + B = 243 + 221 + 237 = 701 (100%)
R 243 of 701 ~ 34.66%
G 221 of 701 ~ 31.53%
B 237 of 701 ~ 33.81'%

%34.66
%31.53
%33.81

CMYK color model

#F3DDED color CMYK value is (0,9,2,5).

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

CMYK: (0,9,2,5)
C0M9Y2K5 (0%, 9%, 2%, 5%)
(0.00 / 0.09 / 0.02 / 0.05)

CMYK percentages

%0
%9.05
%2.47
%4.71

Codes

Color #F3DDED in popluar color models

F3 DD ED
RGB 243 221 237
HSL 316° 47.83% 90.98%
HSB/HSV 316° 9.05% 95.29%
CMYK 0.00% 9.05% 2.47%
4.71%

Color #F3DDED in popluar number systems.

HEX F3 DD ED
Decimal 243 221 237
Binary 11110011 11011101 11101101
Octal 363 335 355

Shades and tints

Shades of #F3DDED

#F3DDED
(243,221,237)
#DDC9D8
(221,201,216)
#C7B5C3
(199,181,195)
#B1A1AE
(177,161,174)
#9B8D99
(155,141,153)
#857984
(133,121,132)
#6F656F
(111,101,111)
#59515A
(89,81,90)
#433D45
(67,61,69)
#2D2930
(45,41,48)
#17151B
(23,21,27)
#000000
(0,0,0)

Tints of #F3DDED

#F3DDED
(243,221,237)
#F4E0EE
(244,224,238)
#F5E3EF
(245,227,239)
#F6E6F0
(246,230,240)
#F7E9F1
(247,233,241)
#F8ECF2
(248,236,242)
#F9EFF3
(249,239,243)
#FAF2F4
(250,242,244)
#FBF5F5
(251,245,245)
#FCF8F6
(252,248,246)
#FDFBF7
(253,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3DDED; }

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

This text font color is #F3DDED.

Background Color

.myBgColor { background-color: #F3DDED; }

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

This div background color is #F3DDED.

Border color

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

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

This div border color is #F3DDED.

Opacity

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

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

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

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

This text has shadow with #F3DDED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3DDED.

Preview

Color preview on black background

This text has color #F3DDED on black background.


Color preview on white background

This text has color #F3DDED on white background.


Black color preview on #F3DDED background

This text has black color on #F3DDED background.


White color preview on #F3DDED background

This text has white color on #F3DDED background.


Related colors

Complementary color

Complementary color for #hex is #0C2212.


I love getcolorcode.com

Triadic colors

1 #EDF3DD and #DDEDF3 with #F3DDED are triadic colors.

2 #EDDDF3 and #DDF3ED with #F3DDED are triadic colors.