COLOR #F8D6DA

HEX: #F8D6DA RGB: (248,214,218)

Color info

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

RGB color model

#F8D6DA color RGB value is (248,214,218).

RGB: (248,214,218) (97%, 84%, 85%)

RGB channels and saturation

R 248 of 255 = 97%
G 214 of 255 = 84%
B 218 of 255 = 85%

248
214
218

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

Portions of RGB colors in percentages

R + G + B = 248 + 214 + 218 = 680 (100%)
R 248 of 680 ~ 36.47%
G 214 of 680 ~ 31.47%
B 218 of 680 ~ 32.06'%

%36.47
%31.47
%32.06

CMYK color model

#F8D6DA color CMYK value is (0,14,12,3).

  • cyan value is 0.00%
  • magenta value is 13.71%
  • yellow value is 12.10%
  • key color value is 2.75%

CMYK: (0,14,12,3)
C0M14Y12K3 (0%, 14%, 12%, 3%)
(0.00 / 0.14 / 0.12 / 0.03)

CMYK percentages

%0
%13.71
%12.1
%2.75

Codes

Color #F8D6DA in popluar color models

F8 D6 DA
RGB 248 214 218
HSL 353° 70.83% 90.59%
HSB/HSV 353° 13.71% 97.25%
CMYK 0.00% 13.71% 12.10%
2.75%

Color #F8D6DA in popluar number systems.

HEX F8 D6 DA
Decimal 248 214 218
Binary 11111000 11010110 11011010
Octal 370 326 332

Shades and tints

Shades of #F8D6DA

#F8D6DA
(248,214,218)
#E2C3C7
(226,195,199)
#CCB0B4
(204,176,180)
#B69DA1
(182,157,161)
#A08A8E
(160,138,142)
#8A777B
(138,119,123)
#746468
(116,100,104)
#5E5155
(94,81,85)
#483E42
(72,62,66)
#322B2F
(50,43,47)
#1C181C
(28,24,28)
#000000
(0,0,0)

Tints of #F8D6DA

#F8D6DA
(248,214,218)
#F8D9DD
(248,217,221)
#F8DCE0
(248,220,224)
#F8DFE3
(248,223,227)
#F8E2E6
(248,226,230)
#F8E5E9
(248,229,233)
#F8E8EC
(248,232,236)
#F8EBEF
(248,235,239)
#F8EEF2
(248,238,242)
#F8F1F5
(248,241,245)
#F8F4F8
(248,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8D6DA color. Also use rgb(248,214,218) instead hex code.

Text Font Color

.myTextColor { color: #F8D6DA; }

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

This text font color is #F8D6DA.

Background Color

.myBgColor { background-color: #F8D6DA; }

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

This div background color is #F8D6DA.

Border color

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

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

This div border color is #F8D6DA.

Opacity

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

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

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

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

This text has shadow with #F8D6DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8D6DA.

Preview

Color preview on black background

This text has color #F8D6DA on black background.


Color preview on white background

This text has color #F8D6DA on white background.


Black color preview on #F8D6DA background

This text has black color on #F8D6DA background.


White color preview on #F8D6DA background

This text has white color on #F8D6DA background.


Related colors

Complementary color

Complementary color for #hex is #072925.


I love getcolorcode.com

Triadic colors

1 #DAF8D6 and #D6DAF8 with #F8D6DA are triadic colors.

2 #DAD6F8 and #D6F8DA with #F8D6DA are triadic colors.