COLOR #F1A6E6

HEX: #F1A6E6
RGB: (241,166,230)

Color info

#F1A6E6 contains mainly red and blue colors. Web safe color of #F1A6E6 is #FF99CC (or #F9C).

RGB color model

#F1A6E6 color RGB value is (241,166,230).

  • red value is 241;
  • green value is 166;
  • blue value is 230.
RGB:
(241,166,230)
(95%,65%,90%)

RGB channels and saturation

R 241 of 255 = 95%
G 166 of 255 = 65%
B 230 of 255 = 90%

241
166
230

R + G + B ~ 83%. #F1A6E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 166 + 230 = 637 (100%)
R 241 of 637 ~ 37.83%
G 166 of 637 ~ 26.06%
B 230 of 637 ~ 36.11%

%37.83
%26.06
%36.11

CMYK color model

#F1A6E6 color CMYK value is (0,31,5,5).

  • cyan value is 0.00%
  • magenta value is 31.12%
  • yellow value is 4.56%
  • key color value is 5.49%
CMYK:
(0,31,5,5)
C0M31Y5K5 
(0%,31%,5%,5%)
(0.00/0.31/0.05/0.05)	

CMYK percentages

%0
%31.12
%4.56
%5.49

Codes

Color #F1A6E6 in popluar color models

F1A6E6
RGB241166230
HSL309°72.82%79.80%
HSB/HSV309°31.12%94.51%
CMYK0.00%31.12%4.56%
5.49%

Color #F1A6E6 in popluar number systems.

HEXF1A6E6
Decimal241166230
Binary111100011010011011100110
Octal361246346

Shades and tints

Shades of #F1A6E6

#F1A6E6
(241,166,230)
#DC97D2
(220,151,210)
#C788BE
(199,136,190)
#B279AA
(178,121,170)
#9D6A96
(157,106,150)
#885B82
(136,91,130)
#734C6E
(115,76,110)
#5E3D5A
(94,61,90)
#492E46
(73,46,70)
#341F32
(52,31,50)
#1F101E
(31,16,30)
#000000
(0,0,0)

Tints of #F1A6E6

#F1A6E6
(241,166,230)
#F2AEE8
(242,174,232)
#F3B6EA
(243,182,234)
#F4BEEC
(244,190,236)
#F5C6EE
(245,198,238)
#F6CEF0
(246,206,240)
#F7D6F2
(247,214,242)
#F8DEF4
(248,222,244)
#F9E6F6
(249,230,246)
#FAEEF8
(250,238,248)
#FBF6FA
(251,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1A6E6 color. Also use rgb(241,166,230) instead hex code.

Text Font Color

.myTextColor { color: #F1A6E6; }

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

This text font color is #F1A6E6.


Background Color

.myBgColor { background-color: #F1A6E6; }

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

This div background color is #F1A6E6.


Border color

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

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

This div border color is #F1A6E6.


Opacity

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

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

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

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

This text has shadow with #F1A6E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1A6E6 on black background.


Color preview on white background

This text has color #F1A6E6 on white background.



Black color preview on #F1A6E6 background

This text has black color on #F1A6E6 background.


White color preview on #F1A6E6 background

This text has white color on #F1A6E6 background.