COLOR #F5E6FB

HEX: #F5E6FB
RGB: (245,230,251)

Color info

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

RGB color model

#F5E6FB color RGB value is (245,230,251).

  • red value is 245;
  • green value is 230;
  • blue value is 251.
RGB:
(245,230,251)
(96%,90%,98%)

RGB channels and saturation

R 245 of 255 = 96%
G 230 of 255 = 90%
B 251 of 255 = 98%

245
230
251

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

Portions of RGB colors in percentages

R + G + B =
245 + 230 + 251 = 726 (100%)
R 245 of 726 ~ 33.75%
G 230 of 726 ~ 31.68%
B 251 of 726 ~ 34.57%

%33.75
%31.68
%34.57

CMYK color model

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

  • cyan value is 2.39%
  • magenta value is 8.37%
  • 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
%8.37
%0
%1.57

Codes

Color #F5E6FB in popluar color models

F5E6FB
RGB245230251
HSL283°72.41%94.31%
HSB/HSV283°8.37%98.43%
CMYK2.39%8.37%0.00%
1.57%

Color #F5E6FB in popluar number systems.

HEXF5E6FB
Decimal245230251
Binary111101011110011011111011
Octal365346373

Shades and tints

Shades of #F5E6FB

#F5E6FB
(245,230,251)
#DFD2E5
(223,210,229)
#C9BECF
(201,190,207)
#B3AAB9
(179,170,185)
#9D96A3
(157,150,163)
#87828D
(135,130,141)
#716E77
(113,110,119)
#5B5A61
(91,90,97)
#45464B
(69,70,75)
#2F3235
(47,50,53)
#191E1F
(25,30,31)
#000000
(0,0,0)

Tints of #F5E6FB

#F5E6FB
(245,230,251)
#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)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5E6FB; }

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

This text font color is #F5E6FB.


Background Color

.myBgColor { background-color: #F5E6FB; }

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

This div background color is #F5E6FB.


Border color

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

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

This div border color is #F5E6FB.


Opacity

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

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

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

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

This text has shadow with #F5E6FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5E6FB on black background.


Color preview on white background

This text has color #F5E6FB on white background.



Black color preview on #F5E6FB background

This text has black color on #F5E6FB background.


White color preview on #F5E6FB background

This text has white color on #F5E6FB background.