COLOR #FBE0E5

HEX: #FBE0E5
RGB: (251,224,229)

Color info

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

RGB color model

#FBE0E5 color RGB value is (251,224,229).

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

RGB channels and saturation

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

251
224
229

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

Portions of RGB colors in percentages

R + G + B =
251 + 224 + 229 = 704 (100%)
R 251 of 704 ~ 35.65%
G 224 of 704 ~ 31.82%
B 229 of 704 ~ 32.53%

%35.65
%31.82
%32.53

CMYK color model

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

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

CMYK percentages

%0
%10.76
%8.76
%1.57

Codes

Color #FBE0E5 in popluar color models

FBE0E5
RGB251224229
HSL349°77.14%93.14%
HSB/HSV349°10.76%98.43%
CMYK0.00%10.76%8.76%
1.57%

Color #FBE0E5 in popluar number systems.

HEXFBE0E5
Decimal251224229
Binary111110111110000011100101
Octal373340345

Shades and tints

Shades of #FBE0E5

#FBE0E5
(251,224,229)
#E5CCD1
(229,204,209)
#CFB8BD
(207,184,189)
#B9A4A9
(185,164,169)
#A39095
(163,144,149)
#8D7C81
(141,124,129)
#77686D
(119,104,109)
#615459
(97,84,89)
#4B4045
(75,64,69)
#352C31
(53,44,49)
#1F181D
(31,24,29)
#000000
(0,0,0)

Tints of #FBE0E5

#FBE0E5
(251,224,229)
#FBE2E7
(251,226,231)
#FBE4E9
(251,228,233)
#FBE6EB
(251,230,235)
#FBE8ED
(251,232,237)
#FBEAEF
(251,234,239)
#FBECF1
(251,236,241)
#FBEEF3
(251,238,243)
#FBF0F5
(251,240,245)
#FBF2F7
(251,242,247)
#FBF4F9
(251,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBE0E5; }

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

This text font color is #FBE0E5.


Background Color

.myBgColor { background-color: #FBE0E5; }

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

This div background color is #FBE0E5.


Border color

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

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

This div border color is #FBE0E5.


Opacity

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

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

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

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

This text has shadow with #FBE0E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBE0E5 on black background.


Color preview on white background

This text has color #FBE0E5 on white background.



Black color preview on #FBE0E5 background

This text has black color on #FBE0E5 background.


White color preview on #FBE0E5 background

This text has white color on #FBE0E5 background.