COLOR #F3DEFF

HEX: #F3DEFF
RGB: (243,222,255)

Color info

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

RGB color model

#F3DEFF color RGB value is (243,222,255).

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

RGB channels and saturation

R 243 of 255 = 95%
G 222 of 255 = 87%
B 255 of 255 = 100%

243
222
255

R + G + B ~ 94%. #F3DEFF is light color.

Portions of RGB colors in percentages

R + G + B =
243 + 222 + 255 = 720 (100%)
R 243 of 720 ~ 33.75%
G 222 of 720 ~ 30.83%
B 255 of 720 ~ 35.42%

%33.75
%30.83
%35.42

CMYK color model

#F3DEFF color CMYK value is (5,13,0,0).

  • cyan value is 4.71%
  • magenta value is 12.94%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(5,13,0,0)
C5M13Y0K0 
(5%,13%,0%,0%)
(0.05/0.13/0.00/0.00)	

CMYK percentages

%4.71
%12.94
%0
%0

Codes

Color #F3DEFF in popluar color models

F3DEFF
RGB243222255
HSL278°100.00%93.53%
HSB/HSV278°12.94%100.00%
CMYK4.71%12.94%0.00%
0.00%

Color #F3DEFF in popluar number systems.

HEXF3DEFF
Decimal243222255
Binary111100111101111011111111
Octal363336377

Shades and tints

Shades of #F3DEFF

#F3DEFF
(243,222,255)
#DDCAE8
(221,202,232)
#C7B6D1
(199,182,209)
#B1A2BA
(177,162,186)
#9B8EA3
(155,142,163)
#857A8C
(133,122,140)
#6F6675
(111,102,117)
#59525E
(89,82,94)
#433E47
(67,62,71)
#2D2A30
(45,42,48)
#171619
(23,22,25)
#000000
(0,0,0)

Tints of #F3DEFF

#F3DEFF
(243,222,255)
#F4E1FF
(244,225,255)
#F5E4FF
(245,228,255)
#F6E7FF
(246,231,255)
#F7EAFF
(247,234,255)
#F8EDFF
(248,237,255)
#F9F0FF
(249,240,255)
#FAF3FF
(250,243,255)
#FBF6FF
(251,246,255)
#FCF9FF
(252,249,255)
#FDFCFF
(253,252,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3DEFF; }

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

This text font color is #F3DEFF.


Background Color

.myBgColor { background-color: #F3DEFF; }

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

This div background color is #F3DEFF.


Border color

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

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

This div border color is #F3DEFF.


Opacity

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

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

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

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

This text has shadow with #F3DEFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3DEFF on black background.


Color preview on white background

This text has color #F3DEFF on white background.



Black color preview on #F3DEFF background

This text has black color on #F3DEFF background.


White color preview on #F3DEFF background

This text has white color on #F3DEFF background.