COLOR #FAB4FC

HEX: #FAB4FC
RGB: (250,180,252)

Color info

#FAB4FC contains mainly red and blue colors. Web safe color of #FAB4FC is #FFCCFF (or #FCF).

RGB color model

#FAB4FC color RGB value is (250,180,252).

  • red value is 250;
  • green value is 180;
  • blue value is 252.
RGB:
(250,180,252)
(98%,71%,99%)

RGB channels and saturation

R 250 of 255 = 98%
G 180 of 255 = 71%
B 252 of 255 = 99%

250
180
252

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

Portions of RGB colors in percentages

R + G + B =
250 + 180 + 252 = 682 (100%)
R 250 of 682 ~ 36.66%
G 180 of 682 ~ 26.39%
B 252 of 682 ~ 36.95%

%36.66
%26.39
%36.95

CMYK color model

#FAB4FC color CMYK value is (1,29,0,1).

  • cyan value is 0.79%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(1,29,0,1)
C1M29Y0K1 
(1%,29%,0%,1%)
(0.01/0.29/0.00/0.01)	

CMYK percentages

%0.79
%28.57
%0
%1.18

Codes

Color #FAB4FC in popluar color models

FAB4FC
RGB250180252
HSL298°92.31%84.71%
HSB/HSV298°28.57%98.82%
CMYK0.79%28.57%0.00%
1.18%

Color #FAB4FC in popluar number systems.

HEXFAB4FC
Decimal250180252
Binary111110101011010011111100
Octal372264374

Shades and tints

Shades of #FAB4FC

#FAB4FC
(250,180,252)
#E4A4E6
(228,164,230)
#CE94D0
(206,148,208)
#B884BA
(184,132,186)
#A274A4
(162,116,164)
#8C648E
(140,100,142)
#765478
(118,84,120)
#604462
(96,68,98)
#4A344C
(74,52,76)
#342436
(52,36,54)
#1E1420
(30,20,32)
#000000
(0,0,0)

Tints of #FAB4FC

#FAB4FC
(250,180,252)
#FABAFC
(250,186,252)
#FAC0FC
(250,192,252)
#FAC6FC
(250,198,252)
#FACCFC
(250,204,252)
#FAD2FC
(250,210,252)
#FAD8FC
(250,216,252)
#FADEFC
(250,222,252)
#FAE4FC
(250,228,252)
#FAEAFC
(250,234,252)
#FAF0FC
(250,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAB4FC color. Also use rgb(250,180,252) instead hex code.

Text Font Color

.myTextColor { color: #FAB4FC; }

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

This text font color is #FAB4FC.


Background Color

.myBgColor { background-color: #FAB4FC; }

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

This div background color is #FAB4FC.


Border color

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

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

This div border color is #FAB4FC.


Opacity

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

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

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

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

This text has shadow with #FAB4FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAB4FC on black background.


Color preview on white background

This text has color #FAB4FC on white background.



Black color preview on #FAB4FC background

This text has black color on #FAB4FC background.


White color preview on #FAB4FC background

This text has white color on #FAB4FC background.