COLOR #F5E6FC

HEX: #F5E6FC
RGB: (245,230,252)

Color info

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

RGB color model

#F5E6FC color RGB value is (245,230,252).

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

RGB channels and saturation

R 245 of 255 = 96%
G 230 of 255 = 90%
B 252 of 255 = 99%

245
230
252

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

Portions of RGB colors in percentages

R + G + B =
245 + 230 + 252 = 727 (100%)
R 245 of 727 ~ 33.7%
G 230 of 727 ~ 31.64%
B 252 of 727 ~ 34.66%

%33.7
%31.64
%34.66

CMYK color model

#F5E6FC color CMYK value is (3,9,0,1).

  • cyan value is 2.78%
  • magenta value is 8.73%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(3,9,0,1)
C3M9Y0K1 
(3%,9%,0%,1%)
(0.03/0.09/0.00/0.01)	

CMYK percentages

%2.78
%8.73
%0
%1.18

Codes

Color #F5E6FC in popluar color models

F5E6FC
RGB245230252
HSL281°78.57%94.51%
HSB/HSV281°8.73%98.82%
CMYK2.78%8.73%0.00%
1.18%

Color #F5E6FC in popluar number systems.

HEXF5E6FC
Decimal245230252
Binary111101011110011011111100
Octal365346374

Shades and tints

Shades of #F5E6FC

#F5E6FC
(245,230,252)
#DFD2E6
(223,210,230)
#C9BED0
(201,190,208)
#B3AABA
(179,170,186)
#9D96A4
(157,150,164)
#87828E
(135,130,142)
#716E78
(113,110,120)
#5B5A62
(91,90,98)
#45464C
(69,70,76)
#2F3236
(47,50,54)
#191E20
(25,30,32)
#000000
(0,0,0)

Tints of #F5E6FC

#F5E6FC
(245,230,252)
#F5E8FC
(245,232,252)
#F5EAFC
(245,234,252)
#F5ECFC
(245,236,252)
#F5EEFC
(245,238,252)
#F5F0FC
(245,240,252)
#F5F2FC
(245,242,252)
#F5F4FC
(245,244,252)
#F5F6FC
(245,246,252)
#F5F8FC
(245,248,252)
#F5FAFC
(245,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5E6FC; }

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

This text font color is #F5E6FC.


Background Color

.myBgColor { background-color: #F5E6FC; }

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

This div background color is #F5E6FC.


Border color

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

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

This div border color is #F5E6FC.


Opacity

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

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

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

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

This text has shadow with #F5E6FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5E6FC on black background.


Color preview on white background

This text has color #F5E6FC on white background.



Black color preview on #F5E6FC background

This text has black color on #F5E6FC background.


White color preview on #F5E6FC background

This text has white color on #F5E6FC background.