COLOR #F8CDC7

HEX: #F8CDC7
RGB: (248,205,199)

Color info

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

RGB color model

#F8CDC7 color RGB value is (248,205,199).

  • red value is 248;
  • green value is 205;
  • blue value is 199.
RGB:
(248,205,199)
(97%,80%,78%)

RGB channels and saturation

R 248 of 255 = 97%
G 205 of 255 = 80%
B 199 of 255 = 78%

248
205
199

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

Portions of RGB colors in percentages

R + G + B =
248 + 205 + 199 = 652 (100%)
R 248 of 652 ~ 38.04%
G 205 of 652 ~ 31.44%
B 199 of 652 ~ 30.52%

%38.04
%31.44
%30.52

CMYK color model

#F8CDC7 color CMYK value is (0,17,20,3).

  • cyan value is 0.00%
  • magenta value is 17.34%
  • yellow value is 19.76%
  • key color value is 2.75%
CMYK:
(0,17,20,3)
C0M17Y20K3 
(0%,17%,20%,3%)
(0.00/0.17/0.20/0.03)	

CMYK percentages

%0
%17.34
%19.76
%2.75

Codes

Color #F8CDC7 in popluar color models

F8CDC7
RGB248205199
HSL77.78%87.65%
HSB/HSV19.76%97.25%
CMYK0.00%17.34%19.76%
2.75%

Color #F8CDC7 in popluar number systems.

HEXF8CDC7
Decimal248205199
Binary111110001100110111000111
Octal370315307

Shades and tints

Shades of #F8CDC7

#F8CDC7
(248,205,199)
#E2BBB5
(226,187,181)
#CCA9A3
(204,169,163)
#B69791
(182,151,145)
#A0857F
(160,133,127)
#8A736D
(138,115,109)
#74615B
(116,97,91)
#5E4F49
(94,79,73)
#483D37
(72,61,55)
#322B25
(50,43,37)
#1C1913
(28,25,19)
#000000
(0,0,0)

Tints of #F8CDC7

#F8CDC7
(248,205,199)
#F8D1CC
(248,209,204)
#F8D5D1
(248,213,209)
#F8D9D6
(248,217,214)
#F8DDDB
(248,221,219)
#F8E1E0
(248,225,224)
#F8E5E5
(248,229,229)
#F8E9EA
(248,233,234)
#F8EDEF
(248,237,239)
#F8F1F4
(248,241,244)
#F8F5F9
(248,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8CDC7 color. Also use rgb(248,205,199) instead hex code.

Text Font Color

.myTextColor { color: #F8CDC7; }

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

This text font color is #F8CDC7.


Background Color

.myBgColor { background-color: #F8CDC7; }

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

This div background color is #F8CDC7.


Border color

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

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

This div border color is #F8CDC7.


Opacity

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

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

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

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

This text has shadow with #F8CDC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8CDC7 on black background.


Color preview on white background

This text has color #F8CDC7 on white background.



Black color preview on #F8CDC7 background

This text has black color on #F8CDC7 background.


White color preview on #F8CDC7 background

This text has white color on #F8CDC7 background.