COLOR #F5E8FB

HEX: #F5E8FB RGB: (245,232,251)

Color info

#F5E8FB contains red, green and blue colors in about the same proportion. Web safe color of #F5E8FB is #FFFFFF (or #FFF).

RGB color model

#F5E8FB color RGB value is (245,232,251).

RGB: (245,232,251) (96%, 91%, 98%)

RGB channels and saturation

R 245 of 255 = 96%
G 232 of 255 = 91%
B 251 of 255 = 98%

245
232
251

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

Portions of RGB colors in percentages

R + G + B = 245 + 232 + 251 = 728 (100%)
R 245 of 728 ~ 33.65%
G 232 of 728 ~ 31.87%
B 251 of 728 ~ 34.48'%

%33.65
%31.87
%34.48

CMYK color model

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

  • cyan value is 2.39%
  • magenta value is 7.57%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (2,8,0,2)
C2M8Y0K2 (2%, 8%, 0%, 2%)
(0.02 / 0.08 / 0.00 / 0.02)

CMYK percentages

%2.39
%7.57
%0
%1.57

Codes

Color #F5E8FB in popluar color models

F5 E8 FB
RGB 245 232 251
HSL 281° 70.37% 94.71%
HSB/HSV 281° 7.57% 98.43%
CMYK 2.39% 7.57% 0.00%
1.57%

Color #F5E8FB in popluar number systems.

HEX F5 E8 FB
Decimal 245 232 251
Binary 11110101 11101000 11111011
Octal 365 350 373

Shades and tints

Shades of #F5E8FB

#F5E8FB
(245,232,251)
#DFD3E5
(223,211,229)
#C9BECF
(201,190,207)
#B3A9B9
(179,169,185)
#9D94A3
(157,148,163)
#877F8D
(135,127,141)
#716A77
(113,106,119)
#5B5561
(91,85,97)
#45404B
(69,64,75)
#2F2B35
(47,43,53)
#19161F
(25,22,31)
#000000
(0,0,0)

Tints of #F5E8FB

#F5E8FB
(245,232,251)
#F5EAFB
(245,234,251)
#F5ECFB
(245,236,251)
#F5EEFB
(245,238,251)
#F5F0FB
(245,240,251)
#F5F2FB
(245,242,251)
#F5F4FB
(245,244,251)
#F5F6FB
(245,246,251)
#F5F8FB
(245,248,251)
#F5FAFB
(245,250,251)
#F5FCFB
(245,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5E8FB color. Also use rgb(245,232,251) instead hex code.

Text Font Color

.myTextColor { color: #F5E8FB; }

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

This text font color is #F5E8FB.

Background Color

.myBgColor { background-color: #F5E8FB; }

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

This div background color is #F5E8FB.

Border color

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

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

This div border color is #F5E8FB.

Opacity

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

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

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

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

This text has shadow with #F5E8FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5E8FB.

Preview

Color preview on black background

This text has color #F5E8FB on black background.


Color preview on white background

This text has color #F5E8FB on white background.


Black color preview on #F5E8FB background

This text has black color on #F5E8FB background.


White color preview on #F5E8FB background

This text has white color on #F5E8FB background.


Related colors

Complementary color

Complementary color for #hex is #0A1704.


I love getcolorcode.com

Triadic colors

1 #FBF5E8 and #E8FBF5 with #F5E8FB are triadic colors.

2 #FBE8F5 and #E8F5FB with #F5E8FB are triadic colors.