COLOR #F8D2D9

HEX: #F8D2D9
RGB: (248,210,217)

Color info

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

RGB color model

#F8D2D9 color RGB value is (248,210,217).

  • red value is 248;
  • green value is 210;
  • blue value is 217.
RGB:
(248,210,217)
(97%,82%,85%)

RGB channels and saturation

R 248 of 255 = 97%
G 210 of 255 = 82%
B 217 of 255 = 85%

248
210
217

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

Portions of RGB colors in percentages

R + G + B =
248 + 210 + 217 = 675 (100%)
R 248 of 675 ~ 36.74%
G 210 of 675 ~ 31.11%
B 217 of 675 ~ 32.15%

%36.74
%31.11
%32.15

CMYK color model

#F8D2D9 color CMYK value is (0,15,13,3).

  • cyan value is 0.00%
  • magenta value is 15.32%
  • yellow value is 12.50%
  • key color value is 2.75%
CMYK:
(0,15,13,3)
C0M15Y13K3 
(0%,15%,13%,3%)
(0.00/0.15/0.13/0.03)	

CMYK percentages

%0
%15.32
%12.5
%2.75

Codes

Color #F8D2D9 in popluar color models

F8D2D9
RGB248210217
HSL349°73.08%89.80%
HSB/HSV349°15.32%97.25%
CMYK0.00%15.32%12.50%
2.75%

Color #F8D2D9 in popluar number systems.

HEXF8D2D9
Decimal248210217
Binary111110001101001011011001
Octal370322331

Shades and tints

Shades of #F8D2D9

#F8D2D9
(248,210,217)
#E2BFC6
(226,191,198)
#CCACB3
(204,172,179)
#B699A0
(182,153,160)
#A0868D
(160,134,141)
#8A737A
(138,115,122)
#746067
(116,96,103)
#5E4D54
(94,77,84)
#483A41
(72,58,65)
#32272E
(50,39,46)
#1C141B
(28,20,27)
#000000
(0,0,0)

Tints of #F8D2D9

#F8D2D9
(248,210,217)
#F8D6DC
(248,214,220)
#F8DADF
(248,218,223)
#F8DEE2
(248,222,226)
#F8E2E5
(248,226,229)
#F8E6E8
(248,230,232)
#F8EAEB
(248,234,235)
#F8EEEE
(248,238,238)
#F8F2F1
(248,242,241)
#F8F6F4
(248,246,244)
#F8FAF7
(248,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8D2D9 color. Also use rgb(248,210,217) instead hex code.

Text Font Color

.myTextColor { color: #F8D2D9; }

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

This text font color is #F8D2D9.


Background Color

.myBgColor { background-color: #F8D2D9; }

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

This div background color is #F8D2D9.


Border color

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

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

This div border color is #F8D2D9.


Opacity

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

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

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

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

This text has shadow with #F8D2D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8D2D9 on black background.


Color preview on white background

This text has color #F8D2D9 on white background.



Black color preview on #F8D2D9 background

This text has black color on #F8D2D9 background.


White color preview on #F8D2D9 background

This text has white color on #F8D2D9 background.