COLOR #F4A4FA

HEX: #F4A4FA
RGB: (244,164,250)

Color info

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

RGB color model

#F4A4FA color RGB value is (244,164,250).

  • red value is 244;
  • green value is 164;
  • blue value is 250.
RGB:
(244,164,250)
(96%,64%,98%)

RGB channels and saturation

R 244 of 255 = 96%
G 164 of 255 = 64%
B 250 of 255 = 98%

244
164
250

R + G + B ~ 86%. #F4A4FA is light color.

Portions of RGB colors in percentages

R + G + B =
244 + 164 + 250 = 658 (100%)
R 244 of 658 ~ 37.08%
G 164 of 658 ~ 24.92%
B 250 of 658 ~ 37.99%

%37.08
%24.92
%37.99

CMYK color model

#F4A4FA color CMYK value is (2,34,0,2).

  • cyan value is 2.40%
  • magenta value is 34.40%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(2,34,0,2)
C2M34Y0K2 
(2%,34%,0%,2%)
(0.02/0.34/0.00/0.02)	

CMYK percentages

%2.4
%34.4
%0
%1.96

Codes

Color #F4A4FA in popluar color models

F4A4FA
RGB244164250
HSL296°89.58%81.18%
HSB/HSV296°34.40%98.04%
CMYK2.40%34.40%0.00%
1.96%

Color #F4A4FA in popluar number systems.

HEXF4A4FA
Decimal244164250
Binary111101001010010011111010
Octal364244372

Shades and tints

Shades of #F4A4FA

#F4A4FA
(244,164,250)
#DE96E4
(222,150,228)
#C888CE
(200,136,206)
#B27AB8
(178,122,184)
#9C6CA2
(156,108,162)
#865E8C
(134,94,140)
#705076
(112,80,118)
#5A4260
(90,66,96)
#44344A
(68,52,74)
#2E2634
(46,38,52)
#18181E
(24,24,30)
#000000
(0,0,0)

Tints of #F4A4FA

#F4A4FA
(244,164,250)
#F5ACFA
(245,172,250)
#F6B4FA
(246,180,250)
#F7BCFA
(247,188,250)
#F8C4FA
(248,196,250)
#F9CCFA
(249,204,250)
#FAD4FA
(250,212,250)
#FBDCFA
(251,220,250)
#FCE4FA
(252,228,250)
#FDECFA
(253,236,250)
#FEF4FA
(254,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4A4FA color. Also use rgb(244,164,250) instead hex code.

Text Font Color

.myTextColor { color: #F4A4FA; }

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

This text font color is #F4A4FA.


Background Color

.myBgColor { background-color: #F4A4FA; }

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

This div background color is #F4A4FA.


Border color

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

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

This div border color is #F4A4FA.


Opacity

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

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

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

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

This text has shadow with #F4A4FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4A4FA on black background.


Color preview on white background

This text has color #F4A4FA on white background.



Black color preview on #F4A4FA background

This text has black color on #F4A4FA background.


White color preview on #F4A4FA background

This text has white color on #F4A4FA background.