COLOR #F3E6FF

HEX: #F3E6FF
RGB: (243,230,255)

Color info

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

RGB color model

#F3E6FF color RGB value is (243,230,255).

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

RGB channels and saturation

R 243 of 255 = 95%
G 230 of 255 = 90%
B 255 of 255 = 100%

243
230
255

R + G + B ~ 95%. #F3E6FF is light color.

Portions of RGB colors in percentages

R + G + B =
243 + 230 + 255 = 728 (100%)
R 243 of 728 ~ 33.38%
G 230 of 728 ~ 31.59%
B 255 of 728 ~ 35.03%

%33.38
%31.59
%35.03

CMYK color model

#F3E6FF color CMYK value is (5,10,0,0).

  • cyan value is 4.71%
  • magenta value is 9.80%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(5,10,0,0)
C5M10Y0K0 
(5%,10%,0%,0%)
(0.05/0.10/0.00/0.00)	

CMYK percentages

%4.71
%9.8
%0
%0

Codes

Color #F3E6FF in popluar color models

F3E6FF
RGB243230255
HSL271°100.00%95.10%
HSB/HSV271°9.80%100.00%
CMYK4.71%9.80%0.00%
0.00%

Color #F3E6FF in popluar number systems.

HEXF3E6FF
Decimal243230255
Binary111100111110011011111111
Octal363346377

Shades and tints

Shades of #F3E6FF

#F3E6FF
(243,230,255)
#DDD2E8
(221,210,232)
#C7BED1
(199,190,209)
#B1AABA
(177,170,186)
#9B96A3
(155,150,163)
#85828C
(133,130,140)
#6F6E75
(111,110,117)
#595A5E
(89,90,94)
#434647
(67,70,71)
#2D3230
(45,50,48)
#171E19
(23,30,25)
#000000
(0,0,0)

Tints of #F3E6FF

#F3E6FF
(243,230,255)
#F4E8FF
(244,232,255)
#F5EAFF
(245,234,255)
#F6ECFF
(246,236,255)
#F7EEFF
(247,238,255)
#F8F0FF
(248,240,255)
#F9F2FF
(249,242,255)
#FAF4FF
(250,244,255)
#FBF6FF
(251,246,255)
#FCF8FF
(252,248,255)
#FDFAFF
(253,250,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3E6FF; }

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

This text font color is #F3E6FF.


Background Color

.myBgColor { background-color: #F3E6FF; }

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

This div background color is #F3E6FF.


Border color

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

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

This div border color is #F3E6FF.


Opacity

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

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

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

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

This text has shadow with #F3E6FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3E6FF on black background.


Color preview on white background

This text has color #F3E6FF on white background.



Black color preview on #F3E6FF background

This text has black color on #F3E6FF background.


White color preview on #F3E6FF background

This text has white color on #F3E6FF background.