COLOR #FBC9FB

HEX: #FBC9FB
RGB: (251,201,251)

Color info

#FBC9FB contains red, green and blue colors in about the same proportion. Web safe color of #FBC9FB is #FFCCFF (or #FCF).

RGB color model

#FBC9FB color RGB value is (251,201,251).

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

RGB channels and saturation

R 251 of 255 = 98%
G 201 of 255 = 79%
B 251 of 255 = 98%

251
201
251

R + G + B ~ 92%. #FBC9FB is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 201 + 251 = 703 (100%)
R 251 of 703 ~ 35.7%
G 201 of 703 ~ 28.59%
B 251 of 703 ~ 35.7%

%35.7
%28.59
%35.7

CMYK color model

#FBC9FB color CMYK value is (0,20,0,2).

  • cyan value is 0.00%
  • magenta value is 19.92%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(0,20,0,2)
C0M20Y0K2 
(0%,20%,0%,2%)
(0.00/0.20/0.00/0.02)	

CMYK percentages

%0
%19.92
%0
%1.57

Codes

Color #FBC9FB in popluar color models

FBC9FB
RGB251201251
HSL300°86.21%88.63%
HSB/HSV300°19.92%98.43%
CMYK0.00%19.92%0.00%
1.57%

Color #FBC9FB in popluar number systems.

HEXFBC9FB
Decimal251201251
Binary111110111100100111111011
Octal373311373

Shades and tints

Shades of #FBC9FB

#FBC9FB
(251,201,251)
#E5B7E5
(229,183,229)
#CFA5CF
(207,165,207)
#B993B9
(185,147,185)
#A381A3
(163,129,163)
#8D6F8D
(141,111,141)
#775D77
(119,93,119)
#614B61
(97,75,97)
#4B394B
(75,57,75)
#352735
(53,39,53)
#1F151F
(31,21,31)
#000000
(0,0,0)

Tints of #FBC9FB

#FBC9FB
(251,201,251)
#FBCDFB
(251,205,251)
#FBD1FB
(251,209,251)
#FBD5FB
(251,213,251)
#FBD9FB
(251,217,251)
#FBDDFB
(251,221,251)
#FBE1FB
(251,225,251)
#FBE5FB
(251,229,251)
#FBE9FB
(251,233,251)
#FBEDFB
(251,237,251)
#FBF1FB
(251,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBC9FB; }

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

This text font color is #FBC9FB.


Background Color

.myBgColor { background-color: #FBC9FB; }

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

This div background color is #FBC9FB.


Border color

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

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

This div border color is #FBC9FB.


Opacity

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

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

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

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

This text has shadow with #FBC9FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBC9FB on black background.


Color preview on white background

This text has color #FBC9FB on white background.



Black color preview on #FBC9FB background

This text has black color on #FBC9FB background.


White color preview on #FBC9FB background

This text has white color on #FBC9FB background.