COLOR #FBE6E1

HEX: #FBE6E1
RGB: (251,230,225)

Color info

#FBE6E1 contains red, green and blue colors in about the same proportion. Web safe color of #FBE6E1 is #FFCCCC (or #FCC).

RGB color model

#FBE6E1 color RGB value is (251,230,225).

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

RGB channels and saturation

R 251 of 255 = 98%
G 230 of 255 = 90%
B 225 of 255 = 88%

251
230
225

R + G + B ~ 92%. #FBE6E1 is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 230 + 225 = 706 (100%)
R 251 of 706 ~ 35.55%
G 230 of 706 ~ 32.58%
B 225 of 706 ~ 31.87%

%35.55
%32.58
%31.87

CMYK color model

#FBE6E1 color CMYK value is (0,8,10,2).

  • cyan value is 0.00%
  • magenta value is 8.37%
  • yellow value is 10.36%
  • key color value is 1.57%
CMYK:
(0,8,10,2)
C0M8Y10K2 
(0%,8%,10%,2%)
(0.00/0.08/0.10/0.02)	

CMYK percentages

%0
%8.37
%10.36
%1.57

Codes

Color #FBE6E1 in popluar color models

FBE6E1
RGB251230225
HSL12°76.47%93.33%
HSB/HSV12°10.36%98.43%
CMYK0.00%8.37%10.36%
1.57%

Color #FBE6E1 in popluar number systems.

HEXFBE6E1
Decimal251230225
Binary111110111110011011100001
Octal373346341

Shades and tints

Shades of #FBE6E1

#FBE6E1
(251,230,225)
#E5D2CD
(229,210,205)
#CFBEB9
(207,190,185)
#B9AAA5
(185,170,165)
#A39691
(163,150,145)
#8D827D
(141,130,125)
#776E69
(119,110,105)
#615A55
(97,90,85)
#4B4641
(75,70,65)
#35322D
(53,50,45)
#1F1E19
(31,30,25)
#000000
(0,0,0)

Tints of #FBE6E1

#FBE6E1
(251,230,225)
#FBE8E3
(251,232,227)
#FBEAE5
(251,234,229)
#FBECE7
(251,236,231)
#FBEEE9
(251,238,233)
#FBF0EB
(251,240,235)
#FBF2ED
(251,242,237)
#FBF4EF
(251,244,239)
#FBF6F1
(251,246,241)
#FBF8F3
(251,248,243)
#FBFAF5
(251,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBE6E1; }

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

This text font color is #FBE6E1.


Background Color

.myBgColor { background-color: #FBE6E1; }

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

This div background color is #FBE6E1.


Border color

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

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

This div border color is #FBE6E1.


Opacity

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

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

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

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

This text has shadow with #FBE6E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBE6E1 on black background.


Color preview on white background

This text has color #FBE6E1 on white background.



Black color preview on #FBE6E1 background

This text has black color on #FBE6E1 background.


White color preview on #FBE6E1 background

This text has white color on #FBE6E1 background.