COLOR #F5E9FC

HEX: #F5E9FC RGB: (245,233,252)

Color info

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

RGB color model

#F5E9FC color RGB value is (245,233,252).

RGB: (245,233,252) (96%, 91%, 99%)

RGB channels and saturation

R 245 of 255 = 96%
G 233 of 255 = 91%
B 252 of 255 = 99%

245
233
252

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

Portions of RGB colors in percentages

R + G + B = 245 + 233 + 252 = 730 (100%)
R 245 of 730 ~ 33.56%
G 233 of 730 ~ 31.92%
B 252 of 730 ~ 34.52'%

%33.56
%31.92
%34.52

CMYK color model

#F5E9FC color CMYK value is (3,8,0,1).

  • cyan value is 2.78%
  • magenta value is 7.54%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (3,8,0,1)
C3M8Y0K1 (3%, 8%, 0%, 1%)
(0.03 / 0.08 / 0.00 / 0.01)

CMYK percentages

%2.78
%7.54
%0
%1.18

Codes

Color #F5E9FC in popluar color models

F5 E9 FC
RGB 245 233 252
HSL 278° 76.00% 95.10%
HSB/HSV 278° 7.54% 98.82%
CMYK 2.78% 7.54% 0.00%
1.18%

Color #F5E9FC in popluar number systems.

HEX F5 E9 FC
Decimal 245 233 252
Binary 11110101 11101001 11111100
Octal 365 351 374

Shades and tints

Shades of #F5E9FC

#F5E9FC
(245,233,252)
#DFD4E6
(223,212,230)
#C9BFD0
(201,191,208)
#B3AABA
(179,170,186)
#9D95A4
(157,149,164)
#87808E
(135,128,142)
#716B78
(113,107,120)
#5B5662
(91,86,98)
#45414C
(69,65,76)
#2F2C36
(47,44,54)
#191720
(25,23,32)
#000000
(0,0,0)

Tints of #F5E9FC

#F5E9FC
(245,233,252)
#F5EBFC
(245,235,252)
#F5EDFC
(245,237,252)
#F5EFFC
(245,239,252)
#F5F1FC
(245,241,252)
#F5F3FC
(245,243,252)
#F5F5FC
(245,245,252)
#F5F7FC
(245,247,252)
#F5F9FC
(245,249,252)
#F5FBFC
(245,251,252)
#F5FDFC
(245,253,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5E9FC; }

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

This text font color is #F5E9FC.

Background Color

.myBgColor { background-color: #F5E9FC; }

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

This div background color is #F5E9FC.

Border color

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

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

This div border color is #F5E9FC.

Opacity

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

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

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

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

This text has shadow with #F5E9FC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5E9FC.

Preview

Color preview on black background

This text has color #F5E9FC on black background.


Color preview on white background

This text has color #F5E9FC on white background.


Black color preview on #F5E9FC background

This text has black color on #F5E9FC background.


White color preview on #F5E9FC background

This text has white color on #F5E9FC background.


Related colors

Complementary color

Complementary color for #hex is #0A1603.


I love getcolorcode.com

Triadic colors

1 #FCF5E9 and #E9FCF5 with #F5E9FC are triadic colors.

2 #FCE9F5 and #E9F5FC with #F5E9FC are triadic colors.