COLOR #FBE4F7

HEX: #FBE4F7
RGB: (251,228,247)

Color info

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

RGB color model

#FBE4F7 color RGB value is (251,228,247).

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

RGB channels and saturation

R 251 of 255 = 98%
G 228 of 255 = 89%
B 247 of 255 = 97%

251
228
247

R + G + B ~ 95%. #FBE4F7 is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 228 + 247 = 726 (100%)
R 251 of 726 ~ 34.57%
G 228 of 726 ~ 31.4%
B 247 of 726 ~ 34.02%

%34.57
%31.4
%34.02

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.16%
  • yellow value is 1.59%
  • key color value is 1.57%
CMYK:
(0,9,2,2)
C0M9Y2K2 
(0%,9%,2%,2%)
(0.00/0.09/0.02/0.02)	

CMYK percentages

%0
%9.16
%1.59
%1.57

Codes

Color #FBE4F7 in popluar color models

FBE4F7
RGB251228247
HSL310°74.19%93.92%
HSB/HSV310°9.16%98.43%
CMYK0.00%9.16%1.59%
1.57%

Color #FBE4F7 in popluar number systems.

HEXFBE4F7
Decimal251228247
Binary111110111110010011110111
Octal373344367

Shades and tints

Shades of #FBE4F7

#FBE4F7
(251,228,247)
#E5D0E1
(229,208,225)
#CFBCCB
(207,188,203)
#B9A8B5
(185,168,181)
#A3949F
(163,148,159)
#8D8089
(141,128,137)
#776C73
(119,108,115)
#61585D
(97,88,93)
#4B4447
(75,68,71)
#353031
(53,48,49)
#1F1C1B
(31,28,27)
#000000
(0,0,0)

Tints of #FBE4F7

#FBE4F7
(251,228,247)
#FBE6F7
(251,230,247)
#FBE8F7
(251,232,247)
#FBEAF7
(251,234,247)
#FBECF7
(251,236,247)
#FBEEF7
(251,238,247)
#FBF0F7
(251,240,247)
#FBF2F7
(251,242,247)
#FBF4F7
(251,244,247)
#FBF6F7
(251,246,247)
#FBF8F7
(251,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBE4F7; }

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

This text font color is #FBE4F7.


Background Color

.myBgColor { background-color: #FBE4F7; }

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

This div background color is #FBE4F7.


Border color

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

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

This div border color is #FBE4F7.


Opacity

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

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

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

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

This text has shadow with #FBE4F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBE4F7 on black background.


Color preview on white background

This text has color #FBE4F7 on white background.



Black color preview on #FBE4F7 background

This text has black color on #FBE4F7 background.


White color preview on #FBE4F7 background

This text has white color on #FBE4F7 background.