COLOR #F3DCF3

HEX: #F3DCF3 RGB: (243,220,243)

Color info

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

RGB color model

#F3DCF3 color RGB value is (243,220,243).

RGB: (243,220,243) (95%, 86%, 95%)

RGB channels and saturation

R 243 of 255 = 95%
G 220 of 255 = 86%
B 243 of 255 = 95%

243
220
243

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

Portions of RGB colors in percentages

R + G + B = 243 + 220 + 243 = 706 (100%)
R 243 of 706 ~ 34.42%
G 220 of 706 ~ 31.16%
B 243 of 706 ~ 34.42'%

%34.42
%31.16
%34.42

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.47%
  • yellow value is 0.00%
  • key color value is 4.71%

CMYK: (0,9,0,5)
C0M9Y0K5 (0%, 9%, 0%, 5%)
(0.00 / 0.09 / 0.00 / 0.05)

CMYK percentages

%0
%9.47
%0
%4.71

Codes

Color #F3DCF3 in popluar color models

F3 DC F3
RGB 243 220 243
HSL 300° 48.94% 90.78%
HSB/HSV 300° 9.47% 95.29%
CMYK 0.00% 9.47% 0.00%
4.71%

Color #F3DCF3 in popluar number systems.

HEX F3 DC F3
Decimal 243 220 243
Binary 11110011 11011100 11110011
Octal 363 334 363

Shades and tints

Shades of #F3DCF3

#F3DCF3
(243,220,243)
#DDC8DD
(221,200,221)
#C7B4C7
(199,180,199)
#B1A0B1
(177,160,177)
#9B8C9B
(155,140,155)
#857885
(133,120,133)
#6F646F
(111,100,111)
#595059
(89,80,89)
#433C43
(67,60,67)
#2D282D
(45,40,45)
#171417
(23,20,23)
#000000
(0,0,0)

Tints of #F3DCF3

#F3DCF3
(243,220,243)
#F4DFF4
(244,223,244)
#F5E2F5
(245,226,245)
#F6E5F6
(246,229,246)
#F7E8F7
(247,232,247)
#F8EBF8
(248,235,248)
#F9EEF9
(249,238,249)
#FAF1FA
(250,241,250)
#FBF4FB
(251,244,251)
#FCF7FC
(252,247,252)
#FDFAFD
(253,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3DCF3; }

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

This text font color is #F3DCF3.

Background Color

.myBgColor { background-color: #F3DCF3; }

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

This div background color is #F3DCF3.

Border color

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

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

This div border color is #F3DCF3.

Opacity

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

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

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

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

This text has shadow with #F3DCF3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3DCF3.

Preview

Color preview on black background

This text has color #F3DCF3 on black background.


Color preview on white background

This text has color #F3DCF3 on white background.


Black color preview on #F3DCF3 background

This text has black color on #F3DCF3 background.


White color preview on #F3DCF3 background

This text has white color on #F3DCF3 background.


Related colors

Complementary color

Complementary color for #hex is #0C230C.


I love getcolorcode.com

Triadic colors

1 #F3F3DC and #DCF3F3 with #F3DCF3 are triadic colors.

2 #F3DCF3 and #DCF3F3 with #F3DCF3 are triadic colors.