COLOR #F8C4CD

HEX: #F8C4CD
RGB: (248,196,205)

Color info

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

RGB color model

#F8C4CD color RGB value is (248,196,205).

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

RGB channels and saturation

R 248 of 255 = 97%
G 196 of 255 = 77%
B 205 of 255 = 80%

248
196
205

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

Portions of RGB colors in percentages

R + G + B =
248 + 196 + 205 = 649 (100%)
R 248 of 649 ~ 38.21%
G 196 of 649 ~ 30.2%
B 205 of 649 ~ 31.59%

%38.21
%30.2
%31.59

CMYK color model

#F8C4CD color CMYK value is (0,21,17,3).

  • cyan value is 0.00%
  • magenta value is 20.97%
  • yellow value is 17.34%
  • key color value is 2.75%
CMYK:
(0,21,17,3)
C0M21Y17K3 
(0%,21%,17%,3%)
(0.00/0.21/0.17/0.03)	

CMYK percentages

%0
%20.97
%17.34
%2.75

Codes

Color #F8C4CD in popluar color models

F8C4CD
RGB248196205
HSL350°78.79%87.06%
HSB/HSV350°20.97%97.25%
CMYK0.00%20.97%17.34%
2.75%

Color #F8C4CD in popluar number systems.

HEXF8C4CD
Decimal248196205
Binary111110001100010011001101
Octal370304315

Shades and tints

Shades of #F8C4CD

#F8C4CD
(248,196,205)
#E2B3BB
(226,179,187)
#CCA2A9
(204,162,169)
#B69197
(182,145,151)
#A08085
(160,128,133)
#8A6F73
(138,111,115)
#745E61
(116,94,97)
#5E4D4F
(94,77,79)
#483C3D
(72,60,61)
#322B2B
(50,43,43)
#1C1A19
(28,26,25)
#000000
(0,0,0)

Tints of #F8C4CD

#F8C4CD
(248,196,205)
#F8C9D1
(248,201,209)
#F8CED5
(248,206,213)
#F8D3D9
(248,211,217)
#F8D8DD
(248,216,221)
#F8DDE1
(248,221,225)
#F8E2E5
(248,226,229)
#F8E7E9
(248,231,233)
#F8ECED
(248,236,237)
#F8F1F1
(248,241,241)
#F8F6F5
(248,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8C4CD; }

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

This text font color is #F8C4CD.


Background Color

.myBgColor { background-color: #F8C4CD; }

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

This div background color is #F8C4CD.


Border color

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

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

This div border color is #F8C4CD.


Opacity

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

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

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

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

This text has shadow with #F8C4CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8C4CD on black background.


Color preview on white background

This text has color #F8C4CD on white background.



Black color preview on #F8C4CD background

This text has black color on #F8C4CD background.


White color preview on #F8C4CD background

This text has white color on #F8C4CD background.