COLOR #F3DDEE

HEX: #F3DDEE
RGB: (243,221,238)

Color info

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

RGB color model

#F3DDEE color RGB value is (243,221,238).

  • red value is 243;
  • green value is 221;
  • blue value is 238.
RGB:
(243,221,238)
(95%,87%,93%)

RGB channels and saturation

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

243
221
238

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

Portions of RGB colors in percentages

R + G + B =
243 + 221 + 238 = 702 (100%)
R 243 of 702 ~ 34.62%
G 221 of 702 ~ 31.48%
B 238 of 702 ~ 33.9%

%34.62
%31.48
%33.9

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.05%
  • yellow value is 2.06%
  • 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.06
%4.71

Codes

Color #F3DDEE in popluar color models

F3DDEE
RGB243221238
HSL314°47.83%90.98%
HSB/HSV314°9.05%95.29%
CMYK0.00%9.05%2.06%
4.71%

Color #F3DDEE in popluar number systems.

HEXF3DDEE
Decimal243221238
Binary111100111101110111101110
Octal363335356

Shades and tints

Shades of #F3DDEE

#F3DDEE
(243,221,238)
#DDC9D9
(221,201,217)
#C7B5C4
(199,181,196)
#B1A1AF
(177,161,175)
#9B8D9A
(155,141,154)
#857985
(133,121,133)
#6F6570
(111,101,112)
#59515B
(89,81,91)
#433D46
(67,61,70)
#2D2931
(45,41,49)
#17151C
(23,21,28)
#000000
(0,0,0)

Tints of #F3DDEE

#F3DDEE
(243,221,238)
#F4E0EF
(244,224,239)
#F5E3F0
(245,227,240)
#F6E6F1
(246,230,241)
#F7E9F2
(247,233,242)
#F8ECF3
(248,236,243)
#F9EFF4
(249,239,244)
#FAF2F5
(250,242,245)
#FBF5F6
(251,245,246)
#FCF8F7
(252,248,247)
#FDFBF8
(253,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3DDEE; }

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

This text font color is #F3DDEE.


Background Color

.myBgColor { background-color: #F3DDEE; }

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

This div background color is #F3DDEE.


Border color

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

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

This div border color is #F3DDEE.


Opacity

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

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

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

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

This text has shadow with #F3DDEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3DDEE on black background.


Color preview on white background

This text has color #F3DDEE on white background.



Black color preview on #F3DDEE background

This text has black color on #F3DDEE background.


White color preview on #F3DDEE background

This text has white color on #F3DDEE background.