COLOR #F8DCFF

HEX: #F8DCFF
RGB: (248,220,255)

Color info

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

RGB color model

#F8DCFF color RGB value is (248,220,255).

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

RGB channels and saturation

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

248
220
255

R + G + B ~ 94%. #F8DCFF is light color.

Portions of RGB colors in percentages

R + G + B =
248 + 220 + 255 = 723 (100%)
R 248 of 723 ~ 34.3%
G 220 of 723 ~ 30.43%
B 255 of 723 ~ 35.27%

%34.3
%30.43
%35.27

CMYK color model

#F8DCFF color CMYK value is (3,14,0,0).

  • cyan value is 2.75%
  • magenta value is 13.73%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(3,14,0,0)
C3M14Y0K0 
(3%,14%,0%,0%)
(0.03/0.14/0.00/0.00)	

CMYK percentages

%2.75
%13.73
%0
%0

Codes

Color #F8DCFF in popluar color models

F8DCFF
RGB248220255
HSL288°100.00%93.14%
HSB/HSV288°13.73%100.00%
CMYK2.75%13.73%0.00%
0.00%

Color #F8DCFF in popluar number systems.

HEXF8DCFF
Decimal248220255
Binary111110001101110011111111
Octal370334377

Shades and tints

Shades of #F8DCFF

#F8DCFF
(248,220,255)
#E2C8E8
(226,200,232)
#CCB4D1
(204,180,209)
#B6A0BA
(182,160,186)
#A08CA3
(160,140,163)
#8A788C
(138,120,140)
#746475
(116,100,117)
#5E505E
(94,80,94)
#483C47
(72,60,71)
#322830
(50,40,48)
#1C1419
(28,20,25)
#000000
(0,0,0)

Tints of #F8DCFF

#F8DCFF
(248,220,255)
#F8DFFF
(248,223,255)
#F8E2FF
(248,226,255)
#F8E5FF
(248,229,255)
#F8E8FF
(248,232,255)
#F8EBFF
(248,235,255)
#F8EEFF
(248,238,255)
#F8F1FF
(248,241,255)
#F8F4FF
(248,244,255)
#F8F7FF
(248,247,255)
#F8FAFF
(248,250,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8DCFF; }

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

This text font color is #F8DCFF.


Background Color

.myBgColor { background-color: #F8DCFF; }

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

This div background color is #F8DCFF.


Border color

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

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

This div border color is #F8DCFF.


Opacity

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

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

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

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

This text has shadow with #F8DCFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8DCFF on black background.


Color preview on white background

This text has color #F8DCFF on white background.



Black color preview on #F8DCFF background

This text has black color on #F8DCFF background.


White color preview on #F8DCFF background

This text has white color on #F8DCFF background.