COLOR #FBE6F2

HEX: #FBE6F2
RGB: (251,230,242)

Color info

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

RGB color model

#FBE6F2 color RGB value is (251,230,242).

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

RGB channels and saturation

R 251 of 255 = 98%
G 230 of 255 = 90%
B 242 of 255 = 95%

251
230
242

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

Portions of RGB colors in percentages

R + G + B =
251 + 230 + 242 = 723 (100%)
R 251 of 723 ~ 34.72%
G 230 of 723 ~ 31.81%
B 242 of 723 ~ 33.47%

%34.72
%31.81
%33.47

CMYK color model

#FBE6F2 color CMYK value is (0,8,4,2).

  • cyan value is 0.00%
  • magenta value is 8.37%
  • yellow value is 3.59%
  • key color value is 1.57%
CMYK:
(0,8,4,2)
C0M8Y4K2 
(0%,8%,4%,2%)
(0.00/0.08/0.04/0.02)	

CMYK percentages

%0
%8.37
%3.59
%1.57

Codes

Color #FBE6F2 in popluar color models

FBE6F2
RGB251230242
HSL326°72.41%94.31%
HSB/HSV326°8.37%98.43%
CMYK0.00%8.37%3.59%
1.57%

Color #FBE6F2 in popluar number systems.

HEXFBE6F2
Decimal251230242
Binary111110111110011011110010
Octal373346362

Shades and tints

Shades of #FBE6F2

#FBE6F2
(251,230,242)
#E5D2DC
(229,210,220)
#CFBEC6
(207,190,198)
#B9AAB0
(185,170,176)
#A3969A
(163,150,154)
#8D8284
(141,130,132)
#776E6E
(119,110,110)
#615A58
(97,90,88)
#4B4642
(75,70,66)
#35322C
(53,50,44)
#1F1E16
(31,30,22)
#000000
(0,0,0)

Tints of #FBE6F2

#FBE6F2
(251,230,242)
#FBE8F3
(251,232,243)
#FBEAF4
(251,234,244)
#FBECF5
(251,236,245)
#FBEEF6
(251,238,246)
#FBF0F7
(251,240,247)
#FBF2F8
(251,242,248)
#FBF4F9
(251,244,249)
#FBF6FA
(251,246,250)
#FBF8FB
(251,248,251)
#FBFAFC
(251,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBE6F2; }

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

This text font color is #FBE6F2.


Background Color

.myBgColor { background-color: #FBE6F2; }

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

This div background color is #FBE6F2.


Border color

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

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

This div border color is #FBE6F2.


Opacity

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

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

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

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

This text has shadow with #FBE6F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBE6F2 on black background.


Color preview on white background

This text has color #FBE6F2 on white background.



Black color preview on #FBE6F2 background

This text has black color on #FBE6F2 background.


White color preview on #FBE6F2 background

This text has white color on #FBE6F2 background.