COLOR #FBEBEE

HEX: #FBEBEE RGB: (251,235,238)

Color info

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

RGB color model

#FBEBEE color RGB value is (251,235,238).

RGB: (251,235,238) (98%, 92%, 93%)

RGB channels and saturation

R 251 of 255 = 98%
G 235 of 255 = 92%
B 238 of 255 = 93%

251
235
238

R + G + B ~ 94%. #FBEBEE is light color.

Portions of RGB colors in percentages

R + G + B = 251 + 235 + 238 = 724 (100%)
R 251 of 724 ~ 34.67%
G 235 of 724 ~ 32.46%
B 238 of 724 ~ 32.87'%

%34.67
%32.46
%32.87

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.37%
  • yellow value is 5.18%
  • key color value is 1.57%

CMYK: (0,6,5,2)
C0M6Y5K2 (0%, 6%, 5%, 2%)
(0.00 / 0.06 / 0.05 / 0.02)

CMYK percentages

%0
%6.37
%5.18
%1.57

Codes

Color #FBEBEE in popluar color models

FB EB EE
RGB 251 235 238
HSL 349° 66.67% 95.29%
HSB/HSV 349° 6.37% 98.43%
CMYK 0.00% 6.37% 5.18%
1.57%

Color #FBEBEE in popluar number systems.

HEX FB EB EE
Decimal 251 235 238
Binary 11111011 11101011 11101110
Octal 373 353 356

Shades and tints

Shades of #FBEBEE

#FBEBEE
(251,235,238)
#E5D6D9
(229,214,217)
#CFC1C4
(207,193,196)
#B9ACAF
(185,172,175)
#A3979A
(163,151,154)
#8D8285
(141,130,133)
#776D70
(119,109,112)
#61585B
(97,88,91)
#4B4346
(75,67,70)
#352E31
(53,46,49)
#1F191C
(31,25,28)
#000000
(0,0,0)

Tints of #FBEBEE

#FBEBEE
(251,235,238)
#FBECEF
(251,236,239)
#FBEDF0
(251,237,240)
#FBEEF1
(251,238,241)
#FBEFF2
(251,239,242)
#FBF0F3
(251,240,243)
#FBF1F4
(251,241,244)
#FBF2F5
(251,242,245)
#FBF3F6
(251,243,246)
#FBF4F7
(251,244,247)
#FBF5F8
(251,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBEBEE; }

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

This text font color is #FBEBEE.

Background Color

.myBgColor { background-color: #FBEBEE; }

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

This div background color is #FBEBEE.

Border color

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

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

This div border color is #FBEBEE.

Opacity

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

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

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

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

This text has shadow with #FBEBEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBEBEE.

Preview

Color preview on black background

This text has color #FBEBEE on black background.


Color preview on white background

This text has color #FBEBEE on white background.


Black color preview on #FBEBEE background

This text has black color on #FBEBEE background.


White color preview on #FBEBEE background

This text has white color on #FBEBEE background.


Related colors

Complementary color

Complementary color for #hex is #041411.


I love getcolorcode.com

Triadic colors

1 #EEFBEB and #EBEEFB with #FBEBEE are triadic colors.

2 #EEEBFB and #EBFBEE with #FBEBEE are triadic colors.