COLOR #F5DEDA

HEX: #F5DEDA RGB: (245,222,218)

Color info

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

RGB color model

#F5DEDA color RGB value is (245,222,218).

RGB: (245,222,218) (96%, 87%, 85%)

RGB channels and saturation

R 245 of 255 = 96%
G 222 of 255 = 87%
B 218 of 255 = 85%

245
222
218

R + G + B ~ 89%. #F5DEDA is light color.

Portions of RGB colors in percentages

R + G + B = 245 + 222 + 218 = 685 (100%)
R 245 of 685 ~ 35.77%
G 222 of 685 ~ 32.41%
B 218 of 685 ~ 31.82'%

%35.77
%32.41
%31.82

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.39%
  • yellow value is 11.02%
  • 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
%11.02
%3.92

Codes

Color #F5DEDA in popluar color models

F5 DE DA
RGB 245 222 218
HSL 57.45% 90.78%
HSB/HSV 11.02% 96.08%
CMYK 0.00% 9.39% 11.02%
3.92%

Color #F5DEDA in popluar number systems.

HEX F5 DE DA
Decimal 245 222 218
Binary 11110101 11011110 11011010
Octal 365 336 332

Shades and tints

Shades of #F5DEDA

#F5DEDA
(245,222,218)
#DFCAC7
(223,202,199)
#C9B6B4
(201,182,180)
#B3A2A1
(179,162,161)
#9D8E8E
(157,142,142)
#877A7B
(135,122,123)
#716668
(113,102,104)
#5B5255
(91,82,85)
#453E42
(69,62,66)
#2F2A2F
(47,42,47)
#19161C
(25,22,28)
#000000
(0,0,0)

Tints of #F5DEDA

#F5DEDA
(245,222,218)
#F5E1DD
(245,225,221)
#F5E4E0
(245,228,224)
#F5E7E3
(245,231,227)
#F5EAE6
(245,234,230)
#F5EDE9
(245,237,233)
#F5F0EC
(245,240,236)
#F5F3EF
(245,243,239)
#F5F6F2
(245,246,242)
#F5F9F5
(245,249,245)
#F5FCF8
(245,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5DEDA; }

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

This text font color is #F5DEDA.

Background Color

.myBgColor { background-color: #F5DEDA; }

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

This div background color is #F5DEDA.

Border color

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

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

This div border color is #F5DEDA.

Opacity

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

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

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

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

This text has shadow with #F5DEDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5DEDA.

Preview

Color preview on black background

This text has color #F5DEDA on black background.


Color preview on white background

This text has color #F5DEDA on white background.


Black color preview on #F5DEDA background

This text has black color on #F5DEDA background.


White color preview on #F5DEDA background

This text has white color on #F5DEDA background.


Related colors

Complementary color

Complementary color for #hex is #0A2125.


I love getcolorcode.com

Triadic colors

1 #DAF5DE and #DEDAF5 with #F5DEDA are triadic colors.

2 #DADEF5 and #DEF5DA with #F5DEDA are triadic colors.