COLOR #FBE4E0

HEX: #FBE4E0
RGB: (251,228,224)

Color info

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

RGB color model

#FBE4E0 color RGB value is (251,228,224).

  • red value is 251;
  • green value is 228;
  • blue value is 224.
RGB:
(251,228,224)
(98%,89%,88%)

RGB channels and saturation

R 251 of 255 = 98%
G 228 of 255 = 89%
B 224 of 255 = 88%

251
228
224

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

Portions of RGB colors in percentages

R + G + B =
251 + 228 + 224 = 703 (100%)
R 251 of 703 ~ 35.7%
G 228 of 703 ~ 32.43%
B 224 of 703 ~ 31.86%

%35.7
%32.43
%31.86

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.16%
  • yellow value is 10.76%
  • key color value is 1.57%
CMYK:
(0,9,11,2)
C0M9Y11K2 
(0%,9%,11%,2%)
(0.00/0.09/0.11/0.02)	

CMYK percentages

%0
%9.16
%10.76
%1.57

Codes

Color #FBE4E0 in popluar color models

FBE4E0
RGB251228224
HSL77.14%93.14%
HSB/HSV10.76%98.43%
CMYK0.00%9.16%10.76%
1.57%

Color #FBE4E0 in popluar number systems.

HEXFBE4E0
Decimal251228224
Binary111110111110010011100000
Octal373344340

Shades and tints

Shades of #FBE4E0

#FBE4E0
(251,228,224)
#E5D0CC
(229,208,204)
#CFBCB8
(207,188,184)
#B9A8A4
(185,168,164)
#A39490
(163,148,144)
#8D807C
(141,128,124)
#776C68
(119,108,104)
#615854
(97,88,84)
#4B4440
(75,68,64)
#35302C
(53,48,44)
#1F1C18
(31,28,24)
#000000
(0,0,0)

Tints of #FBE4E0

#FBE4E0
(251,228,224)
#FBE6E2
(251,230,226)
#FBE8E4
(251,232,228)
#FBEAE6
(251,234,230)
#FBECE8
(251,236,232)
#FBEEEA
(251,238,234)
#FBF0EC
(251,240,236)
#FBF2EE
(251,242,238)
#FBF4F0
(251,244,240)
#FBF6F2
(251,246,242)
#FBF8F4
(251,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBE4E0; }

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

This text font color is #FBE4E0.


Background Color

.myBgColor { background-color: #FBE4E0; }

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

This div background color is #FBE4E0.


Border color

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

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

This div border color is #FBE4E0.


Opacity

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

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

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

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

This text has shadow with #FBE4E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBE4E0 on black background.


Color preview on white background

This text has color #FBE4E0 on white background.



Black color preview on #FBE4E0 background

This text has black color on #FBE4E0 background.


White color preview on #FBE4E0 background

This text has white color on #FBE4E0 background.