COLOR #F8D1DD

HEX: #F8D1DD RGB: (248,209,221)

Color info

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

RGB color model

#F8D1DD color RGB value is (248,209,221).

RGB: (248,209,221) (97%, 82%, 87%)

RGB channels and saturation

R 248 of 255 = 97%
G 209 of 255 = 82%
B 221 of 255 = 87%

248
209
221

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

Portions of RGB colors in percentages

R + G + B = 248 + 209 + 221 = 678 (100%)
R 248 of 678 ~ 36.58%
G 209 of 678 ~ 30.83%
B 221 of 678 ~ 32.6'%

%36.58
%30.83
%32.6

CMYK color model

#F8D1DD color CMYK value is (0,16,11,3).

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

CMYK: (0,16,11,3)
C0M16Y11K3 (0%, 16%, 11%, 3%)
(0.00 / 0.16 / 0.11 / 0.03)

CMYK percentages

%0
%15.73
%10.89
%2.75

Codes

Color #F8D1DD in popluar color models

F8 D1 DD
RGB 248 209 221
HSL 342° 73.58% 89.61%
HSB/HSV 342° 15.73% 97.25%
CMYK 0.00% 15.73% 10.89%
2.75%

Color #F8D1DD in popluar number systems.

HEX F8 D1 DD
Decimal 248 209 221
Binary 11111000 11010001 11011101
Octal 370 321 335

Shades and tints

Shades of #F8D1DD

#F8D1DD
(248,209,221)
#E2BEC9
(226,190,201)
#CCABB5
(204,171,181)
#B698A1
(182,152,161)
#A0858D
(160,133,141)
#8A7279
(138,114,121)
#745F65
(116,95,101)
#5E4C51
(94,76,81)
#48393D
(72,57,61)
#322629
(50,38,41)
#1C1315
(28,19,21)
#000000
(0,0,0)

Tints of #F8D1DD

#F8D1DD
(248,209,221)
#F8D5E0
(248,213,224)
#F8D9E3
(248,217,227)
#F8DDE6
(248,221,230)
#F8E1E9
(248,225,233)
#F8E5EC
(248,229,236)
#F8E9EF
(248,233,239)
#F8EDF2
(248,237,242)
#F8F1F5
(248,241,245)
#F8F5F8
(248,245,248)
#F8F9FB
(248,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8D1DD; }

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

This text font color is #F8D1DD.

Background Color

.myBgColor { background-color: #F8D1DD; }

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

This div background color is #F8D1DD.

Border color

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

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

This div border color is #F8D1DD.

Opacity

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

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

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

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

This text has shadow with #F8D1DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8D1DD.

Preview

Color preview on black background

This text has color #F8D1DD on black background.


Color preview on white background

This text has color #F8D1DD on white background.


Black color preview on #F8D1DD background

This text has black color on #F8D1DD background.


White color preview on #F8D1DD background

This text has white color on #F8D1DD background.


Related colors

Complementary color

Complementary color for #hex is #072E22.


I love getcolorcode.com

Triadic colors

1 #DDF8D1 and #D1DDF8 with #F8D1DD are triadic colors.

2 #DDD1F8 and #D1F8DD with #F8D1DD are triadic colors.