COLOR #FBEBE3

HEX: #FBEBE3
RGB: (251,235,227)

Color info

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

RGB color model

#FBEBE3 color RGB value is (251,235,227).

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

RGB channels and saturation

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

251
235
227

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

Portions of RGB colors in percentages

R + G + B =
251 + 235 + 227 = 713 (100%)
R 251 of 713 ~ 35.2%
G 235 of 713 ~ 32.96%
B 227 of 713 ~ 31.84%

%35.2
%32.96
%31.84

CMYK color model

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

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

Codes

Color #FBEBE3 in popluar color models

FBEBE3
RGB251235227
HSL20°75.00%93.73%
HSB/HSV20°9.56%98.43%
CMYK0.00%6.37%9.56%
1.57%

Color #FBEBE3 in popluar number systems.

HEXFBEBE3
Decimal251235227
Binary111110111110101111100011
Octal373353343

Shades and tints

Shades of #FBEBE3

#FBEBE3
(251,235,227)
#E5D6CF
(229,214,207)
#CFC1BB
(207,193,187)
#B9ACA7
(185,172,167)
#A39793
(163,151,147)
#8D827F
(141,130,127)
#776D6B
(119,109,107)
#615857
(97,88,87)
#4B4343
(75,67,67)
#352E2F
(53,46,47)
#1F191B
(31,25,27)
#000000
(0,0,0)

Tints of #FBEBE3

#FBEBE3
(251,235,227)
#FBECE5
(251,236,229)
#FBEDE7
(251,237,231)
#FBEEE9
(251,238,233)
#FBEFEB
(251,239,235)
#FBF0ED
(251,240,237)
#FBF1EF
(251,241,239)
#FBF2F1
(251,242,241)
#FBF3F3
(251,243,243)
#FBF4F5
(251,244,245)
#FBF5F7
(251,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBEBE3; }

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

This text font color is #FBEBE3.


Background Color

.myBgColor { background-color: #FBEBE3; }

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

This div background color is #FBEBE3.


Border color

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

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

This div border color is #FBEBE3.


Opacity

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

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

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

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

This text has shadow with #FBEBE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBEBE3 on black background.


Color preview on white background

This text has color #FBEBE3 on white background.



Black color preview on #FBEBE3 background

This text has black color on #FBEBE3 background.


White color preview on #FBEBE3 background

This text has white color on #FBEBE3 background.