COLOR #F8DCDC

HEX: #F8DCDC
RGB: (248,220,220)

Color info

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

RGB color model

#F8DCDC color RGB value is (248,220,220).

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

RGB channels and saturation

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

248
220
220

R + G + B ~ 90%. #F8DCDC is light color.

Portions of RGB colors in percentages

R + G + B =
248 + 220 + 220 = 688 (100%)
R 248 of 688 ~ 36.05%
G 220 of 688 ~ 31.98%
B 220 of 688 ~ 31.98%

%36.05
%31.98
%31.98

CMYK color model

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

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

CMYK percentages

%0
%11.29
%11.29
%2.75

Codes

Color #F8DCDC in popluar color models

F8DCDC
RGB248220220
HSL66.67%91.76%
HSB/HSV11.29%97.25%
CMYK0.00%11.29%11.29%
2.75%

Color #F8DCDC in popluar number systems.

HEXF8DCDC
Decimal248220220
Binary111110001101110011011100
Octal370334334

Shades and tints

Shades of #F8DCDC

#F8DCDC
(248,220,220)
#E2C8C8
(226,200,200)
#CCB4B4
(204,180,180)
#B6A0A0
(182,160,160)
#A08C8C
(160,140,140)
#8A7878
(138,120,120)
#746464
(116,100,100)
#5E5050
(94,80,80)
#483C3C
(72,60,60)
#322828
(50,40,40)
#1C1414
(28,20,20)
#000000
(0,0,0)

Tints of #F8DCDC

#F8DCDC
(248,220,220)
#F8DFDF
(248,223,223)
#F8E2E2
(248,226,226)
#F8E5E5
(248,229,229)
#F8E8E8
(248,232,232)
#F8EBEB
(248,235,235)
#F8EEEE
(248,238,238)
#F8F1F1
(248,241,241)
#F8F4F4
(248,244,244)
#F8F7F7
(248,247,247)
#F8FAFA
(248,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8DCDC; }

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

This text font color is #F8DCDC.


Background Color

.myBgColor { background-color: #F8DCDC; }

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

This div background color is #F8DCDC.


Border color

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

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

This div border color is #F8DCDC.


Opacity

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

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

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

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

This text has shadow with #F8DCDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8DCDC on black background.


Color preview on white background

This text has color #F8DCDC on white background.



Black color preview on #F8DCDC background

This text has black color on #F8DCDC background.


White color preview on #F8DCDC background

This text has white color on #F8DCDC background.