COLOR #F8D7CF

HEX: #F8D7CF
RGB: (248,215,207)

Color info

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

RGB color model

#F8D7CF color RGB value is (248,215,207).

  • red value is 248;
  • green value is 215;
  • blue value is 207.
RGB:
(248,215,207)
(97%,84%,81%)

RGB channels and saturation

R 248 of 255 = 97%
G 215 of 255 = 84%
B 207 of 255 = 81%

248
215
207

R + G + B ~ 87%. #F8D7CF is light color.

Portions of RGB colors in percentages

R + G + B =
248 + 215 + 207 = 670 (100%)
R 248 of 670 ~ 37.01%
G 215 of 670 ~ 32.09%
B 207 of 670 ~ 30.9%

%37.01
%32.09
%30.9

CMYK color model

#F8D7CF color CMYK value is (0,13,17,3).

  • cyan value is 0.00%
  • magenta value is 13.31%
  • yellow value is 16.53%
  • key color value is 2.75%
CMYK:
(0,13,17,3)
C0M13Y17K3 
(0%,13%,17%,3%)
(0.00/0.13/0.17/0.03)	

CMYK percentages

%0
%13.31
%16.53
%2.75

Codes

Color #F8D7CF in popluar color models

F8D7CF
RGB248215207
HSL12°74.55%89.22%
HSB/HSV12°16.53%97.25%
CMYK0.00%13.31%16.53%
2.75%

Color #F8D7CF in popluar number systems.

HEXF8D7CF
Decimal248215207
Binary111110001101011111001111
Octal370327317

Shades and tints

Shades of #F8D7CF

#F8D7CF
(248,215,207)
#E2C4BD
(226,196,189)
#CCB1AB
(204,177,171)
#B69E99
(182,158,153)
#A08B87
(160,139,135)
#8A7875
(138,120,117)
#746563
(116,101,99)
#5E5251
(94,82,81)
#483F3F
(72,63,63)
#322C2D
(50,44,45)
#1C191B
(28,25,27)
#000000
(0,0,0)

Tints of #F8D7CF

#F8D7CF
(248,215,207)
#F8DAD3
(248,218,211)
#F8DDD7
(248,221,215)
#F8E0DB
(248,224,219)
#F8E3DF
(248,227,223)
#F8E6E3
(248,230,227)
#F8E9E7
(248,233,231)
#F8ECEB
(248,236,235)
#F8EFEF
(248,239,239)
#F8F2F3
(248,242,243)
#F8F5F7
(248,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8D7CF; }

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

This text font color is #F8D7CF.


Background Color

.myBgColor { background-color: #F8D7CF; }

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

This div background color is #F8D7CF.


Border color

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

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

This div border color is #F8D7CF.


Opacity

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

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

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

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

This text has shadow with #F8D7CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8D7CF on black background.


Color preview on white background

This text has color #F8D7CF on white background.



Black color preview on #F8D7CF background

This text has black color on #F8D7CF background.


White color preview on #F8D7CF background

This text has white color on #F8D7CF background.