COLOR #F3D5FF

HEX: #F3D5FF
RGB: (243,213,255)

Color info

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

RGB color model

#F3D5FF color RGB value is (243,213,255).

  • red value is 243;
  • green value is 213;
  • blue value is 255.
RGB:
(243,213,255)
(95%,84%,100%)

RGB channels and saturation

R 243 of 255 = 95%
G 213 of 255 = 84%
B 255 of 255 = 100%

243
213
255

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

Portions of RGB colors in percentages

R + G + B =
243 + 213 + 255 = 711 (100%)
R 243 of 711 ~ 34.18%
G 213 of 711 ~ 29.96%
B 255 of 711 ~ 35.86%

%34.18
%29.96
%35.86

CMYK color model

#F3D5FF color CMYK value is (5,16,0,0).

  • cyan value is 4.71%
  • magenta value is 16.47%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(5,16,0,0)
C5M16Y0K0 
(5%,16%,0%,0%)
(0.05/0.16/0.00/0.00)	

CMYK percentages

%4.71
%16.47
%0
%0

Codes

Color #F3D5FF in popluar color models

F3D5FF
RGB243213255
HSL283°100.00%91.76%
HSB/HSV283°16.47%100.00%
CMYK4.71%16.47%0.00%
0.00%

Color #F3D5FF in popluar number systems.

HEXF3D5FF
Decimal243213255
Binary111100111101010111111111
Octal363325377

Shades and tints

Shades of #F3D5FF

#F3D5FF
(243,213,255)
#DDC2E8
(221,194,232)
#C7AFD1
(199,175,209)
#B19CBA
(177,156,186)
#9B89A3
(155,137,163)
#85768C
(133,118,140)
#6F6375
(111,99,117)
#59505E
(89,80,94)
#433D47
(67,61,71)
#2D2A30
(45,42,48)
#171719
(23,23,25)
#000000
(0,0,0)

Tints of #F3D5FF

#F3D5FF
(243,213,255)
#F4D8FF
(244,216,255)
#F5DBFF
(245,219,255)
#F6DEFF
(246,222,255)
#F7E1FF
(247,225,255)
#F8E4FF
(248,228,255)
#F9E7FF
(249,231,255)
#FAEAFF
(250,234,255)
#FBEDFF
(251,237,255)
#FCF0FF
(252,240,255)
#FDF3FF
(253,243,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3D5FF; }

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

This text font color is #F3D5FF.


Background Color

.myBgColor { background-color: #F3D5FF; }

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

This div background color is #F3D5FF.


Border color

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

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

This div border color is #F3D5FF.


Opacity

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

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

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

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

This text has shadow with #F3D5FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3D5FF on black background.


Color preview on white background

This text has color #F3D5FF on white background.



Black color preview on #F3D5FF background

This text has black color on #F3D5FF background.


White color preview on #F3D5FF background

This text has white color on #F3D5FF background.