COLOR #F897A2

HEX: #F897A2
RGB: (248,151,162)

Color info

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

RGB color model

#F897A2 color RGB value is (248,151,162).

  • red value is 248;
  • green value is 151;
  • blue value is 162.
RGB:
(248,151,162)
(97%,59%,64%)

RGB channels and saturation

R 248 of 255 = 97%
G 151 of 255 = 59%
B 162 of 255 = 64%

248
151
162

R + G + B ~ 73%. #F897A2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 151 + 162 = 561 (100%)
R 248 of 561 ~ 44.21%
G 151 of 561 ~ 26.92%
B 162 of 561 ~ 28.88%

%44.21
%26.92
%28.88

CMYK color model

#F897A2 color CMYK value is (0,39,35,3).

  • cyan value is 0.00%
  • magenta value is 39.11%
  • yellow value is 34.68%
  • key color value is 2.75%
CMYK:
(0,39,35,3)
C0M39Y35K3 
(0%,39%,35%,3%)
(0.00/0.39/0.35/0.03)	

CMYK percentages

%0
%39.11
%34.68
%2.75

Codes

Color #F897A2 in popluar color models

F897A2
RGB248151162
HSL353°87.39%78.24%
HSB/HSV353°39.11%97.25%
CMYK0.00%39.11%34.68%
2.75%

Color #F897A2 in popluar number systems.

HEXF897A2
Decimal248151162
Binary111110001001011110100010
Octal370227242

Shades and tints

Shades of #F897A2

#F897A2
(248,151,162)
#E28A94
(226,138,148)
#CC7D86
(204,125,134)
#B67078
(182,112,120)
#A0636A
(160,99,106)
#8A565C
(138,86,92)
#74494E
(116,73,78)
#5E3C40
(94,60,64)
#482F32
(72,47,50)
#322224
(50,34,36)
#1C1516
(28,21,22)
#000000
(0,0,0)

Tints of #F897A2

#F897A2
(248,151,162)
#F8A0AA
(248,160,170)
#F8A9B2
(248,169,178)
#F8B2BA
(248,178,186)
#F8BBC2
(248,187,194)
#F8C4CA
(248,196,202)
#F8CDD2
(248,205,210)
#F8D6DA
(248,214,218)
#F8DFE2
(248,223,226)
#F8E8EA
(248,232,234)
#F8F1F2
(248,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F897A2 color. Also use rgb(248,151,162) instead hex code.

Text Font Color

.myTextColor { color: #F897A2; }

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

This text font color is #F897A2.


Background Color

.myBgColor { background-color: #F897A2; }

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

This div background color is #F897A2.


Border color

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

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

This div border color is #F897A2.


Opacity

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

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

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

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

This text has shadow with #F897A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F897A2 on black background.


Color preview on white background

This text has color #F897A2 on white background.



Black color preview on #F897A2 background

This text has black color on #F897A2 background.


White color preview on #F897A2 background

This text has white color on #F897A2 background.