COLOR #F8A2E3

HEX: #F8A2E3
RGB: (248,162,227)

Color info

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

RGB color model

#F8A2E3 color RGB value is (248,162,227).

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

RGB channels and saturation

R 248 of 255 = 97%
G 162 of 255 = 64%
B 227 of 255 = 89%

248
162
227

R + G + B ~ 83%. #F8A2E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 162 + 227 = 637 (100%)
R 248 of 637 ~ 38.93%
G 162 of 637 ~ 25.43%
B 227 of 637 ~ 35.64%

%38.93
%25.43
%35.64

CMYK color model

#F8A2E3 color CMYK value is (0,35,8,3).

  • cyan value is 0.00%
  • magenta value is 34.68%
  • yellow value is 8.47%
  • key color value is 2.75%
CMYK:
(0,35,8,3)
C0M35Y8K3 
(0%,35%,8%,3%)
(0.00/0.35/0.08/0.03)	

CMYK percentages

%0
%34.68
%8.47
%2.75

Codes

Color #F8A2E3 in popluar color models

F8A2E3
RGB248162227
HSL315°86.00%80.39%
HSB/HSV315°34.68%97.25%
CMYK0.00%34.68%8.47%
2.75%

Color #F8A2E3 in popluar number systems.

HEXF8A2E3
Decimal248162227
Binary111110001010001011100011
Octal370242343

Shades and tints

Shades of #F8A2E3

#F8A2E3
(248,162,227)
#E294CF
(226,148,207)
#CC86BB
(204,134,187)
#B678A7
(182,120,167)
#A06A93
(160,106,147)
#8A5C7F
(138,92,127)
#744E6B
(116,78,107)
#5E4057
(94,64,87)
#483243
(72,50,67)
#32242F
(50,36,47)
#1C161B
(28,22,27)
#000000
(0,0,0)

Tints of #F8A2E3

#F8A2E3
(248,162,227)
#F8AAE5
(248,170,229)
#F8B2E7
(248,178,231)
#F8BAE9
(248,186,233)
#F8C2EB
(248,194,235)
#F8CAED
(248,202,237)
#F8D2EF
(248,210,239)
#F8DAF1
(248,218,241)
#F8E2F3
(248,226,243)
#F8EAF5
(248,234,245)
#F8F2F7
(248,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8A2E3; }

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

This text font color is #F8A2E3.


Background Color

.myBgColor { background-color: #F8A2E3; }

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

This div background color is #F8A2E3.


Border color

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

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

This div border color is #F8A2E3.


Opacity

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

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

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

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

This text has shadow with #F8A2E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8A2E3 on black background.


Color preview on white background

This text has color #F8A2E3 on white background.



Black color preview on #F8A2E3 background

This text has black color on #F8A2E3 background.


White color preview on #F8A2E3 background

This text has white color on #F8A2E3 background.