COLOR #F1A6AE

HEX: #F1A6AE
RGB: (241,166,174)

Color info

#F1A6AE contains mainly red color. Web safe color of #F1A6AE is #FF9999 (or #F99).

RGB color model

#F1A6AE color RGB value is (241,166,174).

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

RGB channels and saturation

R 241 of 255 = 95%
G 166 of 255 = 65%
B 174 of 255 = 68%

241
166
174

R + G + B ~ 76%. #F1A6AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 166 + 174 = 581 (100%)
R 241 of 581 ~ 41.48%
G 166 of 581 ~ 28.57%
B 174 of 581 ~ 29.95%

%41.48
%28.57
%29.95

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 31.12%
  • yellow value is 27.80%
  • key color value is 5.49%
CMYK:
(0,31,28,5)
C0M31Y28K5 
(0%,31%,28%,5%)
(0.00/0.31/0.28/0.05)	

CMYK percentages

%0
%31.12
%27.8
%5.49

Codes

Color #F1A6AE in popluar color models

F1A6AE
RGB241166174
HSL354°72.82%79.80%
HSB/HSV354°31.12%94.51%
CMYK0.00%31.12%27.80%
5.49%

Color #F1A6AE in popluar number systems.

HEXF1A6AE
Decimal241166174
Binary111100011010011010101110
Octal361246256

Shades and tints

Shades of #F1A6AE

#F1A6AE
(241,166,174)
#DC979F
(220,151,159)
#C78890
(199,136,144)
#B27981
(178,121,129)
#9D6A72
(157,106,114)
#885B63
(136,91,99)
#734C54
(115,76,84)
#5E3D45
(94,61,69)
#492E36
(73,46,54)
#341F27
(52,31,39)
#1F1018
(31,16,24)
#000000
(0,0,0)

Tints of #F1A6AE

#F1A6AE
(241,166,174)
#F2AEB5
(242,174,181)
#F3B6BC
(243,182,188)
#F4BEC3
(244,190,195)
#F5C6CA
(245,198,202)
#F6CED1
(246,206,209)
#F7D6D8
(247,214,216)
#F8DEDF
(248,222,223)
#F9E6E6
(249,230,230)
#FAEEED
(250,238,237)
#FBF6F4
(251,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1A6AE; }

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

This text font color is #F1A6AE.


Background Color

.myBgColor { background-color: #F1A6AE; }

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

This div background color is #F1A6AE.


Border color

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

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

This div border color is #F1A6AE.


Opacity

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

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

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

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

This text has shadow with #F1A6AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1A6AE on black background.


Color preview on white background

This text has color #F1A6AE on white background.



Black color preview on #F1A6AE background

This text has black color on #F1A6AE background.


White color preview on #F1A6AE background

This text has white color on #F1A6AE background.