COLOR #F8D0DF

HEX: #F8D0DF RGB: (248,208,223)

Color info

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

RGB color model

#F8D0DF color RGB value is (248,208,223).

RGB: (248,208,223) (97%, 82%, 87%)

RGB channels and saturation

R 248 of 255 = 97%
G 208 of 255 = 82%
B 223 of 255 = 87%

248
208
223

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

Portions of RGB colors in percentages

R + G + B = 248 + 208 + 223 = 679 (100%)
R 248 of 679 ~ 36.52%
G 208 of 679 ~ 30.63%
B 223 of 679 ~ 32.84'%

%36.52
%30.63
%32.84

CMYK color model

#F8D0DF color CMYK value is (0,16,10,3).

  • cyan value is 0.00%
  • magenta value is 16.13%
  • yellow value is 10.08%
  • key color value is 2.75%
CMYK: (0,16,10,3) C0M16Y10K3 (0%,16%,10%,3%) (0.00/0.16/0.10/0.03) 

CMYK percentages

%0
%16.13
%10.08
%2.75

Codes

Color #F8D0DF in popluar color models

F8 D0 DF
RGB 248 208 223
HSL 338° 74.07% 89.41%
HSB/HSV 338° 16.13% 97.25%
CMYK 0.00% 16.13% 10.08%
2.75%

Color #F8D0DF in popluar number systems.

HEX F8 D0 DF
Decimal 248 208 223
Binary 11111000 11010000 11011111
Octal 370 320 337

Shades and tints

Shades of #F8D0DF

#F8D0DF
(248,208,223)
#E2BECB
(226,190,203)
#CCACB7
(204,172,183)
#B69AA3
(182,154,163)
#A0888F
(160,136,143)
#8A767B
(138,118,123)
#746467
(116,100,103)
#5E5253
(94,82,83)
#48403F
(72,64,63)
#322E2B
(50,46,43)
#1C1C17
(28,28,23)
#000000
(0,0,0)

Tints of #F8D0DF

#F8D0DF
(248,208,223)
#F8D4E1
(248,212,225)
#F8D8E3
(248,216,227)
#F8DCE5
(248,220,229)
#F8E0E7
(248,224,231)
#F8E4E9
(248,228,233)
#F8E8EB
(248,232,235)
#F8ECED
(248,236,237)
#F8F0EF
(248,240,239)
#F8F4F1
(248,244,241)
#F8F8F3
(248,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8D0DF; }

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

This text font color is #F8D0DF.

Background Color

.myBgColor { background-color: #F8D0DF; }

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

This div background color is #F8D0DF.

Border color

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

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

This div border color is #F8D0DF.

Opacity

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

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

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

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

This text has shadow with #F8D0DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8D0DF.

Preview

Color preview on black background

This text has color #F8D0DF on black background.


Color preview on white background

This text has color #F8D0DF on white background.


Black color preview on #F8D0DF background

This text has black color on #F8D0DF background.


White color preview on #F8D0DF background

This text has white color on #F8D0DF background.


Related colors

Complementary color

Complementary color for #hex is #072F20.


I love getcolorcode.com

Triadic colors

1 #DFF8D0 and #D0DFF8 with #F8D0DF are triadic colors.

2 #DFD0F8 and #D0F8DF with #F8D0DF are triadic colors.