COLOR #F8D6D6

HEX: #F8D6D6 RGB: (248,214,214)

Color info

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

RGB color model

#F8D6D6 color RGB value is (248,214,214).

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

RGB channels and saturation

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

248
214
214

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

Portions of RGB colors in percentages

R + G + B = 248 + 214 + 214 = 676 (100%)
R 248 of 676 ~ 36.69%
G 214 of 676 ~ 31.66%
B 214 of 676 ~ 31.66'%

%36.69
%31.66
%31.66

CMYK color model

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

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

CMYK: (0,14,14,3)
C0M14Y14K3 (0%, 14%, 14%, 3%)
(0.00 / 0.14 / 0.14 / 0.03)

CMYK percentages

%0
%13.71
%13.71
%2.75

Codes

Color #F8D6D6 in popluar color models

F8 D6 D6
RGB 248 214 214
HSL 70.83% 90.59%
HSB/HSV 13.71% 97.25%
CMYK 0.00% 13.71% 13.71%
2.75%

Color #F8D6D6 in popluar number systems.

HEX F8 D6 D6
Decimal 248 214 214
Binary 11111000 11010110 11010110
Octal 370 326 326

Shades and tints

Shades of #F8D6D6

#F8D6D6
(248,214,214)
#E2C3C3
(226,195,195)
#CCB0B0
(204,176,176)
#B69D9D
(182,157,157)
#A08A8A
(160,138,138)
#8A7777
(138,119,119)
#746464
(116,100,100)
#5E5151
(94,81,81)
#483E3E
(72,62,62)
#322B2B
(50,43,43)
#1C1818
(28,24,24)
#000000
(0,0,0)

Tints of #F8D6D6

#F8D6D6
(248,214,214)
#F8D9D9
(248,217,217)
#F8DCDC
(248,220,220)
#F8DFDF
(248,223,223)
#F8E2E2
(248,226,226)
#F8E5E5
(248,229,229)
#F8E8E8
(248,232,232)
#F8EBEB
(248,235,235)
#F8EEEE
(248,238,238)
#F8F1F1
(248,241,241)
#F8F4F4
(248,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8D6D6; }

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

This text font color is #F8D6D6.

Background Color

.myBgColor { background-color: #F8D6D6; }

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

This div background color is #F8D6D6.

Border color

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

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

This div border color is #F8D6D6.

Opacity

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

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

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

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

This text has shadow with #F8D6D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8D6D6.

Preview

Color preview on black background

This text has color #F8D6D6 on black background.


Color preview on white background

This text has color #F8D6D6 on white background.


Black color preview on #F8D6D6 background

This text has black color on #F8D6D6 background.


White color preview on #F8D6D6 background

This text has white color on #F8D6D6 background.


Related colors

Complementary color

Complementary color for #hex is #072929.


I love getcolorcode.com