COLOR #FBE1EA

HEX: #FBE1EA
RGB: (251,225,234)

Color info

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

RGB color model

#FBE1EA color RGB value is (251,225,234).

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

RGB channels and saturation

R 251 of 255 = 98%
G 225 of 255 = 88%
B 234 of 255 = 92%

251
225
234

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

Portions of RGB colors in percentages

R + G + B =
251 + 225 + 234 = 710 (100%)
R 251 of 710 ~ 35.35%
G 225 of 710 ~ 31.69%
B 234 of 710 ~ 32.96%

%35.35
%31.69
%32.96

CMYK color model

#FBE1EA color CMYK value is (0,10,7,2).

  • cyan value is 0.00%
  • magenta value is 10.36%
  • yellow value is 6.77%
  • key color value is 1.57%
CMYK:
(0,10,7,2)
C0M10Y7K2 
(0%,10%,7%,2%)
(0.00/0.10/0.07/0.02)	

CMYK percentages

%0
%10.36
%6.77
%1.57

Codes

Color #FBE1EA in popluar color models

FBE1EA
RGB251225234
HSL339°76.47%93.33%
HSB/HSV339°10.36%98.43%
CMYK0.00%10.36%6.77%
1.57%

Color #FBE1EA in popluar number systems.

HEXFBE1EA
Decimal251225234
Binary111110111110000111101010
Octal373341352

Shades and tints

Shades of #FBE1EA

#FBE1EA
(251,225,234)
#E5CDD5
(229,205,213)
#CFB9C0
(207,185,192)
#B9A5AB
(185,165,171)
#A39196
(163,145,150)
#8D7D81
(141,125,129)
#77696C
(119,105,108)
#615557
(97,85,87)
#4B4142
(75,65,66)
#352D2D
(53,45,45)
#1F1918
(31,25,24)
#000000
(0,0,0)

Tints of #FBE1EA

#FBE1EA
(251,225,234)
#FBE3EB
(251,227,235)
#FBE5EC
(251,229,236)
#FBE7ED
(251,231,237)
#FBE9EE
(251,233,238)
#FBEBEF
(251,235,239)
#FBEDF0
(251,237,240)
#FBEFF1
(251,239,241)
#FBF1F2
(251,241,242)
#FBF3F3
(251,243,243)
#FBF5F4
(251,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBE1EA; }

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

This text font color is #FBE1EA.


Background Color

.myBgColor { background-color: #FBE1EA; }

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

This div background color is #FBE1EA.


Border color

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

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

This div border color is #FBE1EA.


Opacity

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

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

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

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

This text has shadow with #FBE1EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBE1EA on black background.


Color preview on white background

This text has color #FBE1EA on white background.



Black color preview on #FBE1EA background

This text has black color on #FBE1EA background.


White color preview on #FBE1EA background

This text has white color on #FBE1EA background.