COLOR #F0A7A3

HEX: #F0A7A3
RGB: (240,167,163)

Color info

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

RGB color model

#F0A7A3 color RGB value is (240,167,163).

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

RGB channels and saturation

R 240 of 255 = 94%
G 167 of 255 = 65%
B 163 of 255 = 64%

240
167
163

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

Portions of RGB colors in percentages

R + G + B =
240 + 167 + 163 = 570 (100%)
R 240 of 570 ~ 42.11%
G 167 of 570 ~ 29.3%
B 163 of 570 ~ 28.6%

%42.11
%29.3
%28.6

CMYK color model

#F0A7A3 color CMYK value is (0,30,32,6).

  • cyan value is 0.00%
  • magenta value is 30.42%
  • yellow value is 32.08%
  • key color value is 5.88%
CMYK:
(0,30,32,6)
C0M30Y32K6 
(0%,30%,32%,6%)
(0.00/0.30/0.32/0.06)	

CMYK percentages

%0
%30.42
%32.08
%5.88

Codes

Color #F0A7A3 in popluar color models

F0A7A3
RGB240167163
HSL71.96%79.02%
HSB/HSV32.08%94.12%
CMYK0.00%30.42%32.08%
5.88%

Color #F0A7A3 in popluar number systems.

HEXF0A7A3
Decimal240167163
Binary111100001010011110100011
Octal360247243

Shades and tints

Shades of #F0A7A3

#F0A7A3
(240,167,163)
#DB9895
(219,152,149)
#C68987
(198,137,135)
#B17A79
(177,122,121)
#9C6B6B
(156,107,107)
#875C5D
(135,92,93)
#724D4F
(114,77,79)
#5D3E41
(93,62,65)
#482F33
(72,47,51)
#332025
(51,32,37)
#1E1117
(30,17,23)
#000000
(0,0,0)

Tints of #F0A7A3

#F0A7A3
(240,167,163)
#F1AFAB
(241,175,171)
#F2B7B3
(242,183,179)
#F3BFBB
(243,191,187)
#F4C7C3
(244,199,195)
#F5CFCB
(245,207,203)
#F6D7D3
(246,215,211)
#F7DFDB
(247,223,219)
#F8E7E3
(248,231,227)
#F9EFEB
(249,239,235)
#FAF7F3
(250,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0A7A3 color. Also use rgb(240,167,163) instead hex code.

Text Font Color

.myTextColor { color: #F0A7A3; }

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

This text font color is #F0A7A3.


Background Color

.myBgColor { background-color: #F0A7A3; }

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

This div background color is #F0A7A3.


Border color

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

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

This div border color is #F0A7A3.


Opacity

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

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

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

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

This text has shadow with #F0A7A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0A7A3 on black background.


Color preview on white background

This text has color #F0A7A3 on white background.



Black color preview on #F0A7A3 background

This text has black color on #F0A7A3 background.


White color preview on #F0A7A3 background

This text has white color on #F0A7A3 background.