COLOR #F5DEE4

HEX: #F5DEE4
RGB: (245,222,228)

Color info

#F5DEE4 contains red, green and blue colors in about the same proportion. Web safe color of #F5DEE4 is #FFCCCC (or #FCC).

RGB color model

#F5DEE4 color RGB value is (245,222,228).

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

RGB channels and saturation

R 245 of 255 = 96%
G 222 of 255 = 87%
B 228 of 255 = 89%

245
222
228

R + G + B ~ 91%. #F5DEE4 is light color.

Portions of RGB colors in percentages

R + G + B =
245 + 222 + 228 = 695 (100%)
R 245 of 695 ~ 35.25%
G 222 of 695 ~ 31.94%
B 228 of 695 ~ 32.81%

%35.25
%31.94
%32.81

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.39%
  • yellow value is 6.94%
  • key color value is 3.92%
CMYK:
(0,9,7,4)
C0M9Y7K4 
(0%,9%,7%,4%)
(0.00/0.09/0.07/0.04)	

CMYK percentages

%0
%9.39
%6.94
%3.92

Codes

Color #F5DEE4 in popluar color models

F5DEE4
RGB245222228
HSL344°53.49%91.57%
HSB/HSV344°9.39%96.08%
CMYK0.00%9.39%6.94%
3.92%

Color #F5DEE4 in popluar number systems.

HEXF5DEE4
Decimal245222228
Binary111101011101111011100100
Octal365336344

Shades and tints

Shades of #F5DEE4

#F5DEE4
(245,222,228)
#DFCAD0
(223,202,208)
#C9B6BC
(201,182,188)
#B3A2A8
(179,162,168)
#9D8E94
(157,142,148)
#877A80
(135,122,128)
#71666C
(113,102,108)
#5B5258
(91,82,88)
#453E44
(69,62,68)
#2F2A30
(47,42,48)
#19161C
(25,22,28)
#000000
(0,0,0)

Tints of #F5DEE4

#F5DEE4
(245,222,228)
#F5E1E6
(245,225,230)
#F5E4E8
(245,228,232)
#F5E7EA
(245,231,234)
#F5EAEC
(245,234,236)
#F5EDEE
(245,237,238)
#F5F0F0
(245,240,240)
#F5F3F2
(245,243,242)
#F5F6F4
(245,246,244)
#F5F9F6
(245,249,246)
#F5FCF8
(245,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5DEE4; }

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

This text font color is #F5DEE4.


Background Color

.myBgColor { background-color: #F5DEE4; }

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

This div background color is #F5DEE4.


Border color

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

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

This div border color is #F5DEE4.


Opacity

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

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

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

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

This text has shadow with #F5DEE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5DEE4 on black background.


Color preview on white background

This text has color #F5DEE4 on white background.



Black color preview on #F5DEE4 background

This text has black color on #F5DEE4 background.


White color preview on #F5DEE4 background

This text has white color on #F5DEE4 background.