COLOR #FBEBF6

HEX: #FBEBF6
RGB: (251,235,246)

Color info

#FBEBF6 contains red, green and blue colors in about the same proportion. Web safe color of #FBEBF6 is #FFFFFF (or #FFF).

RGB color model

#FBEBF6 color RGB value is (251,235,246).

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

RGB channels and saturation

R 251 of 255 = 98%
G 235 of 255 = 92%
B 246 of 255 = 96%

251
235
246

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

Portions of RGB colors in percentages

R + G + B =
251 + 235 + 246 = 732 (100%)
R 251 of 732 ~ 34.29%
G 235 of 732 ~ 32.1%
B 246 of 732 ~ 33.61%

%34.29
%32.1
%33.61

CMYK color model

#FBEBF6 color CMYK value is (0,6,2,2).

  • cyan value is 0.00%
  • magenta value is 6.37%
  • yellow value is 1.99%
  • key color value is 1.57%
CMYK:
(0,6,2,2)
C0M6Y2K2 
(0%,6%,2%,2%)
(0.00/0.06/0.02/0.02)	

CMYK percentages

%0
%6.37
%1.99
%1.57

Codes

Color #FBEBF6 in popluar color models

FBEBF6
RGB251235246
HSL319°66.67%95.29%
HSB/HSV319°6.37%98.43%
CMYK0.00%6.37%1.99%
1.57%

Color #FBEBF6 in popluar number systems.

HEXFBEBF6
Decimal251235246
Binary111110111110101111110110
Octal373353366

Shades and tints

Shades of #FBEBF6

#FBEBF6
(251,235,246)
#E5D6E0
(229,214,224)
#CFC1CA
(207,193,202)
#B9ACB4
(185,172,180)
#A3979E
(163,151,158)
#8D8288
(141,130,136)
#776D72
(119,109,114)
#61585C
(97,88,92)
#4B4346
(75,67,70)
#352E30
(53,46,48)
#1F191A
(31,25,26)
#000000
(0,0,0)

Tints of #FBEBF6

#FBEBF6
(251,235,246)
#FBECF6
(251,236,246)
#FBEDF6
(251,237,246)
#FBEEF6
(251,238,246)
#FBEFF6
(251,239,246)
#FBF0F6
(251,240,246)
#FBF1F6
(251,241,246)
#FBF2F6
(251,242,246)
#FBF3F6
(251,243,246)
#FBF4F6
(251,244,246)
#FBF5F6
(251,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBEBF6; }

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

This text font color is #FBEBF6.


Background Color

.myBgColor { background-color: #FBEBF6; }

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

This div background color is #FBEBF6.


Border color

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

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

This div border color is #FBEBF6.


Opacity

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

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

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

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

This text has shadow with #FBEBF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBEBF6 on black background.


Color preview on white background

This text has color #FBEBF6 on white background.



Black color preview on #FBEBF6 background

This text has black color on #FBEBF6 background.


White color preview on #FBEBF6 background

This text has white color on #FBEBF6 background.