COLOR #F7ABA2

HEX: #F7ABA2
RGB: (247,171,162)

Color info

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

RGB color model

#F7ABA2 color RGB value is (247,171,162).

  • red value is 247;
  • green value is 171;
  • blue value is 162.
RGB:
(247,171,162)
(97%,67%,64%)

RGB channels and saturation

R 247 of 255 = 97%
G 171 of 255 = 67%
B 162 of 255 = 64%

247
171
162

R + G + B ~ 76%. #F7ABA2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 171 + 162 = 580 (100%)
R 247 of 580 ~ 42.59%
G 171 of 580 ~ 29.48%
B 162 of 580 ~ 27.93%

%42.59
%29.48
%27.93

CMYK color model

#F7ABA2 color CMYK value is (0,31,34,3).

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 34.41%
  • key color value is 3.14%
CMYK:
(0,31,34,3)
C0M31Y34K3 
(0%,31%,34%,3%)
(0.00/0.31/0.34/0.03)	

CMYK percentages

%0
%30.77
%34.41
%3.14

Codes

Color #F7ABA2 in popluar color models

F7ABA2
RGB247171162
HSL84.16%80.20%
HSB/HSV34.41%96.86%
CMYK0.00%30.77%34.41%
3.14%

Color #F7ABA2 in popluar number systems.

HEXF7ABA2
Decimal247171162
Binary111101111010101110100010
Octal367253242

Shades and tints

Shades of #F7ABA2

#F7ABA2
(247,171,162)
#E19C94
(225,156,148)
#CB8D86
(203,141,134)
#B57E78
(181,126,120)
#9F6F6A
(159,111,106)
#89605C
(137,96,92)
#73514E
(115,81,78)
#5D4240
(93,66,64)
#473332
(71,51,50)
#312424
(49,36,36)
#1B1516
(27,21,22)
#000000
(0,0,0)

Tints of #F7ABA2

#F7ABA2
(247,171,162)
#F7B2AA
(247,178,170)
#F7B9B2
(247,185,178)
#F7C0BA
(247,192,186)
#F7C7C2
(247,199,194)
#F7CECA
(247,206,202)
#F7D5D2
(247,213,210)
#F7DCDA
(247,220,218)
#F7E3E2
(247,227,226)
#F7EAEA
(247,234,234)
#F7F1F2
(247,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7ABA2 color. Also use rgb(247,171,162) instead hex code.

Text Font Color

.myTextColor { color: #F7ABA2; }

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

This text font color is #F7ABA2.


Background Color

.myBgColor { background-color: #F7ABA2; }

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

This div background color is #F7ABA2.


Border color

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

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

This div border color is #F7ABA2.


Opacity

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

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

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

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

This text has shadow with #F7ABA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7ABA2 on black background.


Color preview on white background

This text has color #F7ABA2 on white background.



Black color preview on #F7ABA2 background

This text has black color on #F7ABA2 background.


White color preview on #F7ABA2 background

This text has white color on #F7ABA2 background.