COLOR #FAB1FB

HEX: #FAB1FB RGB: (250,177,251)

Color info

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

RGB color model

#FAB1FB color RGB value is (250,177,251).

RGB: (250,177,251) (98%, 69%, 98%)

RGB channels and saturation

R 250 of 255 = 98%
G 177 of 255 = 69%
B 251 of 255 = 98%

250
177
251

R + G + B ~ 88%. #FAB1FB is light color.

Portions of RGB colors in percentages

R + G + B = 250 + 177 + 251 = 678 (100%)
R 250 of 678 ~ 36.87%
G 177 of 678 ~ 26.11%
B 251 of 678 ~ 37.02'%

%36.87
%26.11
%37.02

CMYK color model

#FAB1FB color CMYK value is (0,29,0,2).

  • cyan value is 0.40%
  • magenta value is 29.48%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK: (0,29,0,2) C0M29Y0K2 (0%,29%,0%,2%) (0.00/0.29/0.00/0.02) 

CMYK percentages

%0.4
%29.48
%0
%1.57

Codes

Color #FAB1FB in popluar color models

FA B1 FB
RGB 250 177 251
HSL 299° 90.24% 83.92%
HSB/HSV 299° 29.48% 98.43%
CMYK 0.40% 29.48% 0.00%
1.57%

Color #FAB1FB in popluar number systems.

HEX FA B1 FB
Decimal 250 177 251
Binary 11111010 10110001 11111011
Octal 372 261 373

Shades and tints

Shades of #FAB1FB

#FAB1FB
(250,177,251)
#E4A1E5
(228,161,229)
#CE91CF
(206,145,207)
#B881B9
(184,129,185)
#A271A3
(162,113,163)
#8C618D
(140,97,141)
#765177
(118,81,119)
#604161
(96,65,97)
#4A314B
(74,49,75)
#342135
(52,33,53)
#1E111F
(30,17,31)
#000000
(0,0,0)

Tints of #FAB1FB

#FAB1FB
(250,177,251)
#FAB8FB
(250,184,251)
#FABFFB
(250,191,251)
#FAC6FB
(250,198,251)
#FACDFB
(250,205,251)
#FAD4FB
(250,212,251)
#FADBFB
(250,219,251)
#FAE2FB
(250,226,251)
#FAE9FB
(250,233,251)
#FAF0FB
(250,240,251)
#FAF7FB
(250,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAB1FB color. Also use rgb(250,177,251) instead hex code.

Text Font Color

.myTextColor { color: #FAB1FB; }

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

This text font color is #FAB1FB.

Background Color

.myBgColor { background-color: #FAB1FB; }

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

This div background color is #FAB1FB.

Border color

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

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

This div border color is #FAB1FB.

Opacity

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

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

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

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

This text has shadow with #FAB1FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAB1FB.

Preview

Color preview on black background

This text has color #FAB1FB on black background.


Color preview on white background

This text has color #FAB1FB on white background.


Black color preview on #FAB1FB background

This text has black color on #FAB1FB background.


White color preview on #FAB1FB background

This text has white color on #FAB1FB background.


Related colors

Complementary color

Complementary color for #hex is #054E04.


I love getcolorcode.com

Triadic colors

1 #FBFAB1 and #B1FBFA with #FAB1FB are triadic colors.

2 #FBB1FA and #B1FAFB with #FAB1FB are triadic colors.