COLOR #F8DCDA

HEX: #F8DCDA
RGB: (248,220,218)

Color info

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

RGB color model

#F8DCDA color RGB value is (248,220,218).

  • red value is 248;
  • green value is 220;
  • blue value is 218.
RGB:
(248,220,218)
(97%,86%,85%)

RGB channels and saturation

R 248 of 255 = 97%
G 220 of 255 = 86%
B 218 of 255 = 85%

248
220
218

R + G + B ~ 89%. #F8DCDA is light color.

Portions of RGB colors in percentages

R + G + B =
248 + 220 + 218 = 686 (100%)
R 248 of 686 ~ 36.15%
G 220 of 686 ~ 32.07%
B 218 of 686 ~ 31.78%

%36.15
%32.07
%31.78

CMYK color model

#F8DCDA color CMYK value is (0,11,12,3).

  • cyan value is 0.00%
  • magenta value is 11.29%
  • yellow value is 12.10%
  • key color value is 2.75%
CMYK:
(0,11,12,3)
C0M11Y12K3 
(0%,11%,12%,3%)
(0.00/0.11/0.12/0.03)	

CMYK percentages

%0
%11.29
%12.1
%2.75

Codes

Color #F8DCDA in popluar color models

F8DCDA
RGB248220218
HSL68.18%91.37%
HSB/HSV12.10%97.25%
CMYK0.00%11.29%12.10%
2.75%

Color #F8DCDA in popluar number systems.

HEXF8DCDA
Decimal248220218
Binary111110001101110011011010
Octal370334332

Shades and tints

Shades of #F8DCDA

#F8DCDA
(248,220,218)
#E2C8C7
(226,200,199)
#CCB4B4
(204,180,180)
#B6A0A1
(182,160,161)
#A08C8E
(160,140,142)
#8A787B
(138,120,123)
#746468
(116,100,104)
#5E5055
(94,80,85)
#483C42
(72,60,66)
#32282F
(50,40,47)
#1C141C
(28,20,28)
#000000
(0,0,0)

Tints of #F8DCDA

#F8DCDA
(248,220,218)
#F8DFDD
(248,223,221)
#F8E2E0
(248,226,224)
#F8E5E3
(248,229,227)
#F8E8E6
(248,232,230)
#F8EBE9
(248,235,233)
#F8EEEC
(248,238,236)
#F8F1EF
(248,241,239)
#F8F4F2
(248,244,242)
#F8F7F5
(248,247,245)
#F8FAF8
(248,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8DCDA color. Also use rgb(248,220,218) instead hex code.

Text Font Color

.myTextColor { color: #F8DCDA; }

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

This text font color is #F8DCDA.


Background Color

.myBgColor { background-color: #F8DCDA; }

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

This div background color is #F8DCDA.


Border color

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

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

This div border color is #F8DCDA.


Opacity

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

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

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

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

This text has shadow with #F8DCDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8DCDA on black background.


Color preview on white background

This text has color #F8DCDA on white background.



Black color preview on #F8DCDA background

This text has black color on #F8DCDA background.


White color preview on #F8DCDA background

This text has white color on #F8DCDA background.