COLOR #F8DFCC

HEX: #F8DFCC
RGB: (248,223,204)

Color info

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

RGB color model

#F8DFCC color RGB value is (248,223,204).

  • red value is 248;
  • green value is 223;
  • blue value is 204.
RGB:
(248,223,204)
(97%,87%,80%)

RGB channels and saturation

R 248 of 255 = 97%
G 223 of 255 = 87%
B 204 of 255 = 80%

248
223
204

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

Portions of RGB colors in percentages

R + G + B =
248 + 223 + 204 = 675 (100%)
R 248 of 675 ~ 36.74%
G 223 of 675 ~ 33.04%
B 204 of 675 ~ 30.22%

%36.74
%33.04
%30.22

CMYK color model

#F8DFCC color CMYK value is (0,10,18,3).

  • cyan value is 0.00%
  • magenta value is 10.08%
  • yellow value is 17.74%
  • key color value is 2.75%
CMYK:
(0,10,18,3)
C0M10Y18K3 
(0%,10%,18%,3%)
(0.00/0.10/0.18/0.03)	

CMYK percentages

%0
%10.08
%17.74
%2.75

Codes

Color #F8DFCC in popluar color models

F8DFCC
RGB248223204
HSL26°75.86%88.63%
HSB/HSV26°17.74%97.25%
CMYK0.00%10.08%17.74%
2.75%

Color #F8DFCC in popluar number systems.

HEXF8DFCC
Decimal248223204
Binary111110001101111111001100
Octal370337314

Shades and tints

Shades of #F8DFCC

#F8DFCC
(248,223,204)
#E2CBBA
(226,203,186)
#CCB7A8
(204,183,168)
#B6A396
(182,163,150)
#A08F84
(160,143,132)
#8A7B72
(138,123,114)
#746760
(116,103,96)
#5E534E
(94,83,78)
#483F3C
(72,63,60)
#322B2A
(50,43,42)
#1C1718
(28,23,24)
#000000
(0,0,0)

Tints of #F8DFCC

#F8DFCC
(248,223,204)
#F8E1D0
(248,225,208)
#F8E3D4
(248,227,212)
#F8E5D8
(248,229,216)
#F8E7DC
(248,231,220)
#F8E9E0
(248,233,224)
#F8EBE4
(248,235,228)
#F8EDE8
(248,237,232)
#F8EFEC
(248,239,236)
#F8F1F0
(248,241,240)
#F8F3F4
(248,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8DFCC; }

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

This text font color is #F8DFCC.


Background Color

.myBgColor { background-color: #F8DFCC; }

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

This div background color is #F8DFCC.


Border color

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

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

This div border color is #F8DFCC.


Opacity

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

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

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

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

This text has shadow with #F8DFCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8DFCC on black background.


Color preview on white background

This text has color #F8DFCC on white background.



Black color preview on #F8DFCC background

This text has black color on #F8DFCC background.


White color preview on #F8DFCC background

This text has white color on #F8DFCC background.