COLOR #F3DFF2

HEX: #F3DFF2
RGB: (243,223,242)

Color info

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

RGB color model

#F3DFF2 color RGB value is (243,223,242).

  • red value is 243;
  • green value is 223;
  • blue value is 242.
RGB:
(243,223,242)
(95%,87%,95%)

RGB channels and saturation

R 243 of 255 = 95%
G 223 of 255 = 87%
B 242 of 255 = 95%

243
223
242

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

Portions of RGB colors in percentages

R + G + B =
243 + 223 + 242 = 708 (100%)
R 243 of 708 ~ 34.32%
G 223 of 708 ~ 31.5%
B 242 of 708 ~ 34.18%

%34.32
%31.5
%34.18

CMYK color model

#F3DFF2 color CMYK value is (0,8,0,5).

  • cyan value is 0.00%
  • magenta value is 8.23%
  • yellow value is 0.41%
  • key color value is 4.71%
CMYK:
(0,8,0,5)
C0M8Y0K5 
(0%,8%,0%,5%)
(0.00/0.08/0.00/0.05)	

CMYK percentages

%0
%8.23
%0.41
%4.71

Codes

Color #F3DFF2 in popluar color models

F3DFF2
RGB243223242
HSL303°45.45%91.37%
HSB/HSV303°8.23%95.29%
CMYK0.00%8.23%0.41%
4.71%

Color #F3DFF2 in popluar number systems.

HEXF3DFF2
Decimal243223242
Binary111100111101111111110010
Octal363337362

Shades and tints

Shades of #F3DFF2

#F3DFF2
(243,223,242)
#DDCBDC
(221,203,220)
#C7B7C6
(199,183,198)
#B1A3B0
(177,163,176)
#9B8F9A
(155,143,154)
#857B84
(133,123,132)
#6F676E
(111,103,110)
#595358
(89,83,88)
#433F42
(67,63,66)
#2D2B2C
(45,43,44)
#171716
(23,23,22)
#000000
(0,0,0)

Tints of #F3DFF2

#F3DFF2
(243,223,242)
#F4E1F3
(244,225,243)
#F5E3F4
(245,227,244)
#F6E5F5
(246,229,245)
#F7E7F6
(247,231,246)
#F8E9F7
(248,233,247)
#F9EBF8
(249,235,248)
#FAEDF9
(250,237,249)
#FBEFFA
(251,239,250)
#FCF1FB
(252,241,251)
#FDF3FC
(253,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3DFF2; }

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

This text font color is #F3DFF2.


Background Color

.myBgColor { background-color: #F3DFF2; }

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

This div background color is #F3DFF2.


Border color

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

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

This div border color is #F3DFF2.


Opacity

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

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

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

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

This text has shadow with #F3DFF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3DFF2 on black background.


Color preview on white background

This text has color #F3DFF2 on white background.



Black color preview on #F3DFF2 background

This text has black color on #F3DFF2 background.


White color preview on #F3DFF2 background

This text has white color on #F3DFF2 background.