COLOR #F2E6FF

HEX: #F2E6FF
RGB: (242,230,255)

Color info

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

RGB color model

#F2E6FF color RGB value is (242,230,255).

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

RGB channels and saturation

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

242
230
255

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

Portions of RGB colors in percentages

R + G + B =
242 + 230 + 255 = 727 (100%)
R 242 of 727 ~ 33.29%
G 230 of 727 ~ 31.64%
B 255 of 727 ~ 35.08%

%33.29
%31.64
%35.08

CMYK color model

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

  • cyan value is 5.10%
  • 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

%5.1
%9.8
%0
%0

Codes

Color #F2E6FF in popluar color models

F2E6FF
RGB242230255
HSL269°100.00%95.10%
HSB/HSV269°9.80%100.00%
CMYK5.10%9.80%0.00%
0.00%

Color #F2E6FF in popluar number systems.

HEXF2E6FF
Decimal242230255
Binary111100101110011011111111
Octal362346377

Shades and tints

Shades of #F2E6FF

#F2E6FF
(242,230,255)
#DCD2E8
(220,210,232)
#C6BED1
(198,190,209)
#B0AABA
(176,170,186)
#9A96A3
(154,150,163)
#84828C
(132,130,140)
#6E6E75
(110,110,117)
#585A5E
(88,90,94)
#424647
(66,70,71)
#2C3230
(44,50,48)
#161E19
(22,30,25)
#000000
(0,0,0)

Tints of #F2E6FF

#F2E6FF
(242,230,255)
#F3E8FF
(243,232,255)
#F4EAFF
(244,234,255)
#F5ECFF
(245,236,255)
#F6EEFF
(246,238,255)
#F7F0FF
(247,240,255)
#F8F2FF
(248,242,255)
#F9F4FF
(249,244,255)
#FAF6FF
(250,246,255)
#FBF8FF
(251,248,255)
#FCFAFF
(252,250,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2E6FF; }

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

This text font color is #F2E6FF.


Background Color

.myBgColor { background-color: #F2E6FF; }

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

This div background color is #F2E6FF.


Border color

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

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

This div border color is #F2E6FF.


Opacity

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

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

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

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

This text has shadow with #F2E6FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2E6FF on black background.


Color preview on white background

This text has color #F2E6FF on white background.



Black color preview on #F2E6FF background

This text has black color on #F2E6FF background.


White color preview on #F2E6FF background

This text has white color on #F2E6FF background.