COLOR #FBC2FB

HEX: #FBC2FB
RGB: (251,194,251)

Color info

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

RGB color model

#FBC2FB color RGB value is (251,194,251).

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

RGB channels and saturation

R 251 of 255 = 98%
G 194 of 255 = 76%
B 251 of 255 = 98%

251
194
251

R + G + B ~ 91%. #FBC2FB is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 194 + 251 = 696 (100%)
R 251 of 696 ~ 36.06%
G 194 of 696 ~ 27.87%
B 251 of 696 ~ 36.06%

%36.06
%27.87
%36.06

CMYK color model

#FBC2FB color CMYK value is (0,23,0,2).

  • cyan value is 0.00%
  • magenta value is 22.71%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(0,23,0,2)
C0M23Y0K2 
(0%,23%,0%,2%)
(0.00/0.23/0.00/0.02)	

CMYK percentages

%0
%22.71
%0
%1.57

Codes

Color #FBC2FB in popluar color models

FBC2FB
RGB251194251
HSL300°87.69%87.25%
HSB/HSV300°22.71%98.43%
CMYK0.00%22.71%0.00%
1.57%

Color #FBC2FB in popluar number systems.

HEXFBC2FB
Decimal251194251
Binary111110111100001011111011
Octal373302373

Shades and tints

Shades of #FBC2FB

#FBC2FB
(251,194,251)
#E5B1E5
(229,177,229)
#CFA0CF
(207,160,207)
#B98FB9
(185,143,185)
#A37EA3
(163,126,163)
#8D6D8D
(141,109,141)
#775C77
(119,92,119)
#614B61
(97,75,97)
#4B3A4B
(75,58,75)
#352935
(53,41,53)
#1F181F
(31,24,31)
#000000
(0,0,0)

Tints of #FBC2FB

#FBC2FB
(251,194,251)
#FBC7FB
(251,199,251)
#FBCCFB
(251,204,251)
#FBD1FB
(251,209,251)
#FBD6FB
(251,214,251)
#FBDBFB
(251,219,251)
#FBE0FB
(251,224,251)
#FBE5FB
(251,229,251)
#FBEAFB
(251,234,251)
#FBEFFB
(251,239,251)
#FBF4FB
(251,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBC2FB; }

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

This text font color is #FBC2FB.


Background Color

.myBgColor { background-color: #FBC2FB; }

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

This div background color is #FBC2FB.


Border color

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

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

This div border color is #FBC2FB.


Opacity

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

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

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

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

This text has shadow with #FBC2FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBC2FB on black background.


Color preview on white background

This text has color #FBC2FB on white background.



Black color preview on #FBC2FB background

This text has black color on #FBC2FB background.


White color preview on #FBC2FB background

This text has white color on #FBC2FB background.