COLOR #F1AEB1

HEX: #F1AEB1
RGB: (241,174,177)

Color info

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

RGB color model

#F1AEB1 color RGB value is (241,174,177).

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

RGB channels and saturation

R 241 of 255 = 95%
G 174 of 255 = 68%
B 177 of 255 = 69%

241
174
177

R + G + B ~ 77%. #F1AEB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 174 + 177 = 592 (100%)
R 241 of 592 ~ 40.71%
G 174 of 592 ~ 29.39%
B 177 of 592 ~ 29.9%

%40.71
%29.39
%29.9

CMYK color model

#F1AEB1 color CMYK value is (0,28,27,5).

  • cyan value is 0.00%
  • magenta value is 27.80%
  • yellow value is 26.56%
  • key color value is 5.49%
CMYK:
(0,28,27,5)
C0M28Y27K5 
(0%,28%,27%,5%)
(0.00/0.28/0.27/0.05)	

CMYK percentages

%0
%27.8
%26.56
%5.49

Codes

Color #F1AEB1 in popluar color models

F1AEB1
RGB241174177
HSL357°70.53%81.37%
HSB/HSV357°27.80%94.51%
CMYK0.00%27.80%26.56%
5.49%

Color #F1AEB1 in popluar number systems.

HEXF1AEB1
Decimal241174177
Binary111100011010111010110001
Octal361256261

Shades and tints

Shades of #F1AEB1

#F1AEB1
(241,174,177)
#DC9FA1
(220,159,161)
#C79091
(199,144,145)
#B28181
(178,129,129)
#9D7271
(157,114,113)
#886361
(136,99,97)
#735451
(115,84,81)
#5E4541
(94,69,65)
#493631
(73,54,49)
#342721
(52,39,33)
#1F1811
(31,24,17)
#000000
(0,0,0)

Tints of #F1AEB1

#F1AEB1
(241,174,177)
#F2B5B8
(242,181,184)
#F3BCBF
(243,188,191)
#F4C3C6
(244,195,198)
#F5CACD
(245,202,205)
#F6D1D4
(246,209,212)
#F7D8DB
(247,216,219)
#F8DFE2
(248,223,226)
#F9E6E9
(249,230,233)
#FAEDF0
(250,237,240)
#FBF4F7
(251,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1AEB1; }

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

This text font color is #F1AEB1.


Background Color

.myBgColor { background-color: #F1AEB1; }

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

This div background color is #F1AEB1.


Border color

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

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

This div border color is #F1AEB1.


Opacity

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

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

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

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

This text has shadow with #F1AEB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1AEB1 on black background.


Color preview on white background

This text has color #F1AEB1 on white background.



Black color preview on #F1AEB1 background

This text has black color on #F1AEB1 background.


White color preview on #F1AEB1 background

This text has white color on #F1AEB1 background.