COLOR #FBEBE1

HEX: #FBEBE1
RGB: (251,235,225)

Color info

#FBEBE1 contains red, green and blue colors in about the same proportion. Web safe color of #FBEBE1 is #FFFFCC (or #FFC).

RGB color model

#FBEBE1 color RGB value is (251,235,225).

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

RGB channels and saturation

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

251
235
225

R + G + B ~ 93%. #FBEBE1 is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 235 + 225 = 711 (100%)
R 251 of 711 ~ 35.3%
G 235 of 711 ~ 33.05%
B 225 of 711 ~ 31.65%

%35.3
%33.05
%31.65

CMYK color model

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

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

CMYK percentages

%0
%6.37
%10.36
%1.57

Codes

Color #FBEBE1 in popluar color models

FBEBE1
RGB251235225
HSL23°76.47%93.33%
HSB/HSV23°10.36%98.43%
CMYK0.00%6.37%10.36%
1.57%

Color #FBEBE1 in popluar number systems.

HEXFBEBE1
Decimal251235225
Binary111110111110101111100001
Octal373353341

Shades and tints

Shades of #FBEBE1

#FBEBE1
(251,235,225)
#E5D6CD
(229,214,205)
#CFC1B9
(207,193,185)
#B9ACA5
(185,172,165)
#A39791
(163,151,145)
#8D827D
(141,130,125)
#776D69
(119,109,105)
#615855
(97,88,85)
#4B4341
(75,67,65)
#352E2D
(53,46,45)
#1F1919
(31,25,25)
#000000
(0,0,0)

Tints of #FBEBE1

#FBEBE1
(251,235,225)
#FBECE3
(251,236,227)
#FBEDE5
(251,237,229)
#FBEEE7
(251,238,231)
#FBEFE9
(251,239,233)
#FBF0EB
(251,240,235)
#FBF1ED
(251,241,237)
#FBF2EF
(251,242,239)
#FBF3F1
(251,243,241)
#FBF4F3
(251,244,243)
#FBF5F5
(251,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBEBE1; }

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

This text font color is #FBEBE1.


Background Color

.myBgColor { background-color: #FBEBE1; }

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

This div background color is #FBEBE1.


Border color

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

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

This div border color is #FBEBE1.


Opacity

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

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

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

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

This text has shadow with #FBEBE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBEBE1 on black background.


Color preview on white background

This text has color #FBEBE1 on white background.



Black color preview on #FBEBE1 background

This text has black color on #FBEBE1 background.


White color preview on #FBEBE1 background

This text has white color on #FBEBE1 background.