COLOR #FBE5F6

HEX: #FBE5F6
RGB: (251,229,246)

Color info

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

RGB color model

#FBE5F6 color RGB value is (251,229,246).

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

RGB channels and saturation

R 251 of 255 = 98%
G 229 of 255 = 90%
B 246 of 255 = 96%

251
229
246

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

Portions of RGB colors in percentages

R + G + B =
251 + 229 + 246 = 726 (100%)
R 251 of 726 ~ 34.57%
G 229 of 726 ~ 31.54%
B 246 of 726 ~ 33.88%

%34.57
%31.54
%33.88

CMYK color model

#FBE5F6 color CMYK value is (0,9,2,2).

  • cyan value is 0.00%
  • magenta value is 8.76%
  • yellow value is 1.99%
  • key color value is 1.57%
CMYK:
(0,9,2,2)
C0M9Y2K2 
(0%,9%,2%,2%)
(0.00/0.09/0.02/0.02)	

CMYK percentages

%0
%8.76
%1.99
%1.57

Codes

Color #FBE5F6 in popluar color models

FBE5F6
RGB251229246
HSL314°73.33%94.12%
HSB/HSV314°8.76%98.43%
CMYK0.00%8.76%1.99%
1.57%

Color #FBE5F6 in popluar number systems.

HEXFBE5F6
Decimal251229246
Binary111110111110010111110110
Octal373345366

Shades and tints

Shades of #FBE5F6

#FBE5F6
(251,229,246)
#E5D1E0
(229,209,224)
#CFBDCA
(207,189,202)
#B9A9B4
(185,169,180)
#A3959E
(163,149,158)
#8D8188
(141,129,136)
#776D72
(119,109,114)
#61595C
(97,89,92)
#4B4546
(75,69,70)
#353130
(53,49,48)
#1F1D1A
(31,29,26)
#000000
(0,0,0)

Tints of #FBE5F6

#FBE5F6
(251,229,246)
#FBE7F6
(251,231,246)
#FBE9F6
(251,233,246)
#FBEBF6
(251,235,246)
#FBEDF6
(251,237,246)
#FBEFF6
(251,239,246)
#FBF1F6
(251,241,246)
#FBF3F6
(251,243,246)
#FBF5F6
(251,245,246)
#FBF7F6
(251,247,246)
#FBF9F6
(251,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBE5F6; }

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

This text font color is #FBE5F6.


Background Color

.myBgColor { background-color: #FBE5F6; }

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

This div background color is #FBE5F6.


Border color

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

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

This div border color is #FBE5F6.


Opacity

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

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

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

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

This text has shadow with #FBE5F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBE5F6 on black background.


Color preview on white background

This text has color #FBE5F6 on white background.



Black color preview on #FBE5F6 background

This text has black color on #FBE5F6 background.


White color preview on #FBE5F6 background

This text has white color on #FBE5F6 background.