COLOR #F8DFDF

HEX: #F8DFDF RGB: (248,223,223)

Color info

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

RGB color model

#F8DFDF color RGB value is (248,223,223).

RGB: (248,223,223) (97%, 87%, 87%)

RGB channels and saturation

R 248 of 255 = 97%
G 223 of 255 = 87%
B 223 of 255 = 87%

248
223
223

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

Portions of RGB colors in percentages

R + G + B = 248 + 223 + 223 = 694 (100%)
R 248 of 694 ~ 35.73%
G 223 of 694 ~ 32.13%
B 223 of 694 ~ 32.13'%

%35.73
%32.13
%32.13

CMYK color model

#F8DFDF color CMYK value is (0,10,10,3).

  • cyan value is 0.00%
  • magenta value is 10.08%
  • yellow value is 10.08%
  • key color value is 2.75%

CMYK: (0,10,10,3)
C0M10Y10K3 (0%, 10%, 10%, 3%)
(0.00 / 0.10 / 0.10 / 0.03)

CMYK percentages

%0
%10.08
%10.08
%2.75

Codes

Color #F8DFDF in popluar color models

F8 DF DF
RGB 248 223 223
HSL 64.10% 92.35%
HSB/HSV 10.08% 97.25%
CMYK 0.00% 10.08% 10.08%
2.75%

Color #F8DFDF in popluar number systems.

HEX F8 DF DF
Decimal 248 223 223
Binary 11111000 11011111 11011111
Octal 370 337 337

Shades and tints

Shades of #F8DFDF

#F8DFDF
(248,223,223)
#E2CBCB
(226,203,203)
#CCB7B7
(204,183,183)
#B6A3A3
(182,163,163)
#A08F8F
(160,143,143)
#8A7B7B
(138,123,123)
#746767
(116,103,103)
#5E5353
(94,83,83)
#483F3F
(72,63,63)
#322B2B
(50,43,43)
#1C1717
(28,23,23)
#000000
(0,0,0)

Tints of #F8DFDF

#F8DFDF
(248,223,223)
#F8E1E1
(248,225,225)
#F8E3E3
(248,227,227)
#F8E5E5
(248,229,229)
#F8E7E7
(248,231,231)
#F8E9E9
(248,233,233)
#F8EBEB
(248,235,235)
#F8EDED
(248,237,237)
#F8EFEF
(248,239,239)
#F8F1F1
(248,241,241)
#F8F3F3
(248,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8DFDF; }

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

This text font color is #F8DFDF.

Background Color

.myBgColor { background-color: #F8DFDF; }

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

This div background color is #F8DFDF.

Border color

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

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

This div border color is #F8DFDF.

Opacity

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

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

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

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

This text has shadow with #F8DFDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8DFDF.

Preview

Color preview on black background

This text has color #F8DFDF on black background.


Color preview on white background

This text has color #F8DFDF on white background.


Black color preview on #F8DFDF background

This text has black color on #F8DFDF background.


White color preview on #F8DFDF background

This text has white color on #F8DFDF background.


Related colors

Complementary color

Complementary color for #hex is #072020.


I love getcolorcode.com