COLOR #F3DCFC

HEX: #F3DCFC
RGB: (243,220,252)

Color info

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

RGB color model

#F3DCFC color RGB value is (243,220,252).

  • red value is 243;
  • green value is 220;
  • blue value is 252.
RGB:
(243,220,252)
(95%,86%,99%)

RGB channels and saturation

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

243
220
252

R + G + B ~ 93%. #F3DCFC is light color.

Portions of RGB colors in percentages

R + G + B =
243 + 220 + 252 = 715 (100%)
R 243 of 715 ~ 33.99%
G 220 of 715 ~ 30.77%
B 252 of 715 ~ 35.24%

%33.99
%30.77
%35.24

CMYK color model

#F3DCFC color CMYK value is (4,13,0,1).

  • cyan value is 3.57%
  • magenta value is 12.70%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(4,13,0,1)
C4M13Y0K1 
(4%,13%,0%,1%)
(0.04/0.13/0.00/0.01)	

CMYK percentages

%3.57
%12.7
%0
%1.18

Codes

Color #F3DCFC in popluar color models

F3DCFC
RGB243220252
HSL283°84.21%92.55%
HSB/HSV283°12.70%98.82%
CMYK3.57%12.70%0.00%
1.18%

Color #F3DCFC in popluar number systems.

HEXF3DCFC
Decimal243220252
Binary111100111101110011111100
Octal363334374

Shades and tints

Shades of #F3DCFC

#F3DCFC
(243,220,252)
#DDC8E6
(221,200,230)
#C7B4D0
(199,180,208)
#B1A0BA
(177,160,186)
#9B8CA4
(155,140,164)
#85788E
(133,120,142)
#6F6478
(111,100,120)
#595062
(89,80,98)
#433C4C
(67,60,76)
#2D2836
(45,40,54)
#171420
(23,20,32)
#000000
(0,0,0)

Tints of #F3DCFC

#F3DCFC
(243,220,252)
#F4DFFC
(244,223,252)
#F5E2FC
(245,226,252)
#F6E5FC
(246,229,252)
#F7E8FC
(247,232,252)
#F8EBFC
(248,235,252)
#F9EEFC
(249,238,252)
#FAF1FC
(250,241,252)
#FBF4FC
(251,244,252)
#FCF7FC
(252,247,252)
#FDFAFC
(253,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3DCFC; }

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

This text font color is #F3DCFC.


Background Color

.myBgColor { background-color: #F3DCFC; }

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

This div background color is #F3DCFC.


Border color

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

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

This div border color is #F3DCFC.


Opacity

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

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

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

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

This text has shadow with #F3DCFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3DCFC on black background.


Color preview on white background

This text has color #F3DCFC on white background.



Black color preview on #F3DCFC background

This text has black color on #F3DCFC background.


White color preview on #F3DCFC background

This text has white color on #F3DCFC background.