COLOR #FBADFB

HEX: #FBADFB
RGB: (251,173,251)

Color info

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

RGB color model

#FBADFB color RGB value is (251,173,251).

  • red value is 251;
  • green value is 173;
  • blue value is 251.
RGB:
(251,173,251)
(98%,68%,98%)

RGB channels and saturation

R 251 of 255 = 98%
G 173 of 255 = 68%
B 251 of 255 = 98%

251
173
251

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

Portions of RGB colors in percentages

R + G + B =
251 + 173 + 251 = 675 (100%)
R 251 of 675 ~ 37.19%
G 173 of 675 ~ 25.63%
B 251 of 675 ~ 37.19%

%37.19
%25.63
%37.19

CMYK color model

#FBADFB color CMYK value is (0,31,0,2).

  • cyan value is 0.00%
  • magenta value is 31.08%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(0,31,0,2)
C0M31Y0K2 
(0%,31%,0%,2%)
(0.00/0.31/0.00/0.02)	

CMYK percentages

%0
%31.08
%0
%1.57

Codes

Color #FBADFB in popluar color models

FBADFB
RGB251173251
HSL300°90.70%83.14%
HSB/HSV300°31.08%98.43%
CMYK0.00%31.08%0.00%
1.57%

Color #FBADFB in popluar number systems.

HEXFBADFB
Decimal251173251
Binary111110111010110111111011
Octal373255373

Shades and tints

Shades of #FBADFB

#FBADFB
(251,173,251)
#E59EE5
(229,158,229)
#CF8FCF
(207,143,207)
#B980B9
(185,128,185)
#A371A3
(163,113,163)
#8D628D
(141,98,141)
#775377
(119,83,119)
#614461
(97,68,97)
#4B354B
(75,53,75)
#352635
(53,38,53)
#1F171F
(31,23,31)
#000000
(0,0,0)

Tints of #FBADFB

#FBADFB
(251,173,251)
#FBB4FB
(251,180,251)
#FBBBFB
(251,187,251)
#FBC2FB
(251,194,251)
#FBC9FB
(251,201,251)
#FBD0FB
(251,208,251)
#FBD7FB
(251,215,251)
#FBDEFB
(251,222,251)
#FBE5FB
(251,229,251)
#FBECFB
(251,236,251)
#FBF3FB
(251,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBADFB; }

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

This text font color is #FBADFB.


Background Color

.myBgColor { background-color: #FBADFB; }

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

This div background color is #FBADFB.


Border color

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

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

This div border color is #FBADFB.


Opacity

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

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

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

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

This text has shadow with #FBADFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBADFB on black background.


Color preview on white background

This text has color #FBADFB on white background.



Black color preview on #FBADFB background

This text has black color on #FBADFB background.


White color preview on #FBADFB background

This text has white color on #FBADFB background.