COLOR #F8D1FC

HEX: #F8D1FC RGB: (248,209,252)

Color info

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

RGB color model

#F8D1FC color RGB value is (248,209,252).

RGB: (248,209,252) (97%, 82%, 99%)

RGB channels and saturation

R 248 of 255 = 97%
G 209 of 255 = 82%
B 252 of 255 = 99%

248
209
252

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

Portions of RGB colors in percentages

R + G + B = 248 + 209 + 252 = 709 (100%)
R 248 of 709 ~ 34.98%
G 209 of 709 ~ 29.48%
B 252 of 709 ~ 35.54'%

%34.98
%29.48
%35.54

CMYK color model

#F8D1FC color CMYK value is (2,17,0,1).

  • cyan value is 1.59%
  • magenta value is 17.06%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (2,17,0,1)
C2M17Y0K1 (2%, 17%, 0%, 1%)
(0.02 / 0.17 / 0.00 / 0.01)

CMYK percentages

%1.59
%17.06
%0
%1.18

Codes

Color #F8D1FC in popluar color models

F8 D1 FC
RGB 248 209 252
HSL 294° 87.76% 90.39%
HSB/HSV 294° 17.06% 98.82%
CMYK 1.59% 17.06% 0.00%
1.18%

Color #F8D1FC in popluar number systems.

HEX F8 D1 FC
Decimal 248 209 252
Binary 11111000 11010001 11111100
Octal 370 321 374

Shades and tints

Shades of #F8D1FC

#F8D1FC
(248,209,252)
#E2BEE6
(226,190,230)
#CCABD0
(204,171,208)
#B698BA
(182,152,186)
#A085A4
(160,133,164)
#8A728E
(138,114,142)
#745F78
(116,95,120)
#5E4C62
(94,76,98)
#48394C
(72,57,76)
#322636
(50,38,54)
#1C1320
(28,19,32)
#000000
(0,0,0)

Tints of #F8D1FC

#F8D1FC
(248,209,252)
#F8D5FC
(248,213,252)
#F8D9FC
(248,217,252)
#F8DDFC
(248,221,252)
#F8E1FC
(248,225,252)
#F8E5FC
(248,229,252)
#F8E9FC
(248,233,252)
#F8EDFC
(248,237,252)
#F8F1FC
(248,241,252)
#F8F5FC
(248,245,252)
#F8F9FC
(248,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8D1FC; }

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

This text font color is #F8D1FC.

Background Color

.myBgColor { background-color: #F8D1FC; }

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

This div background color is #F8D1FC.

Border color

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

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

This div border color is #F8D1FC.

Opacity

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

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

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

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

This text has shadow with #F8D1FC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8D1FC.

Preview

Color preview on black background

This text has color #F8D1FC on black background.


Color preview on white background

This text has color #F8D1FC on white background.


Black color preview on #F8D1FC background

This text has black color on #F8D1FC background.


White color preview on #F8D1FC background

This text has white color on #F8D1FC background.


Related colors

Complementary color

Complementary color for #hex is #072E03.


I love getcolorcode.com

Triadic colors

1 #FCF8D1 and #D1FCF8 with #F8D1FC are triadic colors.

2 #FCD1F8 and #D1F8FC with #F8D1FC are triadic colors.