COLOR #F1CFFC

HEX: #F1CFFC
RGB: (241,207,252)

Color info

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

RGB color model

#F1CFFC color RGB value is (241,207,252).

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

RGB channels and saturation

R 241 of 255 = 95%
G 207 of 255 = 81%
B 252 of 255 = 99%

241
207
252

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

Portions of RGB colors in percentages

R + G + B =
241 + 207 + 252 = 700 (100%)
R 241 of 700 ~ 34.43%
G 207 of 700 ~ 29.57%
B 252 of 700 ~ 36%

%34.43
%29.57
%36

CMYK color model

#F1CFFC color CMYK value is (4,18,0,1).

  • cyan value is 4.37%
  • magenta value is 17.86%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(4,18,0,1)
C4M18Y0K1 
(4%,18%,0%,1%)
(0.04/0.18/0.00/0.01)	

CMYK percentages

%4.37
%17.86
%0
%1.18

Codes

Color #F1CFFC in popluar color models

F1CFFC
RGB241207252
HSL285°88.24%90.00%
HSB/HSV285°17.86%98.82%
CMYK4.37%17.86%0.00%
1.18%

Color #F1CFFC in popluar number systems.

HEXF1CFFC
Decimal241207252
Binary111100011100111111111100
Octal361317374

Shades and tints

Shades of #F1CFFC

#F1CFFC
(241,207,252)
#DCBDE6
(220,189,230)
#C7ABD0
(199,171,208)
#B299BA
(178,153,186)
#9D87A4
(157,135,164)
#88758E
(136,117,142)
#736378
(115,99,120)
#5E5162
(94,81,98)
#493F4C
(73,63,76)
#342D36
(52,45,54)
#1F1B20
(31,27,32)
#000000
(0,0,0)

Tints of #F1CFFC

#F1CFFC
(241,207,252)
#F2D3FC
(242,211,252)
#F3D7FC
(243,215,252)
#F4DBFC
(244,219,252)
#F5DFFC
(245,223,252)
#F6E3FC
(246,227,252)
#F7E7FC
(247,231,252)
#F8EBFC
(248,235,252)
#F9EFFC
(249,239,252)
#FAF3FC
(250,243,252)
#FBF7FC
(251,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1CFFC; }

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

This text font color is #F1CFFC.


Background Color

.myBgColor { background-color: #F1CFFC; }

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

This div background color is #F1CFFC.


Border color

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

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

This div border color is #F1CFFC.


Opacity

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

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

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

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

This text has shadow with #F1CFFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1CFFC on black background.


Color preview on white background

This text has color #F1CFFC on white background.



Black color preview on #F1CFFC background

This text has black color on #F1CFFC background.


White color preview on #F1CFFC background

This text has white color on #F1CFFC background.