COLOR #F1AEA1

HEX: #F1AEA1
RGB: (241,174,161)

Color info

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

RGB color model

#F1AEA1 color RGB value is (241,174,161).

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

RGB channels and saturation

R 241 of 255 = 95%
G 174 of 255 = 68%
B 161 of 255 = 63%

241
174
161

R + G + B ~ 75%. #F1AEA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 174 + 161 = 576 (100%)
R 241 of 576 ~ 41.84%
G 174 of 576 ~ 30.21%
B 161 of 576 ~ 27.95%

%41.84
%30.21
%27.95

CMYK color model

#F1AEA1 color CMYK value is (0,28,33,5).

  • cyan value is 0.00%
  • magenta value is 27.80%
  • yellow value is 33.20%
  • key color value is 5.49%
CMYK:
(0,28,33,5)
C0M28Y33K5 
(0%,28%,33%,5%)
(0.00/0.28/0.33/0.05)	

CMYK percentages

%0
%27.8
%33.2
%5.49

Codes

Color #F1AEA1 in popluar color models

F1AEA1
RGB241174161
HSL10°74.07%78.82%
HSB/HSV10°33.20%94.51%
CMYK0.00%27.80%33.20%
5.49%

Color #F1AEA1 in popluar number systems.

HEXF1AEA1
Decimal241174161
Binary111100011010111010100001
Octal361256241

Shades and tints

Shades of #F1AEA1

#F1AEA1
(241,174,161)
#DC9F93
(220,159,147)
#C79085
(199,144,133)
#B28177
(178,129,119)
#9D7269
(157,114,105)
#88635B
(136,99,91)
#73544D
(115,84,77)
#5E453F
(94,69,63)
#493631
(73,54,49)
#342723
(52,39,35)
#1F1815
(31,24,21)
#000000
(0,0,0)

Tints of #F1AEA1

#F1AEA1
(241,174,161)
#F2B5A9
(242,181,169)
#F3BCB1
(243,188,177)
#F4C3B9
(244,195,185)
#F5CAC1
(245,202,193)
#F6D1C9
(246,209,201)
#F7D8D1
(247,216,209)
#F8DFD9
(248,223,217)
#F9E6E1
(249,230,225)
#FAEDE9
(250,237,233)
#FBF4F1
(251,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1AEA1; }

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

This text font color is #F1AEA1.


Background Color

.myBgColor { background-color: #F1AEA1; }

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

This div background color is #F1AEA1.


Border color

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

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

This div border color is #F1AEA1.


Opacity

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

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

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

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

This text has shadow with #F1AEA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1AEA1 on black background.


Color preview on white background

This text has color #F1AEA1 on white background.



Black color preview on #F1AEA1 background

This text has black color on #F1AEA1 background.


White color preview on #F1AEA1 background

This text has white color on #F1AEA1 background.