COLOR #FBE6FB

HEX: #FBE6FB
RGB: (251,230,251)

Color info

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

RGB color model

#FBE6FB color RGB value is (251,230,251).

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

RGB channels and saturation

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

251
230
251

R + G + B ~ 95%. #FBE6FB is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 230 + 251 = 732 (100%)
R 251 of 732 ~ 34.29%
G 230 of 732 ~ 31.42%
B 251 of 732 ~ 34.29%

%34.29
%31.42
%34.29

CMYK color model

#FBE6FB color CMYK value is (0,8,0,2).

  • cyan value is 0.00%
  • magenta value is 8.37%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(0,8,0,2)
C0M8Y0K2 
(0%,8%,0%,2%)
(0.00/0.08/0.00/0.02)	

CMYK percentages

%0
%8.37
%0
%1.57

Codes

Color #FBE6FB in popluar color models

FBE6FB
RGB251230251
HSL300°72.41%94.31%
HSB/HSV300°8.37%98.43%
CMYK0.00%8.37%0.00%
1.57%

Color #FBE6FB in popluar number systems.

HEXFBE6FB
Decimal251230251
Binary111110111110011011111011
Octal373346373

Shades and tints

Shades of #FBE6FB

#FBE6FB
(251,230,251)
#E5D2E5
(229,210,229)
#CFBECF
(207,190,207)
#B9AAB9
(185,170,185)
#A396A3
(163,150,163)
#8D828D
(141,130,141)
#776E77
(119,110,119)
#615A61
(97,90,97)
#4B464B
(75,70,75)
#353235
(53,50,53)
#1F1E1F
(31,30,31)
#000000
(0,0,0)

Tints of #FBE6FB

#FBE6FB
(251,230,251)
#FBE8FB
(251,232,251)
#FBEAFB
(251,234,251)
#FBECFB
(251,236,251)
#FBEEFB
(251,238,251)
#FBF0FB
(251,240,251)
#FBF2FB
(251,242,251)
#FBF4FB
(251,244,251)
#FBF6FB
(251,246,251)
#FBF8FB
(251,248,251)
#FBFAFB
(251,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBE6FB; }

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

This text font color is #FBE6FB.


Background Color

.myBgColor { background-color: #FBE6FB; }

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

This div background color is #FBE6FB.


Border color

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

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

This div border color is #FBE6FB.


Opacity

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

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

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

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

This text has shadow with #FBE6FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBE6FB on black background.


Color preview on white background

This text has color #FBE6FB on white background.



Black color preview on #FBE6FB background

This text has black color on #FBE6FB background.


White color preview on #FBE6FB background

This text has white color on #FBE6FB background.