COLOR #FBE5E5

HEX: #FBE5E5
RGB: (251,229,229)

Color info

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

RGB color model

#FBE5E5 color RGB value is (251,229,229).

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

RGB channels and saturation

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

251
229
229

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

Portions of RGB colors in percentages

R + G + B =
251 + 229 + 229 = 709 (100%)
R 251 of 709 ~ 35.4%
G 229 of 709 ~ 32.3%
B 229 of 709 ~ 32.3%

%35.4
%32.3
%32.3

CMYK color model

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

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

CMYK percentages

%0
%8.76
%8.76
%1.57

Codes

Color #FBE5E5 in popluar color models

FBE5E5
RGB251229229
HSL73.33%94.12%
HSB/HSV8.76%98.43%
CMYK0.00%8.76%8.76%
1.57%

Color #FBE5E5 in popluar number systems.

HEXFBE5E5
Decimal251229229
Binary111110111110010111100101
Octal373345345

Shades and tints

Shades of #FBE5E5

#FBE5E5
(251,229,229)
#E5D1D1
(229,209,209)
#CFBDBD
(207,189,189)
#B9A9A9
(185,169,169)
#A39595
(163,149,149)
#8D8181
(141,129,129)
#776D6D
(119,109,109)
#615959
(97,89,89)
#4B4545
(75,69,69)
#353131
(53,49,49)
#1F1D1D
(31,29,29)
#000000
(0,0,0)

Tints of #FBE5E5

#FBE5E5
(251,229,229)
#FBE7E7
(251,231,231)
#FBE9E9
(251,233,233)
#FBEBEB
(251,235,235)
#FBEDED
(251,237,237)
#FBEFEF
(251,239,239)
#FBF1F1
(251,241,241)
#FBF3F3
(251,243,243)
#FBF5F5
(251,245,245)
#FBF7F7
(251,247,247)
#FBF9F9
(251,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBE5E5; }

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

This text font color is #FBE5E5.


Background Color

.myBgColor { background-color: #FBE5E5; }

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

This div background color is #FBE5E5.


Border color

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

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

This div border color is #FBE5E5.


Opacity

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

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

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

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

This text has shadow with #FBE5E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBE5E5 on black background.


Color preview on white background

This text has color #FBE5E5 on white background.



Black color preview on #FBE5E5 background

This text has black color on #FBE5E5 background.


White color preview on #FBE5E5 background

This text has white color on #FBE5E5 background.