COLOR #FFE4FB

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

255
228
251

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

Portions of RGB colors in percentages

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

%34.74
%31.06
%34.2

CMYK color model

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

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

CMYK percentages

%0
%10.59
%1.57
%0

Codes

Color #FFE4FB in popluar color models

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

Color #FFE4FB in popluar number systems.

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

Shades and tints

Shades of #FFE4FB

#FFE4FB
(255,228,251)
#E8D0E5
(232,208,229)
#D1BCCF
(209,188,207)
#BAA8B9
(186,168,185)
#A394A3
(163,148,163)
#8C808D
(140,128,141)
#756C77
(117,108,119)
#5E5861
(94,88,97)
#47444B
(71,68,75)
#303035
(48,48,53)
#191C1F
(25,28,31)
#000000
(0,0,0)

Tints of #FFE4FB

#FFE4FB
(255,228,251)
#FFE6FB
(255,230,251)
#FFE8FB
(255,232,251)
#FFEAFB
(255,234,251)
#FFECFB
(255,236,251)
#FFEEFB
(255,238,251)
#FFF0FB
(255,240,251)
#FFF2FB
(255,242,251)
#FFF4FB
(255,244,251)
#FFF6FB
(255,246,251)
#FFF8FB
(255,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFE4FB; }

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

This text font color is #FFE4FB.

Background Color

.myBgColor { background-color: #FFE4FB; }

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

This div background color is #FFE4FB.

Border color

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

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

This div border color is #FFE4FB.

Opacity

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

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

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

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

This text has shadow with #FFE4FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFE4FB.

Preview

Color preview on black background

This text has color #FFE4FB on black background.


Color preview on white background

This text has color #FFE4FB on white background.


Black color preview on #FFE4FB background

This text has black color on #FFE4FB background.


White color preview on #FFE4FB background

This text has white color on #FFE4FB background.


Related colors

Complementary color

Complementary color for #hex is #001B04.


I love getcolorcode.com

Triadic colors

1 #FBFFE4 and #E4FBFF with #FFE4FB are triadic colors.

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