COLOR #FBE3E8

HEX: #FBE3E8
RGB: (251,227,232)

Color info

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

RGB color model

#FBE3E8 color RGB value is (251,227,232).

  • red value is 251;
  • green value is 227;
  • blue value is 232.
RGB:
(251,227,232)
(98%,89%,91%)

RGB channels and saturation

R 251 of 255 = 98%
G 227 of 255 = 89%
B 232 of 255 = 91%

251
227
232

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

Portions of RGB colors in percentages

R + G + B =
251 + 227 + 232 = 710 (100%)
R 251 of 710 ~ 35.35%
G 227 of 710 ~ 31.97%
B 232 of 710 ~ 32.68%

%35.35
%31.97
%32.68

CMYK color model

#FBE3E8 color CMYK value is (0,10,8,2).

  • cyan value is 0.00%
  • magenta value is 9.56%
  • yellow value is 7.57%
  • key color value is 1.57%
CMYK:
(0,10,8,2)
C0M10Y8K2 
(0%,10%,8%,2%)
(0.00/0.10/0.08/0.02)	

CMYK percentages

%0
%9.56
%7.57
%1.57

Codes

Color #FBE3E8 in popluar color models

FBE3E8
RGB251227232
HSL348°75.00%93.73%
HSB/HSV348°9.56%98.43%
CMYK0.00%9.56%7.57%
1.57%

Color #FBE3E8 in popluar number systems.

HEXFBE3E8
Decimal251227232
Binary111110111110001111101000
Octal373343350

Shades and tints

Shades of #FBE3E8

#FBE3E8
(251,227,232)
#E5CFD3
(229,207,211)
#CFBBBE
(207,187,190)
#B9A7A9
(185,167,169)
#A39394
(163,147,148)
#8D7F7F
(141,127,127)
#776B6A
(119,107,106)
#615755
(97,87,85)
#4B4340
(75,67,64)
#352F2B
(53,47,43)
#1F1B16
(31,27,22)
#000000
(0,0,0)

Tints of #FBE3E8

#FBE3E8
(251,227,232)
#FBE5EA
(251,229,234)
#FBE7EC
(251,231,236)
#FBE9EE
(251,233,238)
#FBEBF0
(251,235,240)
#FBEDF2
(251,237,242)
#FBEFF4
(251,239,244)
#FBF1F6
(251,241,246)
#FBF3F8
(251,243,248)
#FBF5FA
(251,245,250)
#FBF7FC
(251,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBE3E8; }

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

This text font color is #FBE3E8.


Background Color

.myBgColor { background-color: #FBE3E8; }

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

This div background color is #FBE3E8.


Border color

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

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

This div border color is #FBE3E8.


Opacity

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

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

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

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

This text has shadow with #FBE3E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBE3E8 on black background.


Color preview on white background

This text has color #FBE3E8 on white background.



Black color preview on #FBE3E8 background

This text has black color on #FBE3E8 background.


White color preview on #FBE3E8 background

This text has white color on #FBE3E8 background.