COLOR #F8A3F0

HEX: #F8A3F0 RGB: (248,163,240)

Color info

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

RGB color model

#F8A3F0 color RGB value is (248,163,240).

RGB: (248,163,240) (97%, 64%, 94%)

RGB channels and saturation

R 248 of 255 = 97%
G 163 of 255 = 64%
B 240 of 255 = 94%

248
163
240

R + G + B ~ 85%. #F8A3F0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 248 + 163 + 240 = 651 (100%)
R 248 of 651 ~ 38.1%
G 163 of 651 ~ 25.04%
B 240 of 651 ~ 36.87'%

%38.1
%25.04
%36.87

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 34.27%
  • yellow value is 3.23%
  • key color value is 2.75%

CMYK: (0,34,3,3)
C0M34Y3K3 (0%, 34%, 3%, 3%)
(0.00 / 0.34 / 0.03 / 0.03)

CMYK percentages

%0
%34.27
%3.23
%2.75

Codes

Color #F8A3F0 in popluar color models

F8 A3 F0
RGB 248 163 240
HSL 306° 85.86% 80.59%
HSB/HSV 306° 34.27% 97.25%
CMYK 0.00% 34.27% 3.23%
2.75%

Color #F8A3F0 in popluar number systems.

HEX F8 A3 F0
Decimal 248 163 240
Binary 11111000 10100011 11110000
Octal 370 243 360

Shades and tints

Shades of #F8A3F0

#F8A3F0
(248,163,240)
#E295DB
(226,149,219)
#CC87C6
(204,135,198)
#B679B1
(182,121,177)
#A06B9C
(160,107,156)
#8A5D87
(138,93,135)
#744F72
(116,79,114)
#5E415D
(94,65,93)
#483348
(72,51,72)
#322533
(50,37,51)
#1C171E
(28,23,30)
#000000
(0,0,0)

Tints of #F8A3F0

#F8A3F0
(248,163,240)
#F8ABF1
(248,171,241)
#F8B3F2
(248,179,242)
#F8BBF3
(248,187,243)
#F8C3F4
(248,195,244)
#F8CBF5
(248,203,245)
#F8D3F6
(248,211,246)
#F8DBF7
(248,219,247)
#F8E3F8
(248,227,248)
#F8EBF9
(248,235,249)
#F8F3FA
(248,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8A3F0; }

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

This text font color is #F8A3F0.

Background Color

.myBgColor { background-color: #F8A3F0; }

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

This div background color is #F8A3F0.

Border color

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

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

This div border color is #F8A3F0.

Opacity

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

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

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

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

This text has shadow with #F8A3F0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8A3F0.

Preview

Color preview on black background

This text has color #F8A3F0 on black background.


Color preview on white background

This text has color #F8A3F0 on white background.


Black color preview on #F8A3F0 background

This text has black color on #F8A3F0 background.


White color preview on #F8A3F0 background

This text has white color on #F8A3F0 background.


Related colors

Complementary color

Complementary color for #hex is #075C0F.


I love getcolorcode.com

Triadic colors

1 #F0F8A3 and #A3F0F8 with #F8A3F0 are triadic colors.

2 #F0A3F8 and #A3F8F0 with #F8A3F0 are triadic colors.