COLOR #F3CCF0

HEX: #F3CCF0
RGB: (243,204,240)

Color info

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

RGB color model

#F3CCF0 color RGB value is (243,204,240).

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

RGB channels and saturation

R 243 of 255 = 95%
G 204 of 255 = 80%
B 240 of 255 = 94%

243
204
240

R + G + B ~ 90%. #F3CCF0 is light color.

Portions of RGB colors in percentages

R + G + B =
243 + 204 + 240 = 687 (100%)
R 243 of 687 ~ 35.37%
G 204 of 687 ~ 29.69%
B 240 of 687 ~ 34.93%

%35.37
%29.69
%34.93

CMYK color model

#F3CCF0 color CMYK value is (0,16,1,5).

  • cyan value is 0.00%
  • magenta value is 16.05%
  • yellow value is 1.23%
  • key color value is 4.71%
CMYK:
(0,16,1,5)
C0M16Y1K5 
(0%,16%,1%,5%)
(0.00/0.16/0.01/0.05)	

CMYK percentages

%0
%16.05
%1.23
%4.71

Codes

Color #F3CCF0 in popluar color models

F3CCF0
RGB243204240
HSL305°61.90%87.65%
HSB/HSV305°16.05%95.29%
CMYK0.00%16.05%1.23%
4.71%

Color #F3CCF0 in popluar number systems.

HEXF3CCF0
Decimal243204240
Binary111100111100110011110000
Octal363314360

Shades and tints

Shades of #F3CCF0

#F3CCF0
(243,204,240)
#DDBADB
(221,186,219)
#C7A8C6
(199,168,198)
#B196B1
(177,150,177)
#9B849C
(155,132,156)
#857287
(133,114,135)
#6F6072
(111,96,114)
#594E5D
(89,78,93)
#433C48
(67,60,72)
#2D2A33
(45,42,51)
#17181E
(23,24,30)
#000000
(0,0,0)

Tints of #F3CCF0

#F3CCF0
(243,204,240)
#F4D0F1
(244,208,241)
#F5D4F2
(245,212,242)
#F6D8F3
(246,216,243)
#F7DCF4
(247,220,244)
#F8E0F5
(248,224,245)
#F9E4F6
(249,228,246)
#FAE8F7
(250,232,247)
#FBECF8
(251,236,248)
#FCF0F9
(252,240,249)
#FDF4FA
(253,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3CCF0; }

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

This text font color is #F3CCF0.


Background Color

.myBgColor { background-color: #F3CCF0; }

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

This div background color is #F3CCF0.


Border color

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

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

This div border color is #F3CCF0.


Opacity

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

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

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

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

This text has shadow with #F3CCF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3CCF0 on black background.


Color preview on white background

This text has color #F3CCF0 on white background.



Black color preview on #F3CCF0 background

This text has black color on #F3CCF0 background.


White color preview on #F3CCF0 background

This text has white color on #F3CCF0 background.