COLOR #F1CCFC

HEX: #F1CCFC
RGB: (241,204,252)

Color info

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

RGB color model

#F1CCFC color RGB value is (241,204,252).

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

RGB channels and saturation

R 241 of 255 = 95%
G 204 of 255 = 80%
B 252 of 255 = 99%

241
204
252

R + G + B ~ 91%. #F1CCFC is light color.

Portions of RGB colors in percentages

R + G + B =
241 + 204 + 252 = 697 (100%)
R 241 of 697 ~ 34.58%
G 204 of 697 ~ 29.27%
B 252 of 697 ~ 36.15%

%34.58
%29.27
%36.15

CMYK color model

#F1CCFC color CMYK value is (4,19,0,1).

  • cyan value is 4.37%
  • magenta value is 19.05%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(4,19,0,1)
C4M19Y0K1 
(4%,19%,0%,1%)
(0.04/0.19/0.00/0.01)	

CMYK percentages

%4.37
%19.05
%0
%1.18

Codes

Color #F1CCFC in popluar color models

F1CCFC
RGB241204252
HSL286°88.89%89.41%
HSB/HSV286°19.05%98.82%
CMYK4.37%19.05%0.00%
1.18%

Color #F1CCFC in popluar number systems.

HEXF1CCFC
Decimal241204252
Binary111100011100110011111100
Octal361314374

Shades and tints

Shades of #F1CCFC

#F1CCFC
(241,204,252)
#DCBAE6
(220,186,230)
#C7A8D0
(199,168,208)
#B296BA
(178,150,186)
#9D84A4
(157,132,164)
#88728E
(136,114,142)
#736078
(115,96,120)
#5E4E62
(94,78,98)
#493C4C
(73,60,76)
#342A36
(52,42,54)
#1F1820
(31,24,32)
#000000
(0,0,0)

Tints of #F1CCFC

#F1CCFC
(241,204,252)
#F2D0FC
(242,208,252)
#F3D4FC
(243,212,252)
#F4D8FC
(244,216,252)
#F5DCFC
(245,220,252)
#F6E0FC
(246,224,252)
#F7E4FC
(247,228,252)
#F8E8FC
(248,232,252)
#F9ECFC
(249,236,252)
#FAF0FC
(250,240,252)
#FBF4FC
(251,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1CCFC; }

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

This text font color is #F1CCFC.


Background Color

.myBgColor { background-color: #F1CCFC; }

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

This div background color is #F1CCFC.


Border color

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

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

This div border color is #F1CCFC.


Opacity

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

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

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

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

This text has shadow with #F1CCFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1CCFC on black background.


Color preview on white background

This text has color #F1CCFC on white background.



Black color preview on #F1CCFC background

This text has black color on #F1CCFC background.


White color preview on #F1CCFC background

This text has white color on #F1CCFC background.