COLOR #FBE3F2

HEX: #FBE3F2
RGB: (251,227,242)

Color info

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

RGB color model

#FBE3F2 color RGB value is (251,227,242).

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

RGB channels and saturation

R 251 of 255 = 98%
G 227 of 255 = 89%
B 242 of 255 = 95%

251
227
242

R + G + B ~ 94%. #FBE3F2 is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 227 + 242 = 720 (100%)
R 251 of 720 ~ 34.86%
G 227 of 720 ~ 31.53%
B 242 of 720 ~ 33.61%

%34.86
%31.53
%33.61

CMYK color model

#FBE3F2 color CMYK value is (0,10,4,2).

  • cyan value is 0.00%
  • magenta value is 9.56%
  • yellow value is 3.59%
  • key color value is 1.57%
CMYK:
(0,10,4,2)
C0M10Y4K2 
(0%,10%,4%,2%)
(0.00/0.10/0.04/0.02)	

CMYK percentages

%0
%9.56
%3.59
%1.57

Codes

Color #FBE3F2 in popluar color models

FBE3F2
RGB251227242
HSL323°75.00%93.73%
HSB/HSV323°9.56%98.43%
CMYK0.00%9.56%3.59%
1.57%

Color #FBE3F2 in popluar number systems.

HEXFBE3F2
Decimal251227242
Binary111110111110001111110010
Octal373343362

Shades and tints

Shades of #FBE3F2

#FBE3F2
(251,227,242)
#E5CFDC
(229,207,220)
#CFBBC6
(207,187,198)
#B9A7B0
(185,167,176)
#A3939A
(163,147,154)
#8D7F84
(141,127,132)
#776B6E
(119,107,110)
#615758
(97,87,88)
#4B4342
(75,67,66)
#352F2C
(53,47,44)
#1F1B16
(31,27,22)
#000000
(0,0,0)

Tints of #FBE3F2

#FBE3F2
(251,227,242)
#FBE5F3
(251,229,243)
#FBE7F4
(251,231,244)
#FBE9F5
(251,233,245)
#FBEBF6
(251,235,246)
#FBEDF7
(251,237,247)
#FBEFF8
(251,239,248)
#FBF1F9
(251,241,249)
#FBF3FA
(251,243,250)
#FBF5FB
(251,245,251)
#FBF7FC
(251,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBE3F2; }

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

This text font color is #FBE3F2.


Background Color

.myBgColor { background-color: #FBE3F2; }

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

This div background color is #FBE3F2.


Border color

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

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

This div border color is #FBE3F2.


Opacity

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

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

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

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

This text has shadow with #FBE3F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBE3F2 on black background.


Color preview on white background

This text has color #FBE3F2 on white background.



Black color preview on #FBE3F2 background

This text has black color on #FBE3F2 background.


White color preview on #FBE3F2 background

This text has white color on #FBE3F2 background.