COLOR #F8D2D8

HEX: #F8D2D8 RGB: (248,210,216)

Color info

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

RGB color model

#F8D2D8 color RGB value is (248,210,216).

RGB: (248,210,216) (97%, 82%, 85%)

RGB channels and saturation

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

248
210
216

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

Portions of RGB colors in percentages

R + G + B = 248 + 210 + 216 = 674 (100%)
R 248 of 674 ~ 36.8%
G 210 of 674 ~ 31.16%
B 216 of 674 ~ 32.05'%

%36.8
%31.16
%32.05

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.32%
  • yellow value is 12.90%
  • 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.9
%2.75

Codes

Color #F8D2D8 in popluar color models

F8 D2 D8
RGB 248 210 216
HSL 351° 73.08% 89.80%
HSB/HSV 351° 15.32% 97.25%
CMYK 0.00% 15.32% 12.90%
2.75%

Color #F8D2D8 in popluar number systems.

HEX F8 D2 D8
Decimal 248 210 216
Binary 11111000 11010010 11011000
Octal 370 322 330

Shades and tints

Shades of #F8D2D8

#F8D2D8
(248,210,216)
#E2BFC5
(226,191,197)
#CCACB2
(204,172,178)
#B6999F
(182,153,159)
#A0868C
(160,134,140)
#8A7379
(138,115,121)
#746066
(116,96,102)
#5E4D53
(94,77,83)
#483A40
(72,58,64)
#32272D
(50,39,45)
#1C141A
(28,20,26)
#000000
(0,0,0)

Tints of #F8D2D8

#F8D2D8
(248,210,216)
#F8D6DB
(248,214,219)
#F8DADE
(248,218,222)
#F8DEE1
(248,222,225)
#F8E2E4
(248,226,228)
#F8E6E7
(248,230,231)
#F8EAEA
(248,234,234)
#F8EEED
(248,238,237)
#F8F2F0
(248,242,240)
#F8F6F3
(248,246,243)
#F8FAF6
(248,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8D2D8; }

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

This text font color is #F8D2D8.

Background Color

.myBgColor { background-color: #F8D2D8; }

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

This div background color is #F8D2D8.

Border color

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

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

This div border color is #F8D2D8.

Opacity

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

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

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

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

This text has shadow with #F8D2D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8D2D8.

Preview

Color preview on black background

This text has color #F8D2D8 on black background.


Color preview on white background

This text has color #F8D2D8 on white background.


Black color preview on #F8D2D8 background

This text has black color on #F8D2D8 background.


White color preview on #F8D2D8 background

This text has white color on #F8D2D8 background.


Related colors

Complementary color

Complementary color for #hex is #072D27.


I love getcolorcode.com

Triadic colors

1 #D8F8D2 and #D2D8F8 with #F8D2D8 are triadic colors.

2 #D8D2F8 and #D2F8D8 with #F8D2D8 are triadic colors.