COLOR #F1A6C6

HEX: #F1A6C6 RGB: (241,166,198)

Color info

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

RGB color model

#F1A6C6 color RGB value is (241,166,198).

RGB: (241,166,198) (95%, 65%, 78%)

RGB channels and saturation

R 241 of 255 = 95%
G 166 of 255 = 65%
B 198 of 255 = 78%

241
166
198

R + G + B ~ 79%. #F1A6C6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 241 + 166 + 198 = 605 (100%)
R 241 of 605 ~ 39.83%
G 166 of 605 ~ 27.44%
B 198 of 605 ~ 32.73'%

%39.83
%27.44
%32.73

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 31.12%
  • yellow value is 17.84%
  • key color value is 5.49%

CMYK: (0,31,18,5)
C0M31Y18K5 (0%, 31%, 18%, 5%)
(0.00 / 0.31 / 0.18 / 0.05)

CMYK percentages

%0
%31.12
%17.84
%5.49

Codes

Color #F1A6C6 in popluar color models

F1 A6 C6
RGB 241 166 198
HSL 334° 72.82% 79.80%
HSB/HSV 334° 31.12% 94.51%
CMYK 0.00% 31.12% 17.84%
5.49%

Color #F1A6C6 in popluar number systems.

HEX F1 A6 C6
Decimal 241 166 198
Binary 11110001 10100110 11000110
Octal 361 246 306

Shades and tints

Shades of #F1A6C6

#F1A6C6
(241,166,198)
#DC97B4
(220,151,180)
#C788A2
(199,136,162)
#B27990
(178,121,144)
#9D6A7E
(157,106,126)
#885B6C
(136,91,108)
#734C5A
(115,76,90)
#5E3D48
(94,61,72)
#492E36
(73,46,54)
#341F24
(52,31,36)
#1F1012
(31,16,18)
#000000
(0,0,0)

Tints of #F1A6C6

#F1A6C6
(241,166,198)
#F2AECB
(242,174,203)
#F3B6D0
(243,182,208)
#F4BED5
(244,190,213)
#F5C6DA
(245,198,218)
#F6CEDF
(246,206,223)
#F7D6E4
(247,214,228)
#F8DEE9
(248,222,233)
#F9E6EE
(249,230,238)
#FAEEF3
(250,238,243)
#FBF6F8
(251,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1A6C6; }

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

This text font color is #F1A6C6.

Background Color

.myBgColor { background-color: #F1A6C6; }

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

This div background color is #F1A6C6.

Border color

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

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

This div border color is #F1A6C6.

Opacity

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

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

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

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

This text has shadow with #F1A6C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1A6C6.

Preview

Color preview on black background

This text has color #F1A6C6 on black background.


Color preview on white background

This text has color #F1A6C6 on white background.


Black color preview on #F1A6C6 background

This text has black color on #F1A6C6 background.


White color preview on #F1A6C6 background

This text has white color on #F1A6C6 background.


Related colors

Complementary color

Complementary color for #hex is #0E5939.


I love getcolorcode.com

Triadic colors

1 #C6F1A6 and #A6C6F1 with #F1A6C6 are triadic colors.

2 #C6A6F1 and #A6F1C6 with #F1A6C6 are triadic colors.