COLOR #F8D4C6

HEX: #F8D4C6
RGB: (248,212,198)

Color info

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

RGB color model

#F8D4C6 color RGB value is (248,212,198).

  • red value is 248;
  • green value is 212;
  • blue value is 198.
RGB:
(248,212,198)
(97%,83%,78%)

RGB channels and saturation

R 248 of 255 = 97%
G 212 of 255 = 83%
B 198 of 255 = 78%

248
212
198

R + G + B ~ 86%. #F8D4C6 is light color.

Portions of RGB colors in percentages

R + G + B =
248 + 212 + 198 = 658 (100%)
R 248 of 658 ~ 37.69%
G 212 of 658 ~ 32.22%
B 198 of 658 ~ 30.09%

%37.69
%32.22
%30.09

CMYK color model

#F8D4C6 color CMYK value is (0,15,20,3).

  • cyan value is 0.00%
  • magenta value is 14.52%
  • yellow value is 20.16%
  • key color value is 2.75%
CMYK:
(0,15,20,3)
C0M15Y20K3 
(0%,15%,20%,3%)
(0.00/0.15/0.20/0.03)	

CMYK percentages

%0
%14.52
%20.16
%2.75

Codes

Color #F8D4C6 in popluar color models

F8D4C6
RGB248212198
HSL17°78.13%87.45%
HSB/HSV17°20.16%97.25%
CMYK0.00%14.52%20.16%
2.75%

Color #F8D4C6 in popluar number systems.

HEXF8D4C6
Decimal248212198
Binary111110001101010011000110
Octal370324306

Shades and tints

Shades of #F8D4C6

#F8D4C6
(248,212,198)
#E2C1B4
(226,193,180)
#CCAEA2
(204,174,162)
#B69B90
(182,155,144)
#A0887E
(160,136,126)
#8A756C
(138,117,108)
#74625A
(116,98,90)
#5E4F48
(94,79,72)
#483C36
(72,60,54)
#322924
(50,41,36)
#1C1612
(28,22,18)
#000000
(0,0,0)

Tints of #F8D4C6

#F8D4C6
(248,212,198)
#F8D7CB
(248,215,203)
#F8DAD0
(248,218,208)
#F8DDD5
(248,221,213)
#F8E0DA
(248,224,218)
#F8E3DF
(248,227,223)
#F8E6E4
(248,230,228)
#F8E9E9
(248,233,233)
#F8ECEE
(248,236,238)
#F8EFF3
(248,239,243)
#F8F2F8
(248,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8D4C6; }

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

This text font color is #F8D4C6.


Background Color

.myBgColor { background-color: #F8D4C6; }

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

This div background color is #F8D4C6.


Border color

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

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

This div border color is #F8D4C6.


Opacity

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

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

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

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

This text has shadow with #F8D4C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8D4C6 on black background.


Color preview on white background

This text has color #F8D4C6 on white background.



Black color preview on #F8D4C6 background

This text has black color on #F8D4C6 background.


White color preview on #F8D4C6 background

This text has white color on #F8D4C6 background.