COLOR #F6E2FA

HEX: #F6E2FA
RGB: (246,226,250)

Color info

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

RGB color model

#F6E2FA color RGB value is (246,226,250).

  • red value is 246;
  • green value is 226;
  • blue value is 250.
RGB:
(246,226,250)
(96%,89%,98%)

RGB channels and saturation

R 246 of 255 = 96%
G 226 of 255 = 89%
B 250 of 255 = 98%

246
226
250

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

Portions of RGB colors in percentages

R + G + B =
246 + 226 + 250 = 722 (100%)
R 246 of 722 ~ 34.07%
G 226 of 722 ~ 31.3%
B 250 of 722 ~ 34.63%

%34.07
%31.3
%34.63

CMYK color model

#F6E2FA color CMYK value is (2,10,0,2).

  • cyan value is 1.60%
  • magenta value is 9.60%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(2,10,0,2)
C2M10Y0K2 
(2%,10%,0%,2%)
(0.02/0.10/0.00/0.02)	

CMYK percentages

%1.6
%9.6
%0
%1.96

Codes

Color #F6E2FA in popluar color models

F6E2FA
RGB246226250
HSL290°70.59%93.33%
HSB/HSV290°9.60%98.04%
CMYK1.60%9.60%0.00%
1.96%

Color #F6E2FA in popluar number systems.

HEXF6E2FA
Decimal246226250
Binary111101101110001011111010
Octal366342372

Shades and tints

Shades of #F6E2FA

#F6E2FA
(246,226,250)
#E0CEE4
(224,206,228)
#CABACE
(202,186,206)
#B4A6B8
(180,166,184)
#9E92A2
(158,146,162)
#887E8C
(136,126,140)
#726A76
(114,106,118)
#5C5660
(92,86,96)
#46424A
(70,66,74)
#302E34
(48,46,52)
#1A1A1E
(26,26,30)
#000000
(0,0,0)

Tints of #F6E2FA

#F6E2FA
(246,226,250)
#F6E4FA
(246,228,250)
#F6E6FA
(246,230,250)
#F6E8FA
(246,232,250)
#F6EAFA
(246,234,250)
#F6ECFA
(246,236,250)
#F6EEFA
(246,238,250)
#F6F0FA
(246,240,250)
#F6F2FA
(246,242,250)
#F6F4FA
(246,244,250)
#F6F6FA
(246,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6E2FA color. Also use rgb(246,226,250) instead hex code.

Text Font Color

.myTextColor { color: #F6E2FA; }

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

This text font color is #F6E2FA.


Background Color

.myBgColor { background-color: #F6E2FA; }

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

This div background color is #F6E2FA.


Border color

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

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

This div border color is #F6E2FA.


Opacity

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

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

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

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

This text has shadow with #F6E2FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6E2FA on black background.


Color preview on white background

This text has color #F6E2FA on white background.



Black color preview on #F6E2FA background

This text has black color on #F6E2FA background.


White color preview on #F6E2FA background

This text has white color on #F6E2FA background.