COLOR #FBCBFE

HEX: #FBCBFE
RGB: (251,203,254)

Color info

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

RGB color model

#FBCBFE color RGB value is (251,203,254).

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

RGB channels and saturation

R 251 of 255 = 98%
G 203 of 255 = 80%
B 254 of 255 = 100%

251
203
254

R + G + B ~ 93%. #FBCBFE is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 203 + 254 = 708 (100%)
R 251 of 708 ~ 35.45%
G 203 of 708 ~ 28.67%
B 254 of 708 ~ 35.88%

%35.45
%28.67
%35.88

CMYK color model

#FBCBFE color CMYK value is (1,20,0,0).

  • cyan value is 1.18%
  • magenta value is 20.08%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(1,20,0,0)
C1M20Y0K0 
(1%,20%,0%,0%)
(0.01/0.20/0.00/0.00)	

CMYK percentages

%1.18
%20.08
%0
%0.39

Codes

Color #FBCBFE in popluar color models

FBCBFE
RGB251203254
HSL296°96.23%89.61%
HSB/HSV296°20.08%99.61%
CMYK1.18%20.08%0.00%
0.39%

Color #FBCBFE in popluar number systems.

HEXFBCBFE
Decimal251203254
Binary111110111100101111111110
Octal373313376

Shades and tints

Shades of #FBCBFE

#FBCBFE
(251,203,254)
#E5B9E7
(229,185,231)
#CFA7D0
(207,167,208)
#B995B9
(185,149,185)
#A383A2
(163,131,162)
#8D718B
(141,113,139)
#775F74
(119,95,116)
#614D5D
(97,77,93)
#4B3B46
(75,59,70)
#35292F
(53,41,47)
#1F1718
(31,23,24)
#000000
(0,0,0)

Tints of #FBCBFE

#FBCBFE
(251,203,254)
#FBCFFE
(251,207,254)
#FBD3FE
(251,211,254)
#FBD7FE
(251,215,254)
#FBDBFE
(251,219,254)
#FBDFFE
(251,223,254)
#FBE3FE
(251,227,254)
#FBE7FE
(251,231,254)
#FBEBFE
(251,235,254)
#FBEFFE
(251,239,254)
#FBF3FE
(251,243,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBCBFE; }

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

This text font color is #FBCBFE.


Background Color

.myBgColor { background-color: #FBCBFE; }

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

This div background color is #FBCBFE.


Border color

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

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

This div border color is #FBCBFE.


Opacity

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

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

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

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

This text has shadow with #FBCBFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBCBFE on black background.


Color preview on white background

This text has color #FBCBFE on white background.



Black color preview on #FBCBFE background

This text has black color on #FBCBFE background.


White color preview on #FBCBFE background

This text has white color on #FBCBFE background.