COLOR #F5DEF4

HEX: #F5DEF4
RGB: (245,222,244)

Color info

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

RGB color model

#F5DEF4 color RGB value is (245,222,244).

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

RGB channels and saturation

R 245 of 255 = 96%
G 222 of 255 = 87%
B 244 of 255 = 96%

245
222
244

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

Portions of RGB colors in percentages

R + G + B =
245 + 222 + 244 = 711 (100%)
R 245 of 711 ~ 34.46%
G 222 of 711 ~ 31.22%
B 244 of 711 ~ 34.32%

%34.46
%31.22
%34.32

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.39%
  • yellow value is 0.41%
  • key color value is 3.92%
CMYK:
(0,9,0,4)
C0M9Y0K4 
(0%,9%,0%,4%)
(0.00/0.09/0.00/0.04)	

CMYK percentages

%0
%9.39
%0.41
%3.92

Codes

Color #F5DEF4 in popluar color models

F5DEF4
RGB245222244
HSL303°53.49%91.57%
HSB/HSV303°9.39%96.08%
CMYK0.00%9.39%0.41%
3.92%

Color #F5DEF4 in popluar number systems.

HEXF5DEF4
Decimal245222244
Binary111101011101111011110100
Octal365336364

Shades and tints

Shades of #F5DEF4

#F5DEF4
(245,222,244)
#DFCADE
(223,202,222)
#C9B6C8
(201,182,200)
#B3A2B2
(179,162,178)
#9D8E9C
(157,142,156)
#877A86
(135,122,134)
#716670
(113,102,112)
#5B525A
(91,82,90)
#453E44
(69,62,68)
#2F2A2E
(47,42,46)
#191618
(25,22,24)
#000000
(0,0,0)

Tints of #F5DEF4

#F5DEF4
(245,222,244)
#F5E1F5
(245,225,245)
#F5E4F6
(245,228,246)
#F5E7F7
(245,231,247)
#F5EAF8
(245,234,248)
#F5EDF9
(245,237,249)
#F5F0FA
(245,240,250)
#F5F3FB
(245,243,251)
#F5F6FC
(245,246,252)
#F5F9FD
(245,249,253)
#F5FCFE
(245,252,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5DEF4; }

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

This text font color is #F5DEF4.


Background Color

.myBgColor { background-color: #F5DEF4; }

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

This div background color is #F5DEF4.


Border color

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

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

This div border color is #F5DEF4.


Opacity

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

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

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

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

This text has shadow with #F5DEF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5DEF4 on black background.


Color preview on white background

This text has color #F5DEF4 on white background.



Black color preview on #F5DEF4 background

This text has black color on #F5DEF4 background.


White color preview on #F5DEF4 background

This text has white color on #F5DEF4 background.