COLOR #F1D8FC

HEX: #F1D8FC
RGB: (241,216,252)

Color info

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

RGB color model

#F1D8FC color RGB value is (241,216,252).

  • red value is 241;
  • green value is 216;
  • blue value is 252.
RGB:
(241,216,252)
(95%,85%,99%)

RGB channels and saturation

R 241 of 255 = 95%
G 216 of 255 = 85%
B 252 of 255 = 99%

241
216
252

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

Portions of RGB colors in percentages

R + G + B =
241 + 216 + 252 = 709 (100%)
R 241 of 709 ~ 33.99%
G 216 of 709 ~ 30.47%
B 252 of 709 ~ 35.54%

%33.99
%30.47
%35.54

CMYK color model

#F1D8FC color CMYK value is (4,14,0,1).

  • cyan value is 4.37%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(4,14,0,1)
C4M14Y0K1 
(4%,14%,0%,1%)
(0.04/0.14/0.00/0.01)	

CMYK percentages

%4.37
%14.29
%0
%1.18

Codes

Color #F1D8FC in popluar color models

F1D8FC
RGB241216252
HSL282°85.71%91.76%
HSB/HSV282°14.29%98.82%
CMYK4.37%14.29%0.00%
1.18%

Color #F1D8FC in popluar number systems.

HEXF1D8FC
Decimal241216252
Binary111100011101100011111100
Octal361330374

Shades and tints

Shades of #F1D8FC

#F1D8FC
(241,216,252)
#DCC5E6
(220,197,230)
#C7B2D0
(199,178,208)
#B29FBA
(178,159,186)
#9D8CA4
(157,140,164)
#88798E
(136,121,142)
#736678
(115,102,120)
#5E5362
(94,83,98)
#49404C
(73,64,76)
#342D36
(52,45,54)
#1F1A20
(31,26,32)
#000000
(0,0,0)

Tints of #F1D8FC

#F1D8FC
(241,216,252)
#F2DBFC
(242,219,252)
#F3DEFC
(243,222,252)
#F4E1FC
(244,225,252)
#F5E4FC
(245,228,252)
#F6E7FC
(246,231,252)
#F7EAFC
(247,234,252)
#F8EDFC
(248,237,252)
#F9F0FC
(249,240,252)
#FAF3FC
(250,243,252)
#FBF6FC
(251,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1D8FC color. Also use rgb(241,216,252) instead hex code.

Text Font Color

.myTextColor { color: #F1D8FC; }

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

This text font color is #F1D8FC.


Background Color

.myBgColor { background-color: #F1D8FC; }

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

This div background color is #F1D8FC.


Border color

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

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

This div border color is #F1D8FC.


Opacity

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

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

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

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

This text has shadow with #F1D8FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1D8FC on black background.


Color preview on white background

This text has color #F1D8FC on white background.



Black color preview on #F1D8FC background

This text has black color on #F1D8FC background.


White color preview on #F1D8FC background

This text has white color on #F1D8FC background.