COLOR #FBE3BE

HEX: #FBE3BE
RGB: (251,227,190)

Color info

#FBE3BE contains mainly red and green colors. Web safe color of #FBE3BE is #FFCCCC (or #FCC).

RGB color model

#FBE3BE color RGB value is (251,227,190).

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

RGB channels and saturation

R 251 of 255 = 98%
G 227 of 255 = 89%
B 190 of 255 = 75%

251
227
190

R + G + B ~ 87%. #FBE3BE is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 227 + 190 = 668 (100%)
R 251 of 668 ~ 37.57%
G 227 of 668 ~ 33.98%
B 190 of 668 ~ 28.44%

%37.57
%33.98
%28.44

CMYK color model

#FBE3BE color CMYK value is (0,10,24,2).

  • cyan value is 0.00%
  • magenta value is 9.56%
  • yellow value is 24.30%
  • key color value is 1.57%
CMYK:
(0,10,24,2)
C0M10Y24K2 
(0%,10%,24%,2%)
(0.00/0.10/0.24/0.02)	

CMYK percentages

%0
%9.56
%24.3
%1.57

Codes

Color #FBE3BE in popluar color models

FBE3BE
RGB251227190
HSL36°88.41%86.47%
HSB/HSV36°24.30%98.43%
CMYK0.00%9.56%24.30%
1.57%

Color #FBE3BE in popluar number systems.

HEXFBE3BE
Decimal251227190
Binary111110111110001110111110
Octal373343276

Shades and tints

Shades of #FBE3BE

#FBE3BE
(251,227,190)
#E5CFAD
(229,207,173)
#CFBB9C
(207,187,156)
#B9A78B
(185,167,139)
#A3937A
(163,147,122)
#8D7F69
(141,127,105)
#776B58
(119,107,88)
#615747
(97,87,71)
#4B4336
(75,67,54)
#352F25
(53,47,37)
#1F1B14
(31,27,20)
#000000
(0,0,0)

Tints of #FBE3BE

#FBE3BE
(251,227,190)
#FBE5C3
(251,229,195)
#FBE7C8
(251,231,200)
#FBE9CD
(251,233,205)
#FBEBD2
(251,235,210)
#FBEDD7
(251,237,215)
#FBEFDC
(251,239,220)
#FBF1E1
(251,241,225)
#FBF3E6
(251,243,230)
#FBF5EB
(251,245,235)
#FBF7F0
(251,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBE3BE; }

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

This text font color is #FBE3BE.


Background Color

.myBgColor { background-color: #FBE3BE; }

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

This div background color is #FBE3BE.


Border color

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

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

This div border color is #FBE3BE.


Opacity

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

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

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

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

This text has shadow with #FBE3BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBE3BE on black background.


Color preview on white background

This text has color #FBE3BE on white background.



Black color preview on #FBE3BE background

This text has black color on #FBE3BE background.


White color preview on #FBE3BE background

This text has white color on #FBE3BE background.