COLOR #FBE6BF

HEX: #FBE6BF
RGB: (251,230,191)

Color info

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

RGB color model

#FBE6BF color RGB value is (251,230,191).

  • red value is 251;
  • green value is 230;
  • blue value is 191.
RGB:
(251,230,191)
(98%,90%,75%)

RGB channels and saturation

R 251 of 255 = 98%
G 230 of 255 = 90%
B 191 of 255 = 75%

251
230
191

R + G + B ~ 88%. #FBE6BF is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 230 + 191 = 672 (100%)
R 251 of 672 ~ 37.35%
G 230 of 672 ~ 34.23%
B 191 of 672 ~ 28.42%

%37.35
%34.23
%28.42

CMYK color model

#FBE6BF color CMYK value is (0,8,24,2).

  • cyan value is 0.00%
  • magenta value is 8.37%
  • yellow value is 23.90%
  • key color value is 1.57%
CMYK:
(0,8,24,2)
C0M8Y24K2 
(0%,8%,24%,2%)
(0.00/0.08/0.24/0.02)	

CMYK percentages

%0
%8.37
%23.9
%1.57

Codes

Color #FBE6BF in popluar color models

FBE6BF
RGB251230191
HSL39°88.24%86.67%
HSB/HSV39°23.90%98.43%
CMYK0.00%8.37%23.90%
1.57%

Color #FBE6BF in popluar number systems.

HEXFBE6BF
Decimal251230191
Binary111110111110011010111111
Octal373346277

Shades and tints

Shades of #FBE6BF

#FBE6BF
(251,230,191)
#E5D2AE
(229,210,174)
#CFBE9D
(207,190,157)
#B9AA8C
(185,170,140)
#A3967B
(163,150,123)
#8D826A
(141,130,106)
#776E59
(119,110,89)
#615A48
(97,90,72)
#4B4637
(75,70,55)
#353226
(53,50,38)
#1F1E15
(31,30,21)
#000000
(0,0,0)

Tints of #FBE6BF

#FBE6BF
(251,230,191)
#FBE8C4
(251,232,196)
#FBEAC9
(251,234,201)
#FBECCE
(251,236,206)
#FBEED3
(251,238,211)
#FBF0D8
(251,240,216)
#FBF2DD
(251,242,221)
#FBF4E2
(251,244,226)
#FBF6E7
(251,246,231)
#FBF8EC
(251,248,236)
#FBFAF1
(251,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBE6BF; }

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

This text font color is #FBE6BF.


Background Color

.myBgColor { background-color: #FBE6BF; }

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

This div background color is #FBE6BF.


Border color

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

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

This div border color is #FBE6BF.


Opacity

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

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

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

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

This text has shadow with #FBE6BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBE6BF on black background.


Color preview on white background

This text has color #FBE6BF on white background.



Black color preview on #FBE6BF background

This text has black color on #FBE6BF background.


White color preview on #FBE6BF background

This text has white color on #FBE6BF background.