COLOR #FBBEFC

HEX: #FBBEFC
RGB: (251,190,252)

Color info

#FBBEFC contains mainly red and blue colors. Web safe color of #FBBEFC is #FFCCFF (or #FCF).

RGB color model

#FBBEFC color RGB value is (251,190,252).

  • red value is 251;
  • green value is 190;
  • blue value is 252.
RGB:
(251,190,252)
(98%,75%,99%)

RGB channels and saturation

R 251 of 255 = 98%
G 190 of 255 = 75%
B 252 of 255 = 99%

251
190
252

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

Portions of RGB colors in percentages

R + G + B =
251 + 190 + 252 = 693 (100%)
R 251 of 693 ~ 36.22%
G 190 of 693 ~ 27.42%
B 252 of 693 ~ 36.36%

%36.22
%27.42
%36.36

CMYK color model

#FBBEFC color CMYK value is (0,25,0,1).

  • cyan value is 0.40%
  • magenta value is 24.60%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(0,25,0,1)
C0M25Y0K1 
(0%,25%,0%,1%)
(0.00/0.25/0.00/0.01)	

CMYK percentages

%0.4
%24.6
%0
%1.18

Codes

Color #FBBEFC in popluar color models

FBBEFC
RGB251190252
HSL299°91.18%86.67%
HSB/HSV299°24.60%98.82%
CMYK0.40%24.60%0.00%
1.18%

Color #FBBEFC in popluar number systems.

HEXFBBEFC
Decimal251190252
Binary111110111011111011111100
Octal373276374

Shades and tints

Shades of #FBBEFC

#FBBEFC
(251,190,252)
#E5ADE6
(229,173,230)
#CF9CD0
(207,156,208)
#B98BBA
(185,139,186)
#A37AA4
(163,122,164)
#8D698E
(141,105,142)
#775878
(119,88,120)
#614762
(97,71,98)
#4B364C
(75,54,76)
#352536
(53,37,54)
#1F1420
(31,20,32)
#000000
(0,0,0)

Tints of #FBBEFC

#FBBEFC
(251,190,252)
#FBC3FC
(251,195,252)
#FBC8FC
(251,200,252)
#FBCDFC
(251,205,252)
#FBD2FC
(251,210,252)
#FBD7FC
(251,215,252)
#FBDCFC
(251,220,252)
#FBE1FC
(251,225,252)
#FBE6FC
(251,230,252)
#FBEBFC
(251,235,252)
#FBF0FC
(251,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBBEFC; }

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

This text font color is #FBBEFC.


Background Color

.myBgColor { background-color: #FBBEFC; }

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

This div background color is #FBBEFC.


Border color

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

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

This div border color is #FBBEFC.


Opacity

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

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

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

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

This text has shadow with #FBBEFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBBEFC on black background.


Color preview on white background

This text has color #FBBEFC on white background.



Black color preview on #FBBEFC background

This text has black color on #FBBEFC background.


White color preview on #FBBEFC background

This text has white color on #FBBEFC background.