COLOR #FBE4FF

HEX: #FBE4FF RGB: (251,228,255)

Color info

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

RGB color model

#FBE4FF color RGB value is (251,228,255).

RGB: (251,228,255) (98%, 89%, 100%)

RGB channels and saturation

R 251 of 255 = 98%
G 228 of 255 = 89%
B 255 of 255 = 100%

251
228
255

R + G + B ~ 96%. #FBE4FF is light color.

Portions of RGB colors in percentages

R + G + B = 251 + 228 + 255 = 734 (100%)
R 251 of 734 ~ 34.2%
G 228 of 734 ~ 31.06%
B 255 of 734 ~ 34.74'%

%34.2
%31.06
%34.74

CMYK color model

#FBE4FF color CMYK value is (2,11,0,0).

  • cyan value is 1.57%
  • magenta value is 10.59%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK: (2,11,0,0) C2M11Y0K0 (2%,11%,0%,0%) (0.02/0.11/0.00/0.00) 

CMYK percentages

%1.57
%10.59
%0
%0

Codes

Color #FBE4FF in popluar color models

FB E4 FF
RGB 251 228 255
HSL 291° 100.00% 94.71%
HSB/HSV 291° 10.59% 100.00%
CMYK 1.57% 10.59% 0.00%
0.00%

Color #FBE4FF in popluar number systems.

HEX FB E4 FF
Decimal 251 228 255
Binary 11111011 11100100 11111111
Octal 373 344 377

Shades and tints

Shades of #FBE4FF

#FBE4FF
(251,228,255)
#E5D0E8
(229,208,232)
#CFBCD1
(207,188,209)
#B9A8BA
(185,168,186)
#A394A3
(163,148,163)
#8D808C
(141,128,140)
#776C75
(119,108,117)
#61585E
(97,88,94)
#4B4447
(75,68,71)
#353030
(53,48,48)
#1F1C19
(31,28,25)
#000000
(0,0,0)

Tints of #FBE4FF

#FBE4FF
(251,228,255)
#FBE6FF
(251,230,255)
#FBE8FF
(251,232,255)
#FBEAFF
(251,234,255)
#FBECFF
(251,236,255)
#FBEEFF
(251,238,255)
#FBF0FF
(251,240,255)
#FBF2FF
(251,242,255)
#FBF4FF
(251,244,255)
#FBF6FF
(251,246,255)
#FBF8FF
(251,248,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBE4FF; }

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

This text font color is #FBE4FF.

Background Color

.myBgColor { background-color: #FBE4FF; }

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

This div background color is #FBE4FF.

Border color

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

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

This div border color is #FBE4FF.

Opacity

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

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

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

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

This text has shadow with #FBE4FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBE4FF.

Preview

Color preview on black background

This text has color #FBE4FF on black background.


Color preview on white background

This text has color #FBE4FF on white background.


Black color preview on #FBE4FF background

This text has black color on #FBE4FF background.


White color preview on #FBE4FF background

This text has white color on #FBE4FF background.


Related colors

Complementary color

Complementary color for #hex is #041B00.


I love getcolorcode.com

Triadic colors

1 #FFFBE4 and #E4FFFB with #FBE4FF are triadic colors.

2 #FFE4FB and #E4FBFF with #FBE4FF are triadic colors.