COLOR #F2A6FF

HEX: #F2A6FF
RGB: (242,166,255)

Color info

#F2A6FF contains mainly red and blue colors. Web safe color of #F2A6FF is #FF99FF (or #F9F).

RGB color model

#F2A6FF color RGB value is (242,166,255).

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

RGB channels and saturation

R 242 of 255 = 95%
G 166 of 255 = 65%
B 255 of 255 = 100%

242
166
255

R + G + B ~ 87%. #F2A6FF is light color.

Portions of RGB colors in percentages

R + G + B =
242 + 166 + 255 = 663 (100%)
R 242 of 663 ~ 36.5%
G 166 of 663 ~ 25.04%
B 255 of 663 ~ 38.46%

%36.5
%25.04
%38.46

CMYK color model

#F2A6FF color CMYK value is (5,35,0,0).

  • cyan value is 5.10%
  • magenta value is 34.90%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(5,35,0,0)
C5M35Y0K0 
(5%,35%,0%,0%)
(0.05/0.35/0.00/0.00)	

CMYK percentages

%5.1
%34.9
%0
%0

Codes

Color #F2A6FF in popluar color models

F2A6FF
RGB242166255
HSL291°100.00%82.55%
HSB/HSV291°34.90%100.00%
CMYK5.10%34.90%0.00%
0.00%

Color #F2A6FF in popluar number systems.

HEXF2A6FF
Decimal242166255
Binary111100101010011011111111
Octal362246377

Shades and tints

Shades of #F2A6FF

#F2A6FF
(242,166,255)
#DC97E8
(220,151,232)
#C688D1
(198,136,209)
#B079BA
(176,121,186)
#9A6AA3
(154,106,163)
#845B8C
(132,91,140)
#6E4C75
(110,76,117)
#583D5E
(88,61,94)
#422E47
(66,46,71)
#2C1F30
(44,31,48)
#161019
(22,16,25)
#000000
(0,0,0)

Tints of #F2A6FF

#F2A6FF
(242,166,255)
#F3AEFF
(243,174,255)
#F4B6FF
(244,182,255)
#F5BEFF
(245,190,255)
#F6C6FF
(246,198,255)
#F7CEFF
(247,206,255)
#F8D6FF
(248,214,255)
#F9DEFF
(249,222,255)
#FAE6FF
(250,230,255)
#FBEEFF
(251,238,255)
#FCF6FF
(252,246,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2A6FF; }

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

This text font color is #F2A6FF.


Background Color

.myBgColor { background-color: #F2A6FF; }

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

This div background color is #F2A6FF.


Border color

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

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

This div border color is #F2A6FF.


Opacity

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

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

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

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

This text has shadow with #F2A6FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2A6FF on black background.


Color preview on white background

This text has color #F2A6FF on white background.



Black color preview on #F2A6FF background

This text has black color on #F2A6FF background.


White color preview on #F2A6FF background

This text has white color on #F2A6FF background.