COLOR #FAB3FF

HEX: #FAB3FF
RGB: (250,179,255)

Color info

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

RGB color model

#FAB3FF color RGB value is (250,179,255).

  • red value is 250;
  • green value is 179;
  • blue value is 255.
RGB:
(250,179,255)
(98%,70%,100%)

RGB channels and saturation

R 250 of 255 = 98%
G 179 of 255 = 70%
B 255 of 255 = 100%

250
179
255

R + G + B ~ 89%. #FAB3FF is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 179 + 255 = 684 (100%)
R 250 of 684 ~ 36.55%
G 179 of 684 ~ 26.17%
B 255 of 684 ~ 37.28%

%36.55
%26.17
%37.28

CMYK color model

#FAB3FF color CMYK value is (2,30,0,0).

  • cyan value is 1.96%
  • magenta value is 29.80%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(2,30,0,0)
C2M30Y0K0 
(2%,30%,0%,0%)
(0.02/0.30/0.00/0.00)	

CMYK percentages

%1.96
%29.8
%0
%0

Codes

Color #FAB3FF in popluar color models

FAB3FF
RGB250179255
HSL296°100.00%85.10%
HSB/HSV296°29.80%100.00%
CMYK1.96%29.80%0.00%
0.00%

Color #FAB3FF in popluar number systems.

HEXFAB3FF
Decimal250179255
Binary111110101011001111111111
Octal372263377

Shades and tints

Shades of #FAB3FF

#FAB3FF
(250,179,255)
#E4A3E8
(228,163,232)
#CE93D1
(206,147,209)
#B883BA
(184,131,186)
#A273A3
(162,115,163)
#8C638C
(140,99,140)
#765375
(118,83,117)
#60435E
(96,67,94)
#4A3347
(74,51,71)
#342330
(52,35,48)
#1E1319
(30,19,25)
#000000
(0,0,0)

Tints of #FAB3FF

#FAB3FF
(250,179,255)
#FAB9FF
(250,185,255)
#FABFFF
(250,191,255)
#FAC5FF
(250,197,255)
#FACBFF
(250,203,255)
#FAD1FF
(250,209,255)
#FAD7FF
(250,215,255)
#FADDFF
(250,221,255)
#FAE3FF
(250,227,255)
#FAE9FF
(250,233,255)
#FAEFFF
(250,239,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAB3FF color. Also use rgb(250,179,255) instead hex code.

Text Font Color

.myTextColor { color: #FAB3FF; }

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

This text font color is #FAB3FF.


Background Color

.myBgColor { background-color: #FAB3FF; }

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

This div background color is #FAB3FF.


Border color

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

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

This div border color is #FAB3FF.


Opacity

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

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

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

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

This text has shadow with #FAB3FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAB3FF on black background.


Color preview on white background

This text has color #FAB3FF on white background.



Black color preview on #FAB3FF background

This text has black color on #FAB3FF background.


White color preview on #FAB3FF background

This text has white color on #FAB3FF background.