COLOR #F0CCF2

HEX: #F0CCF2 RGB: (240,204,242)

Color info

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

RGB color model

#F0CCF2 color RGB value is (240,204,242).

RGB: (240,204,242) (94%, 80%, 95%)

RGB channels and saturation

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

240
204
242

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

Portions of RGB colors in percentages

R + G + B = 240 + 204 + 242 = 686 (100%)
R 240 of 686 ~ 34.99%
G 204 of 686 ~ 29.74%
B 242 of 686 ~ 35.28'%

%34.99
%29.74
%35.28

CMYK color model

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

  • cyan value is 0.83%
  • magenta value is 15.70%
  • yellow value is 0.00%
  • key color value is 5.10%

CMYK: (1,16,0,5)
C1M16Y0K5 (1%, 16%, 0%, 5%)
(0.01 / 0.16 / 0.00 / 0.05)

CMYK percentages

%0.83
%15.7
%0
%5.1

Codes

Color #F0CCF2 in popluar color models

F0 CC F2
RGB 240 204 242
HSL 297° 59.38% 87.45%
HSB/HSV 297° 15.70% 94.90%
CMYK 0.83% 15.70% 0.00%
5.10%

Color #F0CCF2 in popluar number systems.

HEX F0 CC F2
Decimal 240 204 242
Binary 11110000 11001100 11110010
Octal 360 314 362

Shades and tints

Shades of #F0CCF2

#F0CCF2
(240,204,242)
#DBBADC
(219,186,220)
#C6A8C6
(198,168,198)
#B196B0
(177,150,176)
#9C849A
(156,132,154)
#877284
(135,114,132)
#72606E
(114,96,110)
#5D4E58
(93,78,88)
#483C42
(72,60,66)
#332A2C
(51,42,44)
#1E1816
(30,24,22)
#000000
(0,0,0)

Tints of #F0CCF2

#F0CCF2
(240,204,242)
#F1D0F3
(241,208,243)
#F2D4F4
(242,212,244)
#F3D8F5
(243,216,245)
#F4DCF6
(244,220,246)
#F5E0F7
(245,224,247)
#F6E4F8
(246,228,248)
#F7E8F9
(247,232,249)
#F8ECFA
(248,236,250)
#F9F0FB
(249,240,251)
#FAF4FC
(250,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0CCF2; }

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

This text font color is #F0CCF2.

Background Color

.myBgColor { background-color: #F0CCF2; }

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

This div background color is #F0CCF2.

Border color

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

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

This div border color is #F0CCF2.

Opacity

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

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

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

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

This text has shadow with #F0CCF2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0CCF2.

Preview

Color preview on black background

This text has color #F0CCF2 on black background.


Color preview on white background

This text has color #F0CCF2 on white background.


Black color preview on #F0CCF2 background

This text has black color on #F0CCF2 background.


White color preview on #F0CCF2 background

This text has white color on #F0CCF2 background.


Related colors

Complementary color

Complementary color for #hex is #0F330D.


I love getcolorcode.com

Triadic colors

1 #F2F0CC and #CCF2F0 with #F0CCF2 are triadic colors.

2 #F2CCF0 and #CCF0F2 with #F0CCF2 are triadic colors.