COLOR #F8C8C6

HEX: #F8C8C6
RGB: (248,200,198)

Color info

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

RGB color model

#F8C8C6 color RGB value is (248,200,198).

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

RGB channels and saturation

R 248 of 255 = 97%
G 200 of 255 = 78%
B 198 of 255 = 78%

248
200
198

R + G + B ~ 84%. #F8C8C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 200 + 198 = 646 (100%)
R 248 of 646 ~ 38.39%
G 200 of 646 ~ 30.96%
B 198 of 646 ~ 30.65%

%38.39
%30.96
%30.65

CMYK color model

#F8C8C6 color CMYK value is (0,19,20,3).

  • cyan value is 0.00%
  • magenta value is 19.35%
  • yellow value is 20.16%
  • key color value is 2.75%
CMYK:
(0,19,20,3)
C0M19Y20K3 
(0%,19%,20%,3%)
(0.00/0.19/0.20/0.03)	

CMYK percentages

%0
%19.35
%20.16
%2.75

Codes

Color #F8C8C6 in popluar color models

F8C8C6
RGB248200198
HSL78.13%87.45%
HSB/HSV20.16%97.25%
CMYK0.00%19.35%20.16%
2.75%

Color #F8C8C6 in popluar number systems.

HEXF8C8C6
Decimal248200198
Binary111110001100100011000110
Octal370310306

Shades and tints

Shades of #F8C8C6

#F8C8C6
(248,200,198)
#E2B6B4
(226,182,180)
#CCA4A2
(204,164,162)
#B69290
(182,146,144)
#A0807E
(160,128,126)
#8A6E6C
(138,110,108)
#745C5A
(116,92,90)
#5E4A48
(94,74,72)
#483836
(72,56,54)
#322624
(50,38,36)
#1C1412
(28,20,18)
#000000
(0,0,0)

Tints of #F8C8C6

#F8C8C6
(248,200,198)
#F8CDCB
(248,205,203)
#F8D2D0
(248,210,208)
#F8D7D5
(248,215,213)
#F8DCDA
(248,220,218)
#F8E1DF
(248,225,223)
#F8E6E4
(248,230,228)
#F8EBE9
(248,235,233)
#F8F0EE
(248,240,238)
#F8F5F3
(248,245,243)
#F8FAF8
(248,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8C8C6; }

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

This text font color is #F8C8C6.


Background Color

.myBgColor { background-color: #F8C8C6; }

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

This div background color is #F8C8C6.


Border color

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

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

This div border color is #F8C8C6.


Opacity

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

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

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

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

This text has shadow with #F8C8C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8C8C6 on black background.


Color preview on white background

This text has color #F8C8C6 on white background.



Black color preview on #F8C8C6 background

This text has black color on #F8C8C6 background.


White color preview on #F8C8C6 background

This text has white color on #F8C8C6 background.