COLOR #FBE6FE

HEX: #FBE6FE
RGB: (251,230,254)

Color info

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

RGB color model

#FBE6FE color RGB value is (251,230,254).

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

RGB channels and saturation

R 251 of 255 = 98%
G 230 of 255 = 90%
B 254 of 255 = 100%

251
230
254

R + G + B ~ 96%. #FBE6FE is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 230 + 254 = 735 (100%)
R 251 of 735 ~ 34.15%
G 230 of 735 ~ 31.29%
B 254 of 735 ~ 34.56%

%34.15
%31.29
%34.56

CMYK color model

#FBE6FE color CMYK value is (1,9,0,0).

  • cyan value is 1.18%
  • magenta value is 9.45%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(1,9,0,0)
C1M9Y0K0 
(1%,9%,0%,0%)
(0.01/0.09/0.00/0.00)	

CMYK percentages

%1.18
%9.45
%0
%0.39

Codes

Color #FBE6FE in popluar color models

FBE6FE
RGB251230254
HSL293°92.31%94.90%
HSB/HSV293°9.45%99.61%
CMYK1.18%9.45%0.00%
0.39%

Color #FBE6FE in popluar number systems.

HEXFBE6FE
Decimal251230254
Binary111110111110011011111110
Octal373346376

Shades and tints

Shades of #FBE6FE

#FBE6FE
(251,230,254)
#E5D2E7
(229,210,231)
#CFBED0
(207,190,208)
#B9AAB9
(185,170,185)
#A396A2
(163,150,162)
#8D828B
(141,130,139)
#776E74
(119,110,116)
#615A5D
(97,90,93)
#4B4646
(75,70,70)
#35322F
(53,50,47)
#1F1E18
(31,30,24)
#000000
(0,0,0)

Tints of #FBE6FE

#FBE6FE
(251,230,254)
#FBE8FE
(251,232,254)
#FBEAFE
(251,234,254)
#FBECFE
(251,236,254)
#FBEEFE
(251,238,254)
#FBF0FE
(251,240,254)
#FBF2FE
(251,242,254)
#FBF4FE
(251,244,254)
#FBF6FE
(251,246,254)
#FBF8FE
(251,248,254)
#FBFAFE
(251,250,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBE6FE; }

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

This text font color is #FBE6FE.


Background Color

.myBgColor { background-color: #FBE6FE; }

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

This div background color is #FBE6FE.


Border color

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

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

This div border color is #FBE6FE.


Opacity

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

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

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

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

This text has shadow with #FBE6FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBE6FE on black background.


Color preview on white background

This text has color #FBE6FE on white background.



Black color preview on #FBE6FE background

This text has black color on #FBE6FE background.


White color preview on #FBE6FE background

This text has white color on #FBE6FE background.