COLOR #FBE0ED

HEX: #FBE0ED
RGB: (251,224,237)

Color info

#FBE0ED contains red, green and blue colors in about the same proportion. Web safe color of #FBE0ED is #FFCCFF (or #FCF).

RGB color model

#FBE0ED color RGB value is (251,224,237).

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

RGB channels and saturation

R 251 of 255 = 98%
G 224 of 255 = 88%
B 237 of 255 = 93%

251
224
237

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

Portions of RGB colors in percentages

R + G + B =
251 + 224 + 237 = 712 (100%)
R 251 of 712 ~ 35.25%
G 224 of 712 ~ 31.46%
B 237 of 712 ~ 33.29%

%35.25
%31.46
%33.29

CMYK color model

#FBE0ED color CMYK value is (0,11,6,2).

  • cyan value is 0.00%
  • magenta value is 10.76%
  • yellow value is 5.58%
  • key color value is 1.57%
CMYK:
(0,11,6,2)
C0M11Y6K2 
(0%,11%,6%,2%)
(0.00/0.11/0.06/0.02)	

CMYK percentages

%0
%10.76
%5.58
%1.57

Codes

Color #FBE0ED in popluar color models

FBE0ED
RGB251224237
HSL331°77.14%93.14%
HSB/HSV331°10.76%98.43%
CMYK0.00%10.76%5.58%
1.57%

Color #FBE0ED in popluar number systems.

HEXFBE0ED
Decimal251224237
Binary111110111110000011101101
Octal373340355

Shades and tints

Shades of #FBE0ED

#FBE0ED
(251,224,237)
#E5CCD8
(229,204,216)
#CFB8C3
(207,184,195)
#B9A4AE
(185,164,174)
#A39099
(163,144,153)
#8D7C84
(141,124,132)
#77686F
(119,104,111)
#61545A
(97,84,90)
#4B4045
(75,64,69)
#352C30
(53,44,48)
#1F181B
(31,24,27)
#000000
(0,0,0)

Tints of #FBE0ED

#FBE0ED
(251,224,237)
#FBE2EE
(251,226,238)
#FBE4EF
(251,228,239)
#FBE6F0
(251,230,240)
#FBE8F1
(251,232,241)
#FBEAF2
(251,234,242)
#FBECF3
(251,236,243)
#FBEEF4
(251,238,244)
#FBF0F5
(251,240,245)
#FBF2F6
(251,242,246)
#FBF4F7
(251,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBE0ED; }

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

This text font color is #FBE0ED.


Background Color

.myBgColor { background-color: #FBE0ED; }

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

This div background color is #FBE0ED.


Border color

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

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

This div border color is #FBE0ED.


Opacity

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

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

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

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

This text has shadow with #FBE0ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBE0ED on black background.


Color preview on white background

This text has color #FBE0ED on white background.



Black color preview on #FBE0ED background

This text has black color on #FBE0ED background.


White color preview on #FBE0ED background

This text has white color on #FBE0ED background.