COLOR #FBEBF8

HEX: #FBEBF8 RGB: (251,235,248)

Color info

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

RGB color model

#FBEBF8 color RGB value is (251,235,248).

RGB: (251,235,248) (98%, 92%, 97%)

RGB channels and saturation

R 251 of 255 = 98%
G 235 of 255 = 92%
B 248 of 255 = 97%

251
235
248

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

Portions of RGB colors in percentages

R + G + B = 251 + 235 + 248 = 734 (100%)
R 251 of 734 ~ 34.2%
G 235 of 734 ~ 32.02%
B 248 of 734 ~ 33.79'%

%34.2
%32.02
%33.79

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.37%
  • yellow value is 1.20%
  • key color value is 1.57%
CMYK: (0,6,1,2) C0M6Y1K2 (0%,6%,1%,2%) (0.00/0.06/0.01/0.02) 

CMYK percentages

%0
%6.37
%1.2
%1.57

Codes

Color #FBEBF8 in popluar color models

FB EB F8
RGB 251 235 248
HSL 311° 66.67% 95.29%
HSB/HSV 311° 6.37% 98.43%
CMYK 0.00% 6.37% 1.20%
1.57%

Color #FBEBF8 in popluar number systems.

HEX FB EB F8
Decimal 251 235 248
Binary 11111011 11101011 11111000
Octal 373 353 370

Shades and tints

Shades of #FBEBF8

#FBEBF8
(251,235,248)
#E5D6E2
(229,214,226)
#CFC1CC
(207,193,204)
#B9ACB6
(185,172,182)
#A397A0
(163,151,160)
#8D828A
(141,130,138)
#776D74
(119,109,116)
#61585E
(97,88,94)
#4B4348
(75,67,72)
#352E32
(53,46,50)
#1F191C
(31,25,28)
#000000
(0,0,0)

Tints of #FBEBF8

#FBEBF8
(251,235,248)
#FBECF8
(251,236,248)
#FBEDF8
(251,237,248)
#FBEEF8
(251,238,248)
#FBEFF8
(251,239,248)
#FBF0F8
(251,240,248)
#FBF1F8
(251,241,248)
#FBF2F8
(251,242,248)
#FBF3F8
(251,243,248)
#FBF4F8
(251,244,248)
#FBF5F8
(251,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBEBF8; }

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

This text font color is #FBEBF8.

Background Color

.myBgColor { background-color: #FBEBF8; }

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

This div background color is #FBEBF8.

Border color

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

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

This div border color is #FBEBF8.

Opacity

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

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

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

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

This text has shadow with #FBEBF8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBEBF8.

Preview

Color preview on black background

This text has color #FBEBF8 on black background.


Color preview on white background

This text has color #FBEBF8 on white background.


Black color preview on #FBEBF8 background

This text has black color on #FBEBF8 background.


White color preview on #FBEBF8 background

This text has white color on #FBEBF8 background.


Related colors

Complementary color

Complementary color for #hex is #041407.


I love getcolorcode.com

Triadic colors

1 #F8FBEB and #EBF8FB with #FBEBF8 are triadic colors.

2 #F8EBFB and #EBFBF8 with #FBEBF8 are triadic colors.