COLOR #F5ACFA

HEX: #F5ACFA
RGB: (245,172,250)

Color info

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

RGB color model

#F5ACFA color RGB value is (245,172,250).

  • red value is 245;
  • green value is 172;
  • blue value is 250.
RGB:
(245,172,250)
(96%,67%,98%)

RGB channels and saturation

R 245 of 255 = 96%
G 172 of 255 = 67%
B 250 of 255 = 98%

245
172
250

R + G + B ~ 87%. #F5ACFA is light color.

Portions of RGB colors in percentages

R + G + B =
245 + 172 + 250 = 667 (100%)
R 245 of 667 ~ 36.73%
G 172 of 667 ~ 25.79%
B 250 of 667 ~ 37.48%

%36.73
%25.79
%37.48

CMYK color model

#F5ACFA color CMYK value is (2,31,0,2).

  • cyan value is 2.00%
  • magenta value is 31.20%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(2,31,0,2)
C2M31Y0K2 
(2%,31%,0%,2%)
(0.02/0.31/0.00/0.02)	

CMYK percentages

%2
%31.2
%0
%1.96

Codes

Color #F5ACFA in popluar color models

F5ACFA
RGB245172250
HSL296°88.64%82.75%
HSB/HSV296°31.20%98.04%
CMYK2.00%31.20%0.00%
1.96%

Color #F5ACFA in popluar number systems.

HEXF5ACFA
Decimal245172250
Binary111101011010110011111010
Octal365254372

Shades and tints

Shades of #F5ACFA

#F5ACFA
(245,172,250)
#DF9DE4
(223,157,228)
#C98ECE
(201,142,206)
#B37FB8
(179,127,184)
#9D70A2
(157,112,162)
#87618C
(135,97,140)
#715276
(113,82,118)
#5B4360
(91,67,96)
#45344A
(69,52,74)
#2F2534
(47,37,52)
#19161E
(25,22,30)
#000000
(0,0,0)

Tints of #F5ACFA

#F5ACFA
(245,172,250)
#F5B3FA
(245,179,250)
#F5BAFA
(245,186,250)
#F5C1FA
(245,193,250)
#F5C8FA
(245,200,250)
#F5CFFA
(245,207,250)
#F5D6FA
(245,214,250)
#F5DDFA
(245,221,250)
#F5E4FA
(245,228,250)
#F5EBFA
(245,235,250)
#F5F2FA
(245,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5ACFA color. Also use rgb(245,172,250) instead hex code.

Text Font Color

.myTextColor { color: #F5ACFA; }

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

This text font color is #F5ACFA.


Background Color

.myBgColor { background-color: #F5ACFA; }

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

This div background color is #F5ACFA.


Border color

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

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

This div border color is #F5ACFA.


Opacity

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

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

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

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

This text has shadow with #F5ACFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5ACFA on black background.


Color preview on white background

This text has color #F5ACFA on white background.



Black color preview on #F5ACFA background

This text has black color on #F5ACFA background.


White color preview on #F5ACFA background

This text has white color on #F5ACFA background.