COLOR #F8DFE8

HEX: #F8DFE8
RGB: (248,223,232)

Color info

#F8DFE8 contains red, green and blue colors in about the same proportion. Web safe color of #F8DFE8 is #FFCCFF (or #FCF).

RGB color model

#F8DFE8 color RGB value is (248,223,232).

  • red value is 248;
  • green value is 223;
  • blue value is 232.
RGB:
(248,223,232)
(97%,87%,91%)

RGB channels and saturation

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

248
223
232

R + G + B ~ 92%. #F8DFE8 is light color.

Portions of RGB colors in percentages

R + G + B =
248 + 223 + 232 = 703 (100%)
R 248 of 703 ~ 35.28%
G 223 of 703 ~ 31.72%
B 232 of 703 ~ 33%

%35.28
%31.72
%33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.08%
  • yellow value is 6.45%
  • key color value is 2.75%
CMYK:
(0,10,6,3)
C0M10Y6K3 
(0%,10%,6%,3%)
(0.00/0.10/0.06/0.03)	

CMYK percentages

%0
%10.08
%6.45
%2.75

Codes

Color #F8DFE8 in popluar color models

F8DFE8
RGB248223232
HSL338°64.10%92.35%
HSB/HSV338°10.08%97.25%
CMYK0.00%10.08%6.45%
2.75%

Color #F8DFE8 in popluar number systems.

HEXF8DFE8
Decimal248223232
Binary111110001101111111101000
Octal370337350

Shades and tints

Shades of #F8DFE8

#F8DFE8
(248,223,232)
#E2CBD3
(226,203,211)
#CCB7BE
(204,183,190)
#B6A3A9
(182,163,169)
#A08F94
(160,143,148)
#8A7B7F
(138,123,127)
#74676A
(116,103,106)
#5E5355
(94,83,85)
#483F40
(72,63,64)
#322B2B
(50,43,43)
#1C1716
(28,23,22)
#000000
(0,0,0)

Tints of #F8DFE8

#F8DFE8
(248,223,232)
#F8E1EA
(248,225,234)
#F8E3EC
(248,227,236)
#F8E5EE
(248,229,238)
#F8E7F0
(248,231,240)
#F8E9F2
(248,233,242)
#F8EBF4
(248,235,244)
#F8EDF6
(248,237,246)
#F8EFF8
(248,239,248)
#F8F1FA
(248,241,250)
#F8F3FC
(248,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8DFE8; }

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

This text font color is #F8DFE8.


Background Color

.myBgColor { background-color: #F8DFE8; }

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

This div background color is #F8DFE8.


Border color

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

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

This div border color is #F8DFE8.


Opacity

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

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

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

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

This text has shadow with #F8DFE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8DFE8 on black background.


Color preview on white background

This text has color #F8DFE8 on white background.



Black color preview on #F8DFE8 background

This text has black color on #F8DFE8 background.


White color preview on #F8DFE8 background

This text has white color on #F8DFE8 background.