COLOR #FBE2F2

HEX: #FBE2F2
RGB: (251,226,242)

Color info

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

RGB color model

#FBE2F2 color RGB value is (251,226,242).

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

RGB channels and saturation

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

251
226
242

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

Portions of RGB colors in percentages

R + G + B =
251 + 226 + 242 = 719 (100%)
R 251 of 719 ~ 34.91%
G 226 of 719 ~ 31.43%
B 242 of 719 ~ 33.66%

%34.91
%31.43
%33.66

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.96%
  • 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.96
%3.59
%1.57

Codes

Color #FBE2F2 in popluar color models

FBE2F2
RGB251226242
HSL322°75.76%93.53%
HSB/HSV322°9.96%98.43%
CMYK0.00%9.96%3.59%
1.57%

Color #FBE2F2 in popluar number systems.

HEXFBE2F2
Decimal251226242
Binary111110111110001011110010
Octal373342362

Shades and tints

Shades of #FBE2F2

#FBE2F2
(251,226,242)
#E5CEDC
(229,206,220)
#CFBAC6
(207,186,198)
#B9A6B0
(185,166,176)
#A3929A
(163,146,154)
#8D7E84
(141,126,132)
#776A6E
(119,106,110)
#615658
(97,86,88)
#4B4242
(75,66,66)
#352E2C
(53,46,44)
#1F1A16
(31,26,22)
#000000
(0,0,0)

Tints of #FBE2F2

#FBE2F2
(251,226,242)
#FBE4F3
(251,228,243)
#FBE6F4
(251,230,244)
#FBE8F5
(251,232,245)
#FBEAF6
(251,234,246)
#FBECF7
(251,236,247)
#FBEEF8
(251,238,248)
#FBF0F9
(251,240,249)
#FBF2FA
(251,242,250)
#FBF4FB
(251,244,251)
#FBF6FC
(251,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBE2F2; }

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

This text font color is #FBE2F2.


Background Color

.myBgColor { background-color: #FBE2F2; }

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

This div background color is #FBE2F2.


Border color

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

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

This div border color is #FBE2F2.


Opacity

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

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

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

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

This text has shadow with #FBE2F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBE2F2 on black background.


Color preview on white background

This text has color #FBE2F2 on white background.



Black color preview on #FBE2F2 background

This text has black color on #FBE2F2 background.


White color preview on #FBE2F2 background

This text has white color on #FBE2F2 background.