COLOR #F0A5A4

HEX: #F0A5A4
RGB: (240,165,164)

Color info

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

RGB color model

#F0A5A4 color RGB value is (240,165,164).

  • red value is 240;
  • green value is 165;
  • blue value is 164.
RGB:
(240,165,164)
(94%,65%,64%)

RGB channels and saturation

R 240 of 255 = 94%
G 165 of 255 = 65%
B 164 of 255 = 64%

240
165
164

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

Portions of RGB colors in percentages

R + G + B =
240 + 165 + 164 = 569 (100%)
R 240 of 569 ~ 42.18%
G 165 of 569 ~ 29%
B 164 of 569 ~ 28.82%

%42.18
%29
%28.82

CMYK color model

#F0A5A4 color CMYK value is (0,31,32,6).

  • cyan value is 0.00%
  • magenta value is 31.25%
  • yellow value is 31.67%
  • key color value is 5.88%
CMYK:
(0,31,32,6)
C0M31Y32K6 
(0%,31%,32%,6%)
(0.00/0.31/0.32/0.06)	

CMYK percentages

%0
%31.25
%31.67
%5.88

Codes

Color #F0A5A4 in popluar color models

F0A5A4
RGB240165164
HSL71.70%79.22%
HSB/HSV31.67%94.12%
CMYK0.00%31.25%31.67%
5.88%

Color #F0A5A4 in popluar number systems.

HEXF0A5A4
Decimal240165164
Binary111100001010010110100100
Octal360245244

Shades and tints

Shades of #F0A5A4

#F0A5A4
(240,165,164)
#DB9696
(219,150,150)
#C68788
(198,135,136)
#B1787A
(177,120,122)
#9C696C
(156,105,108)
#875A5E
(135,90,94)
#724B50
(114,75,80)
#5D3C42
(93,60,66)
#482D34
(72,45,52)
#331E26
(51,30,38)
#1E0F18
(30,15,24)
#000000
(0,0,0)

Tints of #F0A5A4

#F0A5A4
(240,165,164)
#F1ADAC
(241,173,172)
#F2B5B4
(242,181,180)
#F3BDBC
(243,189,188)
#F4C5C4
(244,197,196)
#F5CDCC
(245,205,204)
#F6D5D4
(246,213,212)
#F7DDDC
(247,221,220)
#F8E5E4
(248,229,228)
#F9EDEC
(249,237,236)
#FAF5F4
(250,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0A5A4 color. Also use rgb(240,165,164) instead hex code.

Text Font Color

.myTextColor { color: #F0A5A4; }

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

This text font color is #F0A5A4.


Background Color

.myBgColor { background-color: #F0A5A4; }

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

This div background color is #F0A5A4.


Border color

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

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

This div border color is #F0A5A4.


Opacity

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

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

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

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

This text has shadow with #F0A5A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0A5A4 on black background.


Color preview on white background

This text has color #F0A5A4 on white background.



Black color preview on #F0A5A4 background

This text has black color on #F0A5A4 background.


White color preview on #F0A5A4 background

This text has white color on #F0A5A4 background.