COLOR #F5DEDB

HEX: #F5DEDB RGB: (245,222,219)

Color info

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

RGB color model

#F5DEDB color RGB value is (245,222,219).

RGB: (245,222,219) (96%, 87%, 86%)

RGB channels and saturation

R 245 of 255 = 96%
G 222 of 255 = 87%
B 219 of 255 = 86%

245
222
219

R + G + B ~ 90%. #F5DEDB is light color.

Portions of RGB colors in percentages

R + G + B = 245 + 222 + 219 = 686 (100%)
R 245 of 686 ~ 35.71%
G 222 of 686 ~ 32.36%
B 219 of 686 ~ 31.92'%

%35.71
%32.36
%31.92

CMYK color model

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

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

CMYK: (0,9,11,4)
C0M9Y11K4 (0%, 9%, 11%, 4%)
(0.00 / 0.09 / 0.11 / 0.04)

CMYK percentages

%0
%9.39
%10.61
%3.92

Codes

Color #F5DEDB in popluar color models

F5 DE DB
RGB 245 222 219
HSL 56.52% 90.98%
HSB/HSV 10.61% 96.08%
CMYK 0.00% 9.39% 10.61%
3.92%

Color #F5DEDB in popluar number systems.

HEX F5 DE DB
Decimal 245 222 219
Binary 11110101 11011110 11011011
Octal 365 336 333

Shades and tints

Shades of #F5DEDB

#F5DEDB
(245,222,219)
#DFCAC8
(223,202,200)
#C9B6B5
(201,182,181)
#B3A2A2
(179,162,162)
#9D8E8F
(157,142,143)
#877A7C
(135,122,124)
#716669
(113,102,105)
#5B5256
(91,82,86)
#453E43
(69,62,67)
#2F2A30
(47,42,48)
#19161D
(25,22,29)
#000000
(0,0,0)

Tints of #F5DEDB

#F5DEDB
(245,222,219)
#F5E1DE
(245,225,222)
#F5E4E1
(245,228,225)
#F5E7E4
(245,231,228)
#F5EAE7
(245,234,231)
#F5EDEA
(245,237,234)
#F5F0ED
(245,240,237)
#F5F3F0
(245,243,240)
#F5F6F3
(245,246,243)
#F5F9F6
(245,249,246)
#F5FCF9
(245,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5DEDB; }

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

This text font color is #F5DEDB.

Background Color

.myBgColor { background-color: #F5DEDB; }

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

This div background color is #F5DEDB.

Border color

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

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

This div border color is #F5DEDB.

Opacity

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

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

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

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

This text has shadow with #F5DEDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5DEDB.

Preview

Color preview on black background

This text has color #F5DEDB on black background.


Color preview on white background

This text has color #F5DEDB on white background.


Black color preview on #F5DEDB background

This text has black color on #F5DEDB background.


White color preview on #F5DEDB background

This text has white color on #F5DEDB background.


Related colors

Complementary color

Complementary color for #hex is #0A2124.


I love getcolorcode.com

Triadic colors

1 #DBF5DE and #DEDBF5 with #F5DEDB are triadic colors.

2 #DBDEF5 and #DEF5DB with #F5DEDB are triadic colors.