COLOR #F2E6FE

HEX: #F2E6FE RGB: (242,230,254)

Color info

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

RGB color model

#F2E6FE color RGB value is (242,230,254).

RGB: (242,230,254) (95%, 90%, 100%)

RGB channels and saturation

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

242
230
254

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

Portions of RGB colors in percentages

R + G + B = 242 + 230 + 254 = 726 (100%)
R 242 of 726 ~ 33.33%
G 230 of 726 ~ 31.68%
B 254 of 726 ~ 34.99'%

%33.33
%31.68
%34.99

CMYK color model

#F2E6FE color CMYK value is (5,9,0,0).

  • cyan value is 4.72%
  • magenta value is 9.45%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (5,9,0,0)
C5M9Y0K0 (5%, 9%, 0%, 0%)
(0.05 / 0.09 / 0.00 / 0.00)

CMYK percentages

%4.72
%9.45
%0
%0.39

Codes

Color #F2E6FE in popluar color models

F2 E6 FE
RGB 242 230 254
HSL 270° 92.31% 94.90%
HSB/HSV 270° 9.45% 99.61%
CMYK 4.72% 9.45% 0.00%
0.39%

Color #F2E6FE in popluar number systems.

HEX F2 E6 FE
Decimal 242 230 254
Binary 11110010 11100110 11111110
Octal 362 346 376

Shades and tints

Shades of #F2E6FE

#F2E6FE
(242,230,254)
#DCD2E7
(220,210,231)
#C6BED0
(198,190,208)
#B0AAB9
(176,170,185)
#9A96A2
(154,150,162)
#84828B
(132,130,139)
#6E6E74
(110,110,116)
#585A5D
(88,90,93)
#424646
(66,70,70)
#2C322F
(44,50,47)
#161E18
(22,30,24)
#000000
(0,0,0)

Tints of #F2E6FE

#F2E6FE
(242,230,254)
#F3E8FE
(243,232,254)
#F4EAFE
(244,234,254)
#F5ECFE
(245,236,254)
#F6EEFE
(246,238,254)
#F7F0FE
(247,240,254)
#F8F2FE
(248,242,254)
#F9F4FE
(249,244,254)
#FAF6FE
(250,246,254)
#FBF8FE
(251,248,254)
#FCFAFE
(252,250,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2E6FE; }

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

This text font color is #F2E6FE.

Background Color

.myBgColor { background-color: #F2E6FE; }

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

This div background color is #F2E6FE.

Border color

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

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

This div border color is #F2E6FE.

Opacity

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

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

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

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

This text has shadow with #F2E6FE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2E6FE.

Preview

Color preview on black background

This text has color #F2E6FE on black background.


Color preview on white background

This text has color #F2E6FE on white background.


Black color preview on #F2E6FE background

This text has black color on #F2E6FE background.


White color preview on #F2E6FE background

This text has white color on #F2E6FE background.


Related colors

Complementary color

Complementary color for #hex is #0D1901.


I love getcolorcode.com

Triadic colors

1 #FEF2E6 and #E6FEF2 with #F2E6FE are triadic colors.

2 #FEE6F2 and #E6F2FE with #F2E6FE are triadic colors.