COLOR #FBEBF7

HEX: #FBEBF7 RGB: (251,235,247)

Color info

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

RGB color model

#FBEBF7 color RGB value is (251,235,247).

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

RGB channels and saturation

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

251
235
247

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

Portions of RGB colors in percentages

R + G + B = 251 + 235 + 247 = 733 (100%)
R 251 of 733 ~ 34.24%
G 235 of 733 ~ 32.06%
B 247 of 733 ~ 33.7'%

%34.24
%32.06
%33.7

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.37%
  • yellow value is 1.59%
  • 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.59
%1.57

Codes

Color #FBEBF7 in popluar color models

FB EB F7
RGB 251 235 247
HSL 315° 66.67% 95.29%
HSB/HSV 315° 6.37% 98.43%
CMYK 0.00% 6.37% 1.59%
1.57%

Color #FBEBF7 in popluar number systems.

HEX FB EB F7
Decimal 251 235 247
Binary 11111011 11101011 11110111
Octal 373 353 367

Shades and tints

Shades of #FBEBF7

#FBEBF7
(251,235,247)
#E5D6E1
(229,214,225)
#CFC1CB
(207,193,203)
#B9ACB5
(185,172,181)
#A3979F
(163,151,159)
#8D8289
(141,130,137)
#776D73
(119,109,115)
#61585D
(97,88,93)
#4B4347
(75,67,71)
#352E31
(53,46,49)
#1F191B
(31,25,27)
#000000
(0,0,0)

Tints of #FBEBF7

#FBEBF7
(251,235,247)
#FBECF7
(251,236,247)
#FBEDF7
(251,237,247)
#FBEEF7
(251,238,247)
#FBEFF7
(251,239,247)
#FBF0F7
(251,240,247)
#FBF1F7
(251,241,247)
#FBF2F7
(251,242,247)
#FBF3F7
(251,243,247)
#FBF4F7
(251,244,247)
#FBF5F7
(251,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBEBF7; }

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

This text font color is #FBEBF7.

Background Color

.myBgColor { background-color: #FBEBF7; }

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

This div background color is #FBEBF7.

Border color

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

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

This div border color is #FBEBF7.

Opacity

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

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

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

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

This text has shadow with #FBEBF7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBEBF7.

Preview

Color preview on black background

This text has color #FBEBF7 on black background.


Color preview on white background

This text has color #FBEBF7 on white background.


Black color preview on #FBEBF7 background

This text has black color on #FBEBF7 background.


White color preview on #FBEBF7 background

This text has white color on #FBEBF7 background.


Related colors

Complementary color

Complementary color for #hex is #041408.


I love getcolorcode.com

Triadic colors

1 #F7FBEB and #EBF7FB with #FBEBF7 are triadic colors.

2 #F7EBFB and #EBFBF7 with #FBEBF7 are triadic colors.