COLOR #F5DFDD

HEX: #F5DFDD RGB: (245,223,221)

Color info

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

RGB color model

#F5DFDD color RGB value is (245,223,221).

RGB: (245,223,221) (96%, 87%, 87%)

RGB channels and saturation

R 245 of 255 = 96%
G 223 of 255 = 87%
B 221 of 255 = 87%

245
223
221

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

Portions of RGB colors in percentages

R + G + B = 245 + 223 + 221 = 689 (100%)
R 245 of 689 ~ 35.56%
G 223 of 689 ~ 32.37%
B 221 of 689 ~ 32.08'%

%35.56
%32.37
%32.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.98%
  • yellow value is 9.80%
  • key color value is 3.92%

CMYK: (0,9,10,4)
C0M9Y10K4 (0%, 9%, 10%, 4%)
(0.00 / 0.09 / 0.10 / 0.04)

CMYK percentages

%0
%8.98
%9.8
%3.92

Codes

Color #F5DFDD in popluar color models

F5 DF DD
RGB 245 223 221
HSL 54.55% 91.37%
HSB/HSV 9.80% 96.08%
CMYK 0.00% 8.98% 9.80%
3.92%

Color #F5DFDD in popluar number systems.

HEX F5 DF DD
Decimal 245 223 221
Binary 11110101 11011111 11011101
Octal 365 337 335

Shades and tints

Shades of #F5DFDD

#F5DFDD
(245,223,221)
#DFCBC9
(223,203,201)
#C9B7B5
(201,183,181)
#B3A3A1
(179,163,161)
#9D8F8D
(157,143,141)
#877B79
(135,123,121)
#716765
(113,103,101)
#5B5351
(91,83,81)
#453F3D
(69,63,61)
#2F2B29
(47,43,41)
#191715
(25,23,21)
#000000
(0,0,0)

Tints of #F5DFDD

#F5DFDD
(245,223,221)
#F5E1E0
(245,225,224)
#F5E3E3
(245,227,227)
#F5E5E6
(245,229,230)
#F5E7E9
(245,231,233)
#F5E9EC
(245,233,236)
#F5EBEF
(245,235,239)
#F5EDF2
(245,237,242)
#F5EFF5
(245,239,245)
#F5F1F8
(245,241,248)
#F5F3FB
(245,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5DFDD color. Also use rgb(245,223,221) instead hex code.

Text Font Color

.myTextColor { color: #F5DFDD; }

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

This text font color is #F5DFDD.

Background Color

.myBgColor { background-color: #F5DFDD; }

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

This div background color is #F5DFDD.

Border color

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

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

This div border color is #F5DFDD.

Opacity

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

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

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

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

This text has shadow with #F5DFDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5DFDD.

Preview

Color preview on black background

This text has color #F5DFDD on black background.


Color preview on white background

This text has color #F5DFDD on white background.


Black color preview on #F5DFDD background

This text has black color on #F5DFDD background.


White color preview on #F5DFDD background

This text has white color on #F5DFDD background.


Related colors

Complementary color

Complementary color for #hex is #0A2022.


I love getcolorcode.com

Triadic colors

1 #DDF5DF and #DFDDF5 with #F5DFDD are triadic colors.

2 #DDDFF5 and #DFF5DD with #F5DFDD are triadic colors.