COLOR #FBE5E1

HEX: #FBE5E1
RGB: (251,229,225)

Color info

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

RGB color model

#FBE5E1 color RGB value is (251,229,225).

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

RGB channels and saturation

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

251
229
225

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

Portions of RGB colors in percentages

R + G + B =
251 + 229 + 225 = 705 (100%)
R 251 of 705 ~ 35.6%
G 229 of 705 ~ 32.48%
B 225 of 705 ~ 31.91%

%35.6
%32.48
%31.91

CMYK color model

#FBE5E1 color CMYK value is (0,9,10,2).

  • cyan value is 0.00%
  • magenta value is 8.76%
  • yellow value is 10.36%
  • key color value is 1.57%
CMYK:
(0,9,10,2)
C0M9Y10K2 
(0%,9%,10%,2%)
(0.00/0.09/0.10/0.02)	

CMYK percentages

%0
%8.76
%10.36
%1.57

Codes

Color #FBE5E1 in popluar color models

FBE5E1
RGB251229225
HSL76.47%93.33%
HSB/HSV10.36%98.43%
CMYK0.00%8.76%10.36%
1.57%

Color #FBE5E1 in popluar number systems.

HEXFBE5E1
Decimal251229225
Binary111110111110010111100001
Octal373345341

Shades and tints

Shades of #FBE5E1

#FBE5E1
(251,229,225)
#E5D1CD
(229,209,205)
#CFBDB9
(207,189,185)
#B9A9A5
(185,169,165)
#A39591
(163,149,145)
#8D817D
(141,129,125)
#776D69
(119,109,105)
#615955
(97,89,85)
#4B4541
(75,69,65)
#35312D
(53,49,45)
#1F1D19
(31,29,25)
#000000
(0,0,0)

Tints of #FBE5E1

#FBE5E1
(251,229,225)
#FBE7E3
(251,231,227)
#FBE9E5
(251,233,229)
#FBEBE7
(251,235,231)
#FBEDE9
(251,237,233)
#FBEFEB
(251,239,235)
#FBF1ED
(251,241,237)
#FBF3EF
(251,243,239)
#FBF5F1
(251,245,241)
#FBF7F3
(251,247,243)
#FBF9F5
(251,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBE5E1; }

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

This text font color is #FBE5E1.


Background Color

.myBgColor { background-color: #FBE5E1; }

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

This div background color is #FBE5E1.


Border color

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

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

This div border color is #FBE5E1.


Opacity

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

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

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

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

This text has shadow with #FBE5E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBE5E1 on black background.


Color preview on white background

This text has color #FBE5E1 on white background.



Black color preview on #FBE5E1 background

This text has black color on #FBE5E1 background.


White color preview on #FBE5E1 background

This text has white color on #FBE5E1 background.