COLOR #F1AEB5

HEX: #F1AEB5
RGB: (241,174,181)

Color info

#F1AEB5 contains mainly red color. Web safe color of #F1AEB5 is #FF99CC (or #F9C).

RGB color model

#F1AEB5 color RGB value is (241,174,181).

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

RGB channels and saturation

R 241 of 255 = 95%
G 174 of 255 = 68%
B 181 of 255 = 71%

241
174
181

R + G + B ~ 78%. #F1AEB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 174 + 181 = 596 (100%)
R 241 of 596 ~ 40.44%
G 174 of 596 ~ 29.19%
B 181 of 596 ~ 30.37%

%40.44
%29.19
%30.37

CMYK color model

#F1AEB5 color CMYK value is (0,28,25,5).

  • cyan value is 0.00%
  • magenta value is 27.80%
  • yellow value is 24.90%
  • key color value is 5.49%
CMYK:
(0,28,25,5)
C0M28Y25K5 
(0%,28%,25%,5%)
(0.00/0.28/0.25/0.05)	

CMYK percentages

%0
%27.8
%24.9
%5.49

Codes

Color #F1AEB5 in popluar color models

F1AEB5
RGB241174181
HSL354°70.53%81.37%
HSB/HSV354°27.80%94.51%
CMYK0.00%27.80%24.90%
5.49%

Color #F1AEB5 in popluar number systems.

HEXF1AEB5
Decimal241174181
Binary111100011010111010110101
Octal361256265

Shades and tints

Shades of #F1AEB5

#F1AEB5
(241,174,181)
#DC9FA5
(220,159,165)
#C79095
(199,144,149)
#B28185
(178,129,133)
#9D7275
(157,114,117)
#886365
(136,99,101)
#735455
(115,84,85)
#5E4545
(94,69,69)
#493635
(73,54,53)
#342725
(52,39,37)
#1F1815
(31,24,21)
#000000
(0,0,0)

Tints of #F1AEB5

#F1AEB5
(241,174,181)
#F2B5BB
(242,181,187)
#F3BCC1
(243,188,193)
#F4C3C7
(244,195,199)
#F5CACD
(245,202,205)
#F6D1D3
(246,209,211)
#F7D8D9
(247,216,217)
#F8DFDF
(248,223,223)
#F9E6E5
(249,230,229)
#FAEDEB
(250,237,235)
#FBF4F1
(251,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1AEB5; }

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

This text font color is #F1AEB5.


Background Color

.myBgColor { background-color: #F1AEB5; }

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

This div background color is #F1AEB5.


Border color

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

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

This div border color is #F1AEB5.


Opacity

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

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

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

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

This text has shadow with #F1AEB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1AEB5 on black background.


Color preview on white background

This text has color #F1AEB5 on white background.



Black color preview on #F1AEB5 background

This text has black color on #F1AEB5 background.


White color preview on #F1AEB5 background

This text has white color on #F1AEB5 background.