COLOR #F0AEB5

HEX: #F0AEB5
RGB: (240,174,181)

Color info

#F0AEB5 contains mainly red and blue colors. Web safe color of #F0AEB5 is #FF99CC (or #F9C).

RGB color model

#F0AEB5 color RGB value is (240,174,181).

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

RGB channels and saturation

R 240 of 255 = 94%
G 174 of 255 = 68%
B 181 of 255 = 71%

240
174
181

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

Portions of RGB colors in percentages

R + G + B =
240 + 174 + 181 = 595 (100%)
R 240 of 595 ~ 40.34%
G 174 of 595 ~ 29.24%
B 181 of 595 ~ 30.42%

%40.34
%29.24
%30.42

CMYK color model

#F0AEB5 color CMYK value is (0,28,25,6).

  • cyan value is 0.00%
  • magenta value is 27.50%
  • yellow value is 24.58%
  • key color value is 5.88%
CMYK:
(0,28,25,6)
C0M28Y25K6 
(0%,28%,25%,6%)
(0.00/0.28/0.25/0.06)	

CMYK percentages

%0
%27.5
%24.58
%5.88

Codes

Color #F0AEB5 in popluar color models

F0AEB5
RGB240174181
HSL354°68.75%81.18%
HSB/HSV354°27.50%94.12%
CMYK0.00%27.50%24.58%
5.88%

Color #F0AEB5 in popluar number systems.

HEXF0AEB5
Decimal240174181
Binary111100001010111010110101
Octal360256265

Shades and tints

Shades of #F0AEB5

#F0AEB5
(240,174,181)
#DB9FA5
(219,159,165)
#C69095
(198,144,149)
#B18185
(177,129,133)
#9C7275
(156,114,117)
#876365
(135,99,101)
#725455
(114,84,85)
#5D4545
(93,69,69)
#483635
(72,54,53)
#332725
(51,39,37)
#1E1815
(30,24,21)
#000000
(0,0,0)

Tints of #F0AEB5

#F0AEB5
(240,174,181)
#F1B5BB
(241,181,187)
#F2BCC1
(242,188,193)
#F3C3C7
(243,195,199)
#F4CACD
(244,202,205)
#F5D1D3
(245,209,211)
#F6D8D9
(246,216,217)
#F7DFDF
(247,223,223)
#F8E6E5
(248,230,229)
#F9EDEB
(249,237,235)
#FAF4F1
(250,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0AEB5; }

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

This text font color is #F0AEB5.


Background Color

.myBgColor { background-color: #F0AEB5; }

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

This div background color is #F0AEB5.


Border color

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

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

This div border color is #F0AEB5.


Opacity

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

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

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

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

This text has shadow with #F0AEB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0AEB5 on black background.


Color preview on white background

This text has color #F0AEB5 on white background.



Black color preview on #F0AEB5 background

This text has black color on #F0AEB5 background.


White color preview on #F0AEB5 background

This text has white color on #F0AEB5 background.