COLOR #F5DEF9

HEX: #F5DEF9
RGB: (245,222,249)

Color info

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

RGB color model

#F5DEF9 color RGB value is (245,222,249).

  • red value is 245;
  • green value is 222;
  • blue value is 249.
RGB:
(245,222,249)
(96%,87%,98%)

RGB channels and saturation

R 245 of 255 = 96%
G 222 of 255 = 87%
B 249 of 255 = 98%

245
222
249

R + G + B ~ 94%. #F5DEF9 is light color.

Portions of RGB colors in percentages

R + G + B =
245 + 222 + 249 = 716 (100%)
R 245 of 716 ~ 34.22%
G 222 of 716 ~ 31.01%
B 249 of 716 ~ 34.78%

%34.22
%31.01
%34.78

CMYK color model

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

  • cyan value is 1.61%
  • magenta value is 10.84%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(2,11,0,2)
C2M11Y0K2 
(2%,11%,0%,2%)
(0.02/0.11/0.00/0.02)	

CMYK percentages

%1.61
%10.84
%0
%2.35

Codes

Color #F5DEF9 in popluar color models

F5DEF9
RGB245222249
HSL291°69.23%92.35%
HSB/HSV291°10.84%97.65%
CMYK1.61%10.84%0.00%
2.35%

Color #F5DEF9 in popluar number systems.

HEXF5DEF9
Decimal245222249
Binary111101011101111011111001
Octal365336371

Shades and tints

Shades of #F5DEF9

#F5DEF9
(245,222,249)
#DFCAE3
(223,202,227)
#C9B6CD
(201,182,205)
#B3A2B7
(179,162,183)
#9D8EA1
(157,142,161)
#877A8B
(135,122,139)
#716675
(113,102,117)
#5B525F
(91,82,95)
#453E49
(69,62,73)
#2F2A33
(47,42,51)
#19161D
(25,22,29)
#000000
(0,0,0)

Tints of #F5DEF9

#F5DEF9
(245,222,249)
#F5E1F9
(245,225,249)
#F5E4F9
(245,228,249)
#F5E7F9
(245,231,249)
#F5EAF9
(245,234,249)
#F5EDF9
(245,237,249)
#F5F0F9
(245,240,249)
#F5F3F9
(245,243,249)
#F5F6F9
(245,246,249)
#F5F9F9
(245,249,249)
#F5FCF9
(245,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5DEF9 color. Also use rgb(245,222,249) instead hex code.

Text Font Color

.myTextColor { color: #F5DEF9; }

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

This text font color is #F5DEF9.


Background Color

.myBgColor { background-color: #F5DEF9; }

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

This div background color is #F5DEF9.


Border color

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

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

This div border color is #F5DEF9.


Opacity

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

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

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

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

This text has shadow with #F5DEF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5DEF9 on black background.


Color preview on white background

This text has color #F5DEF9 on white background.



Black color preview on #F5DEF9 background

This text has black color on #F5DEF9 background.


White color preview on #F5DEF9 background

This text has white color on #F5DEF9 background.