COLOR #F3CCF9

HEX: #F3CCF9
RGB: (243,204,249)

Color info

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

RGB color model

#F3CCF9 color RGB value is (243,204,249).

  • red value is 243;
  • green value is 204;
  • blue value is 249.
RGB:
(243,204,249)
(95%,80%,98%)

RGB channels and saturation

R 243 of 255 = 95%
G 204 of 255 = 80%
B 249 of 255 = 98%

243
204
249

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

Portions of RGB colors in percentages

R + G + B =
243 + 204 + 249 = 696 (100%)
R 243 of 696 ~ 34.91%
G 204 of 696 ~ 29.31%
B 249 of 696 ~ 35.78%

%34.91
%29.31
%35.78

CMYK color model

#F3CCF9 color CMYK value is (2,18,0,2).

  • cyan value is 2.41%
  • magenta value is 18.07%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(2,18,0,2)
C2M18Y0K2 
(2%,18%,0%,2%)
(0.02/0.18/0.00/0.02)	

CMYK percentages

%2.41
%18.07
%0
%2.35

Codes

Color #F3CCF9 in popluar color models

F3CCF9
RGB243204249
HSL292°78.95%88.82%
HSB/HSV292°18.07%97.65%
CMYK2.41%18.07%0.00%
2.35%

Color #F3CCF9 in popluar number systems.

HEXF3CCF9
Decimal243204249
Binary111100111100110011111001
Octal363314371

Shades and tints

Shades of #F3CCF9

#F3CCF9
(243,204,249)
#DDBAE3
(221,186,227)
#C7A8CD
(199,168,205)
#B196B7
(177,150,183)
#9B84A1
(155,132,161)
#85728B
(133,114,139)
#6F6075
(111,96,117)
#594E5F
(89,78,95)
#433C49
(67,60,73)
#2D2A33
(45,42,51)
#17181D
(23,24,29)
#000000
(0,0,0)

Tints of #F3CCF9

#F3CCF9
(243,204,249)
#F4D0F9
(244,208,249)
#F5D4F9
(245,212,249)
#F6D8F9
(246,216,249)
#F7DCF9
(247,220,249)
#F8E0F9
(248,224,249)
#F9E4F9
(249,228,249)
#FAE8F9
(250,232,249)
#FBECF9
(251,236,249)
#FCF0F9
(252,240,249)
#FDF4F9
(253,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3CCF9 color. Also use rgb(243,204,249) instead hex code.

Text Font Color

.myTextColor { color: #F3CCF9; }

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

This text font color is #F3CCF9.


Background Color

.myBgColor { background-color: #F3CCF9; }

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

This div background color is #F3CCF9.


Border color

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

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

This div border color is #F3CCF9.


Opacity

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

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

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

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

This text has shadow with #F3CCF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3CCF9 on black background.


Color preview on white background

This text has color #F3CCF9 on white background.



Black color preview on #F3CCF9 background

This text has black color on #F3CCF9 background.


White color preview on #F3CCF9 background

This text has white color on #F3CCF9 background.