COLOR #FBFBEE

HEX: #FBFBEE
RGB: (251,251,238)

Color info

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

RGB color model

#FBFBEE color RGB value is (251,251,238).

  • red value is 251;
  • green value is 251;
  • blue value is 238.
RGB:
(251,251,238)
(98%,98%,93%)

RGB channels and saturation

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

251
251
238

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

Portions of RGB colors in percentages

R + G + B =
251 + 251 + 238 = 740 (100%)
R 251 of 740 ~ 33.92%
G 251 of 740 ~ 33.92%
B 238 of 740 ~ 32.16%

%33.92
%33.92
%32.16

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 5.18%
  • key color value is 1.57%
CMYK:
(0,0,5,2)
C0M0Y5K2 
(0%,0%,5%,2%)
(0.00/0.00/0.05/0.02)	

CMYK percentages

%0
%0
%5.18
%1.57

Codes

Color #FBFBEE in popluar color models

FBFBEE
RGB251251238
HSL60°61.90%95.88%
HSB/HSV60°5.18%98.43%
CMYK0.00%0.00%5.18%
1.57%

Color #FBFBEE in popluar number systems.

HEXFBFBEE
Decimal251251238
Binary111110111111101111101110
Octal373373356

Shades and tints

Shades of #FBFBEE

#FBFBEE
(251,251,238)
#E5E5D9
(229,229,217)
#CFCFC4
(207,207,196)
#B9B9AF
(185,185,175)
#A3A39A
(163,163,154)
#8D8D85
(141,141,133)
#777770
(119,119,112)
#61615B
(97,97,91)
#4B4B46
(75,75,70)
#353531
(53,53,49)
#1F1F1C
(31,31,28)
#000000
(0,0,0)

Tints of #FBFBEE

#FBFBEE
(251,251,238)
#FBFBEF
(251,251,239)
#FBFBF0
(251,251,240)
#FBFBF1
(251,251,241)
#FBFBF2
(251,251,242)
#FBFBF3
(251,251,243)
#FBFBF4
(251,251,244)
#FBFBF5
(251,251,245)
#FBFBF6
(251,251,246)
#FBFBF7
(251,251,247)
#FBFBF8
(251,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBFBEE; }

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

This text font color is #FBFBEE.


Background Color

.myBgColor { background-color: #FBFBEE; }

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

This div background color is #FBFBEE.


Border color

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

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

This div border color is #FBFBEE.


Opacity

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

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

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

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

This text has shadow with #FBFBEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBFBEE on black background.


Color preview on white background

This text has color #FBFBEE on white background.



Black color preview on #FBFBEE background

This text has black color on #FBFBEE background.


White color preview on #FBFBEE background

This text has white color on #FBFBEE background.