COLOR #FBE4F2

HEX: #FBE4F2
RGB: (251,228,242)

Color info

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

RGB color model

#FBE4F2 color RGB value is (251,228,242).

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

RGB channels and saturation

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

251
228
242

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

Portions of RGB colors in percentages

R + G + B =
251 + 228 + 242 = 721 (100%)
R 251 of 721 ~ 34.81%
G 228 of 721 ~ 31.62%
B 242 of 721 ~ 33.56%

%34.81
%31.62
%33.56

CMYK color model

#FBE4F2 color CMYK value is (0,9,4,2).

  • cyan value is 0.00%
  • magenta value is 9.16%
  • yellow value is 3.59%
  • key color value is 1.57%
CMYK:
(0,9,4,2)
C0M9Y4K2 
(0%,9%,4%,2%)
(0.00/0.09/0.04/0.02)	

CMYK percentages

%0
%9.16
%3.59
%1.57

Codes

Color #FBE4F2 in popluar color models

FBE4F2
RGB251228242
HSL323°74.19%93.92%
HSB/HSV323°9.16%98.43%
CMYK0.00%9.16%3.59%
1.57%

Color #FBE4F2 in popluar number systems.

HEXFBE4F2
Decimal251228242
Binary111110111110010011110010
Octal373344362

Shades and tints

Shades of #FBE4F2

#FBE4F2
(251,228,242)
#E5D0DC
(229,208,220)
#CFBCC6
(207,188,198)
#B9A8B0
(185,168,176)
#A3949A
(163,148,154)
#8D8084
(141,128,132)
#776C6E
(119,108,110)
#615858
(97,88,88)
#4B4442
(75,68,66)
#35302C
(53,48,44)
#1F1C16
(31,28,22)
#000000
(0,0,0)

Tints of #FBE4F2

#FBE4F2
(251,228,242)
#FBE6F3
(251,230,243)
#FBE8F4
(251,232,244)
#FBEAF5
(251,234,245)
#FBECF6
(251,236,246)
#FBEEF7
(251,238,247)
#FBF0F8
(251,240,248)
#FBF2F9
(251,242,249)
#FBF4FA
(251,244,250)
#FBF6FB
(251,246,251)
#FBF8FC
(251,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBE4F2; }

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

This text font color is #FBE4F2.


Background Color

.myBgColor { background-color: #FBE4F2; }

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

This div background color is #FBE4F2.


Border color

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

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

This div border color is #FBE4F2.


Opacity

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

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

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

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

This text has shadow with #FBE4F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBE4F2 on black background.


Color preview on white background

This text has color #FBE4F2 on white background.



Black color preview on #FBE4F2 background

This text has black color on #FBE4F2 background.


White color preview on #FBE4F2 background

This text has white color on #FBE4F2 background.