COLOR #F5DEF2

HEX: #F5DEF2
RGB: (245,222,242)

Color info

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

RGB color model

#F5DEF2 color RGB value is (245,222,242).

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

RGB channels and saturation

R 245 of 255 = 96%
G 222 of 255 = 87%
B 242 of 255 = 95%

245
222
242

R + G + B ~ 93%. #F5DEF2 is light color.

Portions of RGB colors in percentages

R + G + B =
245 + 222 + 242 = 709 (100%)
R 245 of 709 ~ 34.56%
G 222 of 709 ~ 31.31%
B 242 of 709 ~ 34.13%

%34.56
%31.31
%34.13

CMYK color model

#F5DEF2 color CMYK value is (0,9,1,4).

  • cyan value is 0.00%
  • magenta value is 9.39%
  • yellow value is 1.22%
  • key color value is 3.92%
CMYK:
(0,9,1,4)
C0M9Y1K4 
(0%,9%,1%,4%)
(0.00/0.09/0.01/0.04)	

CMYK percentages

%0
%9.39
%1.22
%3.92

Codes

Color #F5DEF2 in popluar color models

F5DEF2
RGB245222242
HSL308°53.49%91.57%
HSB/HSV308°9.39%96.08%
CMYK0.00%9.39%1.22%
3.92%

Color #F5DEF2 in popluar number systems.

HEXF5DEF2
Decimal245222242
Binary111101011101111011110010
Octal365336362

Shades and tints

Shades of #F5DEF2

#F5DEF2
(245,222,242)
#DFCADC
(223,202,220)
#C9B6C6
(201,182,198)
#B3A2B0
(179,162,176)
#9D8E9A
(157,142,154)
#877A84
(135,122,132)
#71666E
(113,102,110)
#5B5258
(91,82,88)
#453E42
(69,62,66)
#2F2A2C
(47,42,44)
#191616
(25,22,22)
#000000
(0,0,0)

Tints of #F5DEF2

#F5DEF2
(245,222,242)
#F5E1F3
(245,225,243)
#F5E4F4
(245,228,244)
#F5E7F5
(245,231,245)
#F5EAF6
(245,234,246)
#F5EDF7
(245,237,247)
#F5F0F8
(245,240,248)
#F5F3F9
(245,243,249)
#F5F6FA
(245,246,250)
#F5F9FB
(245,249,251)
#F5FCFC
(245,252,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5DEF2; }

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

This text font color is #F5DEF2.


Background Color

.myBgColor { background-color: #F5DEF2; }

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

This div background color is #F5DEF2.


Border color

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

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

This div border color is #F5DEF2.


Opacity

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

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

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

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

This text has shadow with #F5DEF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5DEF2 on black background.


Color preview on white background

This text has color #F5DEF2 on white background.



Black color preview on #F5DEF2 background

This text has black color on #F5DEF2 background.


White color preview on #F5DEF2 background

This text has white color on #F5DEF2 background.