COLOR #F8A5E7

HEX: #F8A5E7
RGB: (248,165,231)

Color info

#F8A5E7 contains mainly red and blue colors. Web safe color of #F8A5E7 is #FF99FF (or #F9F).

RGB color model

#F8A5E7 color RGB value is (248,165,231).

  • red value is 248;
  • green value is 165;
  • blue value is 231.
RGB:
(248,165,231)
(97%,65%,91%)

RGB channels and saturation

R 248 of 255 = 97%
G 165 of 255 = 65%
B 231 of 255 = 91%

248
165
231

R + G + B ~ 84%. #F8A5E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 165 + 231 = 644 (100%)
R 248 of 644 ~ 38.51%
G 165 of 644 ~ 25.62%
B 231 of 644 ~ 35.87%

%38.51
%25.62
%35.87

CMYK color model

#F8A5E7 color CMYK value is (0,33,7,3).

  • cyan value is 0.00%
  • magenta value is 33.47%
  • yellow value is 6.85%
  • key color value is 2.75%
CMYK:
(0,33,7,3)
C0M33Y7K3 
(0%,33%,7%,3%)
(0.00/0.33/0.07/0.03)	

CMYK percentages

%0
%33.47
%6.85
%2.75

Codes

Color #F8A5E7 in popluar color models

F8A5E7
RGB248165231
HSL312°85.57%80.98%
HSB/HSV312°33.47%97.25%
CMYK0.00%33.47%6.85%
2.75%

Color #F8A5E7 in popluar number systems.

HEXF8A5E7
Decimal248165231
Binary111110001010010111100111
Octal370245347

Shades and tints

Shades of #F8A5E7

#F8A5E7
(248,165,231)
#E296D2
(226,150,210)
#CC87BD
(204,135,189)
#B678A8
(182,120,168)
#A06993
(160,105,147)
#8A5A7E
(138,90,126)
#744B69
(116,75,105)
#5E3C54
(94,60,84)
#482D3F
(72,45,63)
#321E2A
(50,30,42)
#1C0F15
(28,15,21)
#000000
(0,0,0)

Tints of #F8A5E7

#F8A5E7
(248,165,231)
#F8ADE9
(248,173,233)
#F8B5EB
(248,181,235)
#F8BDED
(248,189,237)
#F8C5EF
(248,197,239)
#F8CDF1
(248,205,241)
#F8D5F3
(248,213,243)
#F8DDF5
(248,221,245)
#F8E5F7
(248,229,247)
#F8EDF9
(248,237,249)
#F8F5FB
(248,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8A5E7 color. Also use rgb(248,165,231) instead hex code.

Text Font Color

.myTextColor { color: #F8A5E7; }

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

This text font color is #F8A5E7.


Background Color

.myBgColor { background-color: #F8A5E7; }

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

This div background color is #F8A5E7.


Border color

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

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

This div border color is #F8A5E7.


Opacity

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

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

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

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

This text has shadow with #F8A5E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8A5E7 on black background.


Color preview on white background

This text has color #F8A5E7 on white background.



Black color preview on #F8A5E7 background

This text has black color on #F8A5E7 background.


White color preview on #F8A5E7 background

This text has white color on #F8A5E7 background.