COLOR #F1AE95

HEX: #F1AE95
RGB: (241,174,149)

Color info

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

RGB color model

#F1AE95 color RGB value is (241,174,149).

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

RGB channels and saturation

R 241 of 255 = 95%
G 174 of 255 = 68%
B 149 of 255 = 58%

241
174
149

R + G + B ~ 74%. #F1AE95 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 174 + 149 = 564 (100%)
R 241 of 564 ~ 42.73%
G 174 of 564 ~ 30.85%
B 149 of 564 ~ 26.42%

%42.73
%30.85
%26.42

CMYK color model

#F1AE95 color CMYK value is (0,28,38,5).

  • cyan value is 0.00%
  • magenta value is 27.80%
  • yellow value is 38.17%
  • key color value is 5.49%
CMYK:
(0,28,38,5)
C0M28Y38K5 
(0%,28%,38%,5%)
(0.00/0.28/0.38/0.05)	

CMYK percentages

%0
%27.8
%38.17
%5.49

Codes

Color #F1AE95 in popluar color models

F1AE95
RGB241174149
HSL16°76.67%76.47%
HSB/HSV16°38.17%94.51%
CMYK0.00%27.80%38.17%
5.49%

Color #F1AE95 in popluar number systems.

HEXF1AE95
Decimal241174149
Binary111100011010111010010101
Octal361256225

Shades and tints

Shades of #F1AE95

#F1AE95
(241,174,149)
#DC9F88
(220,159,136)
#C7907B
(199,144,123)
#B2816E
(178,129,110)
#9D7261
(157,114,97)
#886354
(136,99,84)
#735447
(115,84,71)
#5E453A
(94,69,58)
#49362D
(73,54,45)
#342720
(52,39,32)
#1F1813
(31,24,19)
#000000
(0,0,0)

Tints of #F1AE95

#F1AE95
(241,174,149)
#F2B59E
(242,181,158)
#F3BCA7
(243,188,167)
#F4C3B0
(244,195,176)
#F5CAB9
(245,202,185)
#F6D1C2
(246,209,194)
#F7D8CB
(247,216,203)
#F8DFD4
(248,223,212)
#F9E6DD
(249,230,221)
#FAEDE6
(250,237,230)
#FBF4EF
(251,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1AE95; }

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

This text font color is #F1AE95.


Background Color

.myBgColor { background-color: #F1AE95; }

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

This div background color is #F1AE95.


Border color

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

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

This div border color is #F1AE95.


Opacity

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

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

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

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

This text has shadow with #F1AE95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1AE95 on black background.


Color preview on white background

This text has color #F1AE95 on white background.



Black color preview on #F1AE95 background

This text has black color on #F1AE95 background.


White color preview on #F1AE95 background

This text has white color on #F1AE95 background.