COLOR #F8DDCD

HEX: #F8DDCD RGB: (248,221,205)

Color info

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

RGB color model

#F8DDCD color RGB value is (248,221,205).

RGB: (248,221,205) (97%, 87%, 80%)

RGB channels and saturation

R 248 of 255 = 97%
G 221 of 255 = 87%
B 205 of 255 = 80%

248
221
205

R + G + B ~ 88%. #F8DDCD is light color.

Portions of RGB colors in percentages

R + G + B = 248 + 221 + 205 = 674 (100%)
R 248 of 674 ~ 36.8%
G 221 of 674 ~ 32.79%
B 205 of 674 ~ 30.42'%

%36.8
%32.79
%30.42

CMYK color model

#F8DDCD color CMYK value is (0,11,17,3).

  • cyan value is 0.00%
  • magenta value is 10.89%
  • yellow value is 17.34%
  • key color value is 2.75%

CMYK: (0,11,17,3)
C0M11Y17K3 (0%, 11%, 17%, 3%)
(0.00 / 0.11 / 0.17 / 0.03)

CMYK percentages

%0
%10.89
%17.34
%2.75

Codes

Color #F8DDCD in popluar color models

F8 DD CD
RGB 248 221 205
HSL 22° 75.44% 88.82%
HSB/HSV 22° 17.34% 97.25%
CMYK 0.00% 10.89% 17.34%
2.75%

Color #F8DDCD in popluar number systems.

HEX F8 DD CD
Decimal 248 221 205
Binary 11111000 11011101 11001101
Octal 370 335 315

Shades and tints

Shades of #F8DDCD

#F8DDCD
(248,221,205)
#E2C9BB
(226,201,187)
#CCB5A9
(204,181,169)
#B6A197
(182,161,151)
#A08D85
(160,141,133)
#8A7973
(138,121,115)
#746561
(116,101,97)
#5E514F
(94,81,79)
#483D3D
(72,61,61)
#32292B
(50,41,43)
#1C1519
(28,21,25)
#000000
(0,0,0)

Tints of #F8DDCD

#F8DDCD
(248,221,205)
#F8E0D1
(248,224,209)
#F8E3D5
(248,227,213)
#F8E6D9
(248,230,217)
#F8E9DD
(248,233,221)
#F8ECE1
(248,236,225)
#F8EFE5
(248,239,229)
#F8F2E9
(248,242,233)
#F8F5ED
(248,245,237)
#F8F8F1
(248,248,241)
#F8FBF5
(248,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8DDCD color. Also use rgb(248,221,205) instead hex code.

Text Font Color

.myTextColor { color: #F8DDCD; }

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

This text font color is #F8DDCD.

Background Color

.myBgColor { background-color: #F8DDCD; }

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

This div background color is #F8DDCD.

Border color

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

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

This div border color is #F8DDCD.

Opacity

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

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

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

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

This text has shadow with #F8DDCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8DDCD.

Preview

Color preview on black background

This text has color #F8DDCD on black background.


Color preview on white background

This text has color #F8DDCD on white background.


Black color preview on #F8DDCD background

This text has black color on #F8DDCD background.


White color preview on #F8DDCD background

This text has white color on #F8DDCD background.


Related colors

Complementary color

Complementary color for #F8DDCD is #072232.


I love getcolorcode.com

Triadic colors

1 #CDF8DD and #DDCDF8 with #F8DDCD are triadic colors.

2 #CDDDF8 and #DDF8CD with #F8DDCD are triadic colors.