COLOR #F8DCDF

HEX: #F8DCDF RGB: (248,220,223)

Color info

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

RGB color model

#F8DCDF color RGB value is (248,220,223).

RGB: (248,220,223) (97%, 86%, 87%)

RGB channels and saturation

R 248 of 255 = 97%
G 220 of 255 = 86%
B 223 of 255 = 87%

248
220
223

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

Portions of RGB colors in percentages

R + G + B = 248 + 220 + 223 = 691 (100%)
R 248 of 691 ~ 35.89%
G 220 of 691 ~ 31.84%
B 223 of 691 ~ 32.27'%

%35.89
%31.84
%32.27

CMYK color model

#F8DCDF color CMYK value is (0,11,10,3).

  • cyan value is 0.00%
  • magenta value is 11.29%
  • yellow value is 10.08%
  • key color value is 2.75%
CMYK: (0,11,10,3) C0M11Y10K3 (0%,11%,10%,3%) (0.00/0.11/0.10/0.03) 

CMYK percentages

%0
%11.29
%10.08
%2.75

Codes

Color #F8DCDF in popluar color models

F8 DC DF
RGB 248 220 223
HSL 354° 66.67% 91.76%
HSB/HSV 354° 11.29% 97.25%
CMYK 0.00% 11.29% 10.08%
2.75%

Color #F8DCDF in popluar number systems.

HEX F8 DC DF
Decimal 248 220 223
Binary 11111000 11011100 11011111
Octal 370 334 337

Shades and tints

Shades of #F8DCDF

#F8DCDF
(248,220,223)
#E2C8CB
(226,200,203)
#CCB4B7
(204,180,183)
#B6A0A3
(182,160,163)
#A08C8F
(160,140,143)
#8A787B
(138,120,123)
#746467
(116,100,103)
#5E5053
(94,80,83)
#483C3F
(72,60,63)
#32282B
(50,40,43)
#1C1417
(28,20,23)
#000000
(0,0,0)

Tints of #F8DCDF

#F8DCDF
(248,220,223)
#F8DFE1
(248,223,225)
#F8E2E3
(248,226,227)
#F8E5E5
(248,229,229)
#F8E8E7
(248,232,231)
#F8EBE9
(248,235,233)
#F8EEEB
(248,238,235)
#F8F1ED
(248,241,237)
#F8F4EF
(248,244,239)
#F8F7F1
(248,247,241)
#F8FAF3
(248,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8DCDF color. Also use rgb(248,220,223) instead hex code.

Text Font Color

.myTextColor { color: #F8DCDF; }

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

This text font color is #F8DCDF.

Background Color

.myBgColor { background-color: #F8DCDF; }

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

This div background color is #F8DCDF.

Border color

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

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

This div border color is #F8DCDF.

Opacity

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

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

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

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

This text has shadow with #F8DCDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8DCDF.

Preview

Color preview on black background

This text has color #F8DCDF on black background.


Color preview on white background

This text has color #F8DCDF on white background.


Black color preview on #F8DCDF background

This text has black color on #F8DCDF background.


White color preview on #F8DCDF background

This text has white color on #F8DCDF background.


Related colors

Complementary color

Complementary color for #hex is #072320.


I love getcolorcode.com

Triadic colors

1 #DFF8DC and #DCDFF8 with #F8DCDF are triadic colors.

2 #DFDCF8 and #DCF8DF with #F8DCDF are triadic colors.