COLOR #FBB1FA

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

251
177
250

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

Portions of RGB colors in percentages

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

%37.02
%26.11
%36.87

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 29.48%
  • yellow value is 0.40%
  • 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
%29.48
%0.4
%1.57

Codes

Color #FBB1FA in popluar color models

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

Color #FBB1FA in popluar number systems.

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

Shades and tints

Shades of #FBB1FA

#FBB1FA
(251,177,250)
#E5A1E4
(229,161,228)
#CF91CE
(207,145,206)
#B981B8
(185,129,184)
#A371A2
(163,113,162)
#8D618C
(141,97,140)
#775176
(119,81,118)
#614160
(97,65,96)
#4B314A
(75,49,74)
#352134
(53,33,52)
#1F111E
(31,17,30)
#000000
(0,0,0)

Tints of #FBB1FA

#FBB1FA
(251,177,250)
#FBB8FA
(251,184,250)
#FBBFFA
(251,191,250)
#FBC6FA
(251,198,250)
#FBCDFA
(251,205,250)
#FBD4FA
(251,212,250)
#FBDBFA
(251,219,250)
#FBE2FA
(251,226,250)
#FBE9FA
(251,233,250)
#FBF0FA
(251,240,250)
#FBF7FA
(251,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBB1FA; }

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

This text font color is #FBB1FA.

Background Color

.myBgColor { background-color: #FBB1FA; }

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

This div background color is #FBB1FA.

Border color

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

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

This div border color is #FBB1FA.

Opacity

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

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

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

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

This text has shadow with #FBB1FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBB1FA.

Preview

Color preview on black background

This text has color #FBB1FA on black background.


Color preview on white background

This text has color #FBB1FA on white background.


Black color preview on #FBB1FA background

This text has black color on #FBB1FA background.


White color preview on #FBB1FA background

This text has white color on #FBB1FA background.


Related colors

Complementary color

Complementary color for #hex is #044E05.


I love getcolorcode.com

Triadic colors

1 #FAFBB1 and #B1FAFB with #FBB1FA are triadic colors.

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