COLOR #F8DFF1

HEX: #F8DFF1
RGB: (248,223,241)

Color info

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

RGB color model

#F8DFF1 color RGB value is (248,223,241).

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

RGB channels and saturation

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

248
223
241

R + G + B ~ 93%. #F8DFF1 is light color.

Portions of RGB colors in percentages

R + G + B =
248 + 223 + 241 = 712 (100%)
R 248 of 712 ~ 34.83%
G 223 of 712 ~ 31.32%
B 241 of 712 ~ 33.85%

%34.83
%31.32
%33.85

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.08%
  • yellow value is 2.82%
  • key color value is 2.75%
CMYK:
(0,10,3,3)
C0M10Y3K3 
(0%,10%,3%,3%)
(0.00/0.10/0.03/0.03)	

CMYK percentages

%0
%10.08
%2.82
%2.75

Codes

Color #F8DFF1 in popluar color models

F8DFF1
RGB248223241
HSL317°64.10%92.35%
HSB/HSV317°10.08%97.25%
CMYK0.00%10.08%2.82%
2.75%

Color #F8DFF1 in popluar number systems.

HEXF8DFF1
Decimal248223241
Binary111110001101111111110001
Octal370337361

Shades and tints

Shades of #F8DFF1

#F8DFF1
(248,223,241)
#E2CBDC
(226,203,220)
#CCB7C7
(204,183,199)
#B6A3B2
(182,163,178)
#A08F9D
(160,143,157)
#8A7B88
(138,123,136)
#746773
(116,103,115)
#5E535E
(94,83,94)
#483F49
(72,63,73)
#322B34
(50,43,52)
#1C171F
(28,23,31)
#000000
(0,0,0)

Tints of #F8DFF1

#F8DFF1
(248,223,241)
#F8E1F2
(248,225,242)
#F8E3F3
(248,227,243)
#F8E5F4
(248,229,244)
#F8E7F5
(248,231,245)
#F8E9F6
(248,233,246)
#F8EBF7
(248,235,247)
#F8EDF8
(248,237,248)
#F8EFF9
(248,239,249)
#F8F1FA
(248,241,250)
#F8F3FB
(248,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8DFF1; }

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

This text font color is #F8DFF1.


Background Color

.myBgColor { background-color: #F8DFF1; }

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

This div background color is #F8DFF1.


Border color

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

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

This div border color is #F8DFF1.


Opacity

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

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

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

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

This text has shadow with #F8DFF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8DFF1 on black background.


Color preview on white background

This text has color #F8DFF1 on white background.



Black color preview on #F8DFF1 background

This text has black color on #F8DFF1 background.


White color preview on #F8DFF1 background

This text has white color on #F8DFF1 background.