COLOR #F3DCF5

HEX: #F3DCF5
RGB: (243,220,245)

Color info

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

RGB color model

#F3DCF5 color RGB value is (243,220,245).

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

RGB channels and saturation

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

243
220
245

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

Portions of RGB colors in percentages

R + G + B =
243 + 220 + 245 = 708 (100%)
R 243 of 708 ~ 34.32%
G 220 of 708 ~ 31.07%
B 245 of 708 ~ 34.6%

%34.32
%31.07
%34.6

CMYK color model

#F3DCF5 color CMYK value is (1,10,0,4).

  • cyan value is 0.82%
  • magenta value is 10.20%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(1,10,0,4)
C1M10Y0K4 
(1%,10%,0%,4%)
(0.01/0.10/0.00/0.04)	

CMYK percentages

%0.82
%10.2
%0
%3.92

Codes

Color #F3DCF5 in popluar color models

F3DCF5
RGB243220245
HSL295°55.56%91.18%
HSB/HSV295°10.20%96.08%
CMYK0.82%10.20%0.00%
3.92%

Color #F3DCF5 in popluar number systems.

HEXF3DCF5
Decimal243220245
Binary111100111101110011110101
Octal363334365

Shades and tints

Shades of #F3DCF5

#F3DCF5
(243,220,245)
#DDC8DF
(221,200,223)
#C7B4C9
(199,180,201)
#B1A0B3
(177,160,179)
#9B8C9D
(155,140,157)
#857887
(133,120,135)
#6F6471
(111,100,113)
#59505B
(89,80,91)
#433C45
(67,60,69)
#2D282F
(45,40,47)
#171419
(23,20,25)
#000000
(0,0,0)

Tints of #F3DCF5

#F3DCF5
(243,220,245)
#F4DFF5
(244,223,245)
#F5E2F5
(245,226,245)
#F6E5F5
(246,229,245)
#F7E8F5
(247,232,245)
#F8EBF5
(248,235,245)
#F9EEF5
(249,238,245)
#FAF1F5
(250,241,245)
#FBF4F5
(251,244,245)
#FCF7F5
(252,247,245)
#FDFAF5
(253,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3DCF5; }

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

This text font color is #F3DCF5.


Background Color

.myBgColor { background-color: #F3DCF5; }

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

This div background color is #F3DCF5.


Border color

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

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

This div border color is #F3DCF5.


Opacity

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

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

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

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

This text has shadow with #F3DCF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3DCF5 on black background.


Color preview on white background

This text has color #F3DCF5 on white background.



Black color preview on #F3DCF5 background

This text has black color on #F3DCF5 background.


White color preview on #F3DCF5 background

This text has white color on #F3DCF5 background.