COLOR #F5DEEC

HEX: #F5DEEC RGB: (245,222,236)

Color info

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

RGB color model

#F5DEEC color RGB value is (245,222,236).

RGB: (245,222,236) (96%, 87%, 93%)

RGB channels and saturation

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

245
222
236

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

Portions of RGB colors in percentages

R + G + B = 245 + 222 + 236 = 703 (100%)
R 245 of 703 ~ 34.85%
G 222 of 703 ~ 31.58%
B 236 of 703 ~ 33.57'%

%34.85
%31.58
%33.57

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.39%
  • yellow value is 3.67%
  • key color value is 3.92%

CMYK: (0,9,4,4)
C0M9Y4K4 (0%, 9%, 4%, 4%)
(0.00 / 0.09 / 0.04 / 0.04)

CMYK percentages

%0
%9.39
%3.67
%3.92

Codes

Color #F5DEEC in popluar color models

F5 DE EC
RGB 245 222 236
HSL 323° 53.49% 91.57%
HSB/HSV 323° 9.39% 96.08%
CMYK 0.00% 9.39% 3.67%
3.92%

Color #F5DEEC in popluar number systems.

HEX F5 DE EC
Decimal 245 222 236
Binary 11110101 11011110 11101100
Octal 365 336 354

Shades and tints

Shades of #F5DEEC

#F5DEEC
(245,222,236)
#DFCAD7
(223,202,215)
#C9B6C2
(201,182,194)
#B3A2AD
(179,162,173)
#9D8E98
(157,142,152)
#877A83
(135,122,131)
#71666E
(113,102,110)
#5B5259
(91,82,89)
#453E44
(69,62,68)
#2F2A2F
(47,42,47)
#19161A
(25,22,26)
#000000
(0,0,0)

Tints of #F5DEEC

#F5DEEC
(245,222,236)
#F5E1ED
(245,225,237)
#F5E4EE
(245,228,238)
#F5E7EF
(245,231,239)
#F5EAF0
(245,234,240)
#F5EDF1
(245,237,241)
#F5F0F2
(245,240,242)
#F5F3F3
(245,243,243)
#F5F6F4
(245,246,244)
#F5F9F5
(245,249,245)
#F5FCF6
(245,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5DEEC; }

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

This text font color is #F5DEEC.

Background Color

.myBgColor { background-color: #F5DEEC; }

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

This div background color is #F5DEEC.

Border color

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

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

This div border color is #F5DEEC.

Opacity

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

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

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

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

This text has shadow with #F5DEEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5DEEC.

Preview

Color preview on black background

This text has color #F5DEEC on black background.


Color preview on white background

This text has color #F5DEEC on white background.


Black color preview on #F5DEEC background

This text has black color on #F5DEEC background.


White color preview on #F5DEEC background

This text has white color on #F5DEEC background.


Related colors

Complementary color

Complementary color for #hex is #0A2113.


I love getcolorcode.com

Triadic colors

1 #ECF5DE and #DEECF5 with #F5DEEC are triadic colors.

2 #ECDEF5 and #DEF5EC with #F5DEEC are triadic colors.