COLOR #F5DEED

HEX: #F5DEED
RGB: (245,222,237)

Color info

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

RGB color model

#F5DEED color RGB value is (245,222,237).

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

RGB channels and saturation

R 245 of 255 = 96%
G 222 of 255 = 87%
B 237 of 255 = 93%

245
222
237

R + G + B ~ 92%. #F5DEED is light color.

Portions of RGB colors in percentages

R + G + B =
245 + 222 + 237 = 704 (100%)
R 245 of 704 ~ 34.8%
G 222 of 704 ~ 31.53%
B 237 of 704 ~ 33.66%

%34.8
%31.53
%33.66

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.39%
  • yellow value is 3.27%
  • key color value is 3.92%
CMYK:
(0,9,3,4)
C0M9Y3K4 
(0%,9%,3%,4%)
(0.00/0.09/0.03/0.04)	

CMYK percentages

%0
%9.39
%3.27
%3.92

Codes

Color #F5DEED in popluar color models

F5DEED
RGB245222237
HSL321°53.49%91.57%
HSB/HSV321°9.39%96.08%
CMYK0.00%9.39%3.27%
3.92%

Color #F5DEED in popluar number systems.

HEXF5DEED
Decimal245222237
Binary111101011101111011101101
Octal365336355

Shades and tints

Shades of #F5DEED

#F5DEED
(245,222,237)
#DFCAD8
(223,202,216)
#C9B6C3
(201,182,195)
#B3A2AE
(179,162,174)
#9D8E99
(157,142,153)
#877A84
(135,122,132)
#71666F
(113,102,111)
#5B525A
(91,82,90)
#453E45
(69,62,69)
#2F2A30
(47,42,48)
#19161B
(25,22,27)
#000000
(0,0,0)

Tints of #F5DEED

#F5DEED
(245,222,237)
#F5E1EE
(245,225,238)
#F5E4EF
(245,228,239)
#F5E7F0
(245,231,240)
#F5EAF1
(245,234,241)
#F5EDF2
(245,237,242)
#F5F0F3
(245,240,243)
#F5F3F4
(245,243,244)
#F5F6F5
(245,246,245)
#F5F9F6
(245,249,246)
#F5FCF7
(245,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5DEED; }

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

This text font color is #F5DEED.


Background Color

.myBgColor { background-color: #F5DEED; }

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

This div background color is #F5DEED.


Border color

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

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

This div border color is #F5DEED.


Opacity

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

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

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

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

This text has shadow with #F5DEED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5DEED on black background.


Color preview on white background

This text has color #F5DEED on white background.



Black color preview on #F5DEED background

This text has black color on #F5DEED background.


White color preview on #F5DEED background

This text has white color on #F5DEED background.