COLOR #F1AE92

HEX: #F1AE92
RGB: (241,174,146)

Color info

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

RGB color model

#F1AE92 color RGB value is (241,174,146).

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

RGB channels and saturation

R 241 of 255 = 95%
G 174 of 255 = 68%
B 146 of 255 = 57%

241
174
146

R + G + B ~ 73%. #F1AE92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 174 + 146 = 561 (100%)
R 241 of 561 ~ 42.96%
G 174 of 561 ~ 31.02%
B 146 of 561 ~ 26.02%

%42.96
%31.02
%26.02

CMYK color model

#F1AE92 color CMYK value is (0,28,39,5).

  • cyan value is 0.00%
  • magenta value is 27.80%
  • yellow value is 39.42%
  • key color value is 5.49%
CMYK:
(0,28,39,5)
C0M28Y39K5 
(0%,28%,39%,5%)
(0.00/0.28/0.39/0.05)	

CMYK percentages

%0
%27.8
%39.42
%5.49

Codes

Color #F1AE92 in popluar color models

F1AE92
RGB241174146
HSL18°77.24%75.88%
HSB/HSV18°39.42%94.51%
CMYK0.00%27.80%39.42%
5.49%

Color #F1AE92 in popluar number systems.

HEXF1AE92
Decimal241174146
Binary111100011010111010010010
Octal361256222

Shades and tints

Shades of #F1AE92

#F1AE92
(241,174,146)
#DC9F85
(220,159,133)
#C79078
(199,144,120)
#B2816B
(178,129,107)
#9D725E
(157,114,94)
#886351
(136,99,81)
#735444
(115,84,68)
#5E4537
(94,69,55)
#49362A
(73,54,42)
#34271D
(52,39,29)
#1F1810
(31,24,16)
#000000
(0,0,0)

Tints of #F1AE92

#F1AE92
(241,174,146)
#F2B59B
(242,181,155)
#F3BCA4
(243,188,164)
#F4C3AD
(244,195,173)
#F5CAB6
(245,202,182)
#F6D1BF
(246,209,191)
#F7D8C8
(247,216,200)
#F8DFD1
(248,223,209)
#F9E6DA
(249,230,218)
#FAEDE3
(250,237,227)
#FBF4EC
(251,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1AE92; }

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

This text font color is #F1AE92.


Background Color

.myBgColor { background-color: #F1AE92; }

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

This div background color is #F1AE92.


Border color

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

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

This div border color is #F1AE92.


Opacity

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

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

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

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

This text has shadow with #F1AE92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1AE92 on black background.


Color preview on white background

This text has color #F1AE92 on white background.



Black color preview on #F1AE92 background

This text has black color on #F1AE92 background.


White color preview on #F1AE92 background

This text has white color on #F1AE92 background.