COLOR #FBEBEB

HEX: #FBEBEB
RGB: (251,235,235)

Color info

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

RGB color model

#FBEBEB color RGB value is (251,235,235).

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

RGB channels and saturation

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

251
235
235

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

Portions of RGB colors in percentages

R + G + B =
251 + 235 + 235 = 721 (100%)
R 251 of 721 ~ 34.81%
G 235 of 721 ~ 32.59%
B 235 of 721 ~ 32.59%

%34.81
%32.59
%32.59

CMYK color model

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

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

CMYK percentages

%0
%6.37
%6.37
%1.57

Codes

Color #FBEBEB in popluar color models

FBEBEB
RGB251235235
HSL66.67%95.29%
HSB/HSV6.37%98.43%
CMYK0.00%6.37%6.37%
1.57%

Color #FBEBEB in popluar number systems.

HEXFBEBEB
Decimal251235235
Binary111110111110101111101011
Octal373353353

Shades and tints

Shades of #FBEBEB

#FBEBEB
(251,235,235)
#E5D6D6
(229,214,214)
#CFC1C1
(207,193,193)
#B9ACAC
(185,172,172)
#A39797
(163,151,151)
#8D8282
(141,130,130)
#776D6D
(119,109,109)
#615858
(97,88,88)
#4B4343
(75,67,67)
#352E2E
(53,46,46)
#1F1919
(31,25,25)
#000000
(0,0,0)

Tints of #FBEBEB

#FBEBEB
(251,235,235)
#FBECEC
(251,236,236)
#FBEDED
(251,237,237)
#FBEEEE
(251,238,238)
#FBEFEF
(251,239,239)
#FBF0F0
(251,240,240)
#FBF1F1
(251,241,241)
#FBF2F2
(251,242,242)
#FBF3F3
(251,243,243)
#FBF4F4
(251,244,244)
#FBF5F5
(251,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBEBEB; }

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

This text font color is #FBEBEB.


Background Color

.myBgColor { background-color: #FBEBEB; }

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

This div background color is #FBEBEB.


Border color

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

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

This div border color is #FBEBEB.


Opacity

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

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

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

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

This text has shadow with #FBEBEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBEBEB on black background.


Color preview on white background

This text has color #FBEBEB on white background.



Black color preview on #FBEBEB background

This text has black color on #FBEBEB background.


White color preview on #FBEBEB background

This text has white color on #FBEBEB background.