COLOR #FBA8F1

HEX: #FBA8F1
RGB: (251,168,241)

Color info

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

RGB color model

#FBA8F1 color RGB value is (251,168,241).

  • red value is 251;
  • green value is 168;
  • blue value is 241.
RGB:
(251,168,241)
(98%,66%,95%)

RGB channels and saturation

R 251 of 255 = 98%
G 168 of 255 = 66%
B 241 of 255 = 95%

251
168
241

R + G + B ~ 86%. #FBA8F1 is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 168 + 241 = 660 (100%)
R 251 of 660 ~ 38.03%
G 168 of 660 ~ 25.45%
B 241 of 660 ~ 36.52%

%38.03
%25.45
%36.52

CMYK color model

#FBA8F1 color CMYK value is (0,33,4,2).

  • cyan value is 0.00%
  • magenta value is 33.07%
  • yellow value is 3.98%
  • key color value is 1.57%
CMYK:
(0,33,4,2)
C0M33Y4K2 
(0%,33%,4%,2%)
(0.00/0.33/0.04/0.02)	

CMYK percentages

%0
%33.07
%3.98
%1.57

Codes

Color #FBA8F1 in popluar color models

FBA8F1
RGB251168241
HSL307°91.21%82.16%
HSB/HSV307°33.07%98.43%
CMYK0.00%33.07%3.98%
1.57%

Color #FBA8F1 in popluar number systems.

HEXFBA8F1
Decimal251168241
Binary111110111010100011110001
Octal373250361

Shades and tints

Shades of #FBA8F1

#FBA8F1
(251,168,241)
#E599DC
(229,153,220)
#CF8AC7
(207,138,199)
#B97BB2
(185,123,178)
#A36C9D
(163,108,157)
#8D5D88
(141,93,136)
#774E73
(119,78,115)
#613F5E
(97,63,94)
#4B3049
(75,48,73)
#352134
(53,33,52)
#1F121F
(31,18,31)
#000000
(0,0,0)

Tints of #FBA8F1

#FBA8F1
(251,168,241)
#FBAFF2
(251,175,242)
#FBB6F3
(251,182,243)
#FBBDF4
(251,189,244)
#FBC4F5
(251,196,245)
#FBCBF6
(251,203,246)
#FBD2F7
(251,210,247)
#FBD9F8
(251,217,248)
#FBE0F9
(251,224,249)
#FBE7FA
(251,231,250)
#FBEEFB
(251,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBA8F1 color. Also use rgb(251,168,241) instead hex code.

Text Font Color

.myTextColor { color: #FBA8F1; }

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

This text font color is #FBA8F1.


Background Color

.myBgColor { background-color: #FBA8F1; }

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

This div background color is #FBA8F1.


Border color

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

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

This div border color is #FBA8F1.


Opacity

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

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

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

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

This text has shadow with #FBA8F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBA8F1 on black background.


Color preview on white background

This text has color #FBA8F1 on white background.



Black color preview on #FBA8F1 background

This text has black color on #FBA8F1 background.


White color preview on #FBA8F1 background

This text has white color on #FBA8F1 background.