COLOR #FAA4F0

HEX: #FAA4F0 RGB: (250,164,240)

Color info

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

RGB color model

#FAA4F0 color RGB value is (250,164,240).

RGB: (250,164,240) (98%, 64%, 94%)

RGB channels and saturation

R 250 of 255 = 98%
G 164 of 255 = 64%
B 240 of 255 = 94%

250
164
240

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

Portions of RGB colors in percentages

R + G + B = 250 + 164 + 240 = 654 (100%)
R 250 of 654 ~ 38.23%
G 164 of 654 ~ 25.08%
B 240 of 654 ~ 36.7'%

%38.23
%25.08
%36.7

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 34.40%
  • yellow value is 4.00%
  • key color value is 1.96%

CMYK: (0,34,4,2)
C0M34Y4K2 (0%, 34%, 4%, 2%)
(0.00 / 0.34 / 0.04 / 0.02)

CMYK percentages

%0
%34.4
%4
%1.96

Codes

Color #FAA4F0 in popluar color models

FA A4 F0
RGB 250 164 240
HSL 307° 89.58% 81.18%
HSB/HSV 307° 34.40% 98.04%
CMYK 0.00% 34.40% 4.00%
1.96%

Color #FAA4F0 in popluar number systems.

HEX FA A4 F0
Decimal 250 164 240
Binary 11111010 10100100 11110000
Octal 372 244 360

Shades and tints

Shades of #FAA4F0

#FAA4F0
(250,164,240)
#E496DB
(228,150,219)
#CE88C6
(206,136,198)
#B87AB1
(184,122,177)
#A26C9C
(162,108,156)
#8C5E87
(140,94,135)
#765072
(118,80,114)
#60425D
(96,66,93)
#4A3448
(74,52,72)
#342633
(52,38,51)
#1E181E
(30,24,30)
#000000
(0,0,0)

Tints of #FAA4F0

#FAA4F0
(250,164,240)
#FAACF1
(250,172,241)
#FAB4F2
(250,180,242)
#FABCF3
(250,188,243)
#FAC4F4
(250,196,244)
#FACCF5
(250,204,245)
#FAD4F6
(250,212,246)
#FADCF7
(250,220,247)
#FAE4F8
(250,228,248)
#FAECF9
(250,236,249)
#FAF4FA
(250,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAA4F0; }

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

This text font color is #FAA4F0.

Background Color

.myBgColor { background-color: #FAA4F0; }

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

This div background color is #FAA4F0.

Border color

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

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

This div border color is #FAA4F0.

Opacity

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

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

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

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

This text has shadow with #FAA4F0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAA4F0.

Preview

Color preview on black background

This text has color #FAA4F0 on black background.


Color preview on white background

This text has color #FAA4F0 on white background.


Black color preview on #FAA4F0 background

This text has black color on #FAA4F0 background.


White color preview on #FAA4F0 background

This text has white color on #FAA4F0 background.


Related colors

Complementary color

Complementary color for #hex is #055B0F.


I love getcolorcode.com

Triadic colors

1 #F0FAA4 and #A4F0FA with #FAA4F0 are triadic colors.

2 #F0A4FA and #A4FAF0 with #FAA4F0 are triadic colors.