COLOR #FBE4FD

HEX: #FBE4FD
RGB: (251,228,253)

Color info

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

RGB color model

#FBE4FD color RGB value is (251,228,253).

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

RGB channels and saturation

R 251 of 255 = 98%
G 228 of 255 = 89%
B 253 of 255 = 99%

251
228
253

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

Portions of RGB colors in percentages

R + G + B =
251 + 228 + 253 = 732 (100%)
R 251 of 732 ~ 34.29%
G 228 of 732 ~ 31.15%
B 253 of 732 ~ 34.56%

%34.29
%31.15
%34.56

CMYK color model

#FBE4FD color CMYK value is (1,10,0,1).

  • cyan value is 0.79%
  • magenta value is 9.88%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(1,10,0,1)
C1M10Y0K1 
(1%,10%,0%,1%)
(0.01/0.10/0.00/0.01)	

CMYK percentages

%0.79
%9.88
%0
%0.78

Codes

Color #FBE4FD in popluar color models

FBE4FD
RGB251228253
HSL295°86.21%94.31%
HSB/HSV295°9.88%99.22%
CMYK0.79%9.88%0.00%
0.78%

Color #FBE4FD in popluar number systems.

HEXFBE4FD
Decimal251228253
Binary111110111110010011111101
Octal373344375

Shades and tints

Shades of #FBE4FD

#FBE4FD
(251,228,253)
#E5D0E6
(229,208,230)
#CFBCCF
(207,188,207)
#B9A8B8
(185,168,184)
#A394A1
(163,148,161)
#8D808A
(141,128,138)
#776C73
(119,108,115)
#61585C
(97,88,92)
#4B4445
(75,68,69)
#35302E
(53,48,46)
#1F1C17
(31,28,23)
#000000
(0,0,0)

Tints of #FBE4FD

#FBE4FD
(251,228,253)
#FBE6FD
(251,230,253)
#FBE8FD
(251,232,253)
#FBEAFD
(251,234,253)
#FBECFD
(251,236,253)
#FBEEFD
(251,238,253)
#FBF0FD
(251,240,253)
#FBF2FD
(251,242,253)
#FBF4FD
(251,244,253)
#FBF6FD
(251,246,253)
#FBF8FD
(251,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBE4FD; }

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

This text font color is #FBE4FD.


Background Color

.myBgColor { background-color: #FBE4FD; }

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

This div background color is #FBE4FD.


Border color

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

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

This div border color is #FBE4FD.


Opacity

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

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

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

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

This text has shadow with #FBE4FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBE4FD on black background.


Color preview on white background

This text has color #FBE4FD on white background.



Black color preview on #FBE4FD background

This text has black color on #FBE4FD background.


White color preview on #FBE4FD background

This text has white color on #FBE4FD background.