COLOR #FBC3FE

HEX: #FBC3FE
RGB: (251,195,254)

Color info

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

RGB color model

#FBC3FE color RGB value is (251,195,254).

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

RGB channels and saturation

R 251 of 255 = 98%
G 195 of 255 = 76%
B 254 of 255 = 100%

251
195
254

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

Portions of RGB colors in percentages

R + G + B =
251 + 195 + 254 = 700 (100%)
R 251 of 700 ~ 35.86%
G 195 of 700 ~ 27.86%
B 254 of 700 ~ 36.29%

%35.86
%27.86
%36.29

CMYK color model

#FBC3FE color CMYK value is (1,23,0,0).

  • cyan value is 1.18%
  • magenta value is 23.23%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(1,23,0,0)
C1M23Y0K0 
(1%,23%,0%,0%)
(0.01/0.23/0.00/0.00)	

CMYK percentages

%1.18
%23.23
%0
%0.39

Codes

Color #FBC3FE in popluar color models

FBC3FE
RGB251195254
HSL297°96.72%88.04%
HSB/HSV297°23.23%99.61%
CMYK1.18%23.23%0.00%
0.39%

Color #FBC3FE in popluar number systems.

HEXFBC3FE
Decimal251195254
Binary111110111100001111111110
Octal373303376

Shades and tints

Shades of #FBC3FE

#FBC3FE
(251,195,254)
#E5B2E7
(229,178,231)
#CFA1D0
(207,161,208)
#B990B9
(185,144,185)
#A37FA2
(163,127,162)
#8D6E8B
(141,110,139)
#775D74
(119,93,116)
#614C5D
(97,76,93)
#4B3B46
(75,59,70)
#352A2F
(53,42,47)
#1F1918
(31,25,24)
#000000
(0,0,0)

Tints of #FBC3FE

#FBC3FE
(251,195,254)
#FBC8FE
(251,200,254)
#FBCDFE
(251,205,254)
#FBD2FE
(251,210,254)
#FBD7FE
(251,215,254)
#FBDCFE
(251,220,254)
#FBE1FE
(251,225,254)
#FBE6FE
(251,230,254)
#FBEBFE
(251,235,254)
#FBF0FE
(251,240,254)
#FBF5FE
(251,245,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBC3FE; }

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

This text font color is #FBC3FE.


Background Color

.myBgColor { background-color: #FBC3FE; }

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

This div background color is #FBC3FE.


Border color

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

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

This div border color is #FBC3FE.


Opacity

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

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

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

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

This text has shadow with #FBC3FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBC3FE on black background.


Color preview on white background

This text has color #FBC3FE on white background.



Black color preview on #FBC3FE background

This text has black color on #FBC3FE background.


White color preview on #FBC3FE background

This text has white color on #FBC3FE background.