COLOR #F8D0C1

HEX: #F8D0C1
RGB: (248,208,193)

Color info

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

RGB color model

#F8D0C1 color RGB value is (248,208,193).

  • red value is 248;
  • green value is 208;
  • blue value is 193.
RGB:
(248,208,193)
(97%,82%,76%)

RGB channels and saturation

R 248 of 255 = 97%
G 208 of 255 = 82%
B 193 of 255 = 76%

248
208
193

R + G + B ~ 85%. #F8D0C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 208 + 193 = 649 (100%)
R 248 of 649 ~ 38.21%
G 208 of 649 ~ 32.05%
B 193 of 649 ~ 29.74%

%38.21
%32.05
%29.74

CMYK color model

#F8D0C1 color CMYK value is (0,16,22,3).

  • cyan value is 0.00%
  • magenta value is 16.13%
  • yellow value is 22.18%
  • key color value is 2.75%
CMYK:
(0,16,22,3)
C0M16Y22K3 
(0%,16%,22%,3%)
(0.00/0.16/0.22/0.03)	

CMYK percentages

%0
%16.13
%22.18
%2.75

Codes

Color #F8D0C1 in popluar color models

F8D0C1
RGB248208193
HSL16°79.71%86.47%
HSB/HSV16°22.18%97.25%
CMYK0.00%16.13%22.18%
2.75%

Color #F8D0C1 in popluar number systems.

HEXF8D0C1
Decimal248208193
Binary111110001101000011000001
Octal370320301

Shades and tints

Shades of #F8D0C1

#F8D0C1
(248,208,193)
#E2BEB0
(226,190,176)
#CCAC9F
(204,172,159)
#B69A8E
(182,154,142)
#A0887D
(160,136,125)
#8A766C
(138,118,108)
#74645B
(116,100,91)
#5E524A
(94,82,74)
#484039
(72,64,57)
#322E28
(50,46,40)
#1C1C17
(28,28,23)
#000000
(0,0,0)

Tints of #F8D0C1

#F8D0C1
(248,208,193)
#F8D4C6
(248,212,198)
#F8D8CB
(248,216,203)
#F8DCD0
(248,220,208)
#F8E0D5
(248,224,213)
#F8E4DA
(248,228,218)
#F8E8DF
(248,232,223)
#F8ECE4
(248,236,228)
#F8F0E9
(248,240,233)
#F8F4EE
(248,244,238)
#F8F8F3
(248,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8D0C1; }

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

This text font color is #F8D0C1.


Background Color

.myBgColor { background-color: #F8D0C1; }

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

This div background color is #F8D0C1.


Border color

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

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

This div border color is #F8D0C1.


Opacity

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

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

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

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

This text has shadow with #F8D0C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8D0C1 on black background.


Color preview on white background

This text has color #F8D0C1 on white background.



Black color preview on #F8D0C1 background

This text has black color on #F8D0C1 background.


White color preview on #F8D0C1 background

This text has white color on #F8D0C1 background.