COLOR #F0CCEF

HEX: #F0CCEF RGB: (240,204,239)

Color info

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

RGB color model

#F0CCEF color RGB value is (240,204,239).

RGB: (240,204,239) (94%, 80%, 94%)

RGB channels and saturation

R 240 of 255 = 94%
G 204 of 255 = 80%
B 239 of 255 = 94%

240
204
239

R + G + B ~ 89%. #F0CCEF is light color.

Portions of RGB colors in percentages

R + G + B = 240 + 204 + 239 = 683 (100%)
R 240 of 683 ~ 35.14%
G 204 of 683 ~ 29.87%
B 239 of 683 ~ 34.99'%

%35.14
%29.87
%34.99

CMYK color model

#F0CCEF color CMYK value is (0,15,0,6).

  • cyan value is 0.00%
  • magenta value is 15.00%
  • yellow value is 0.42%
  • key color value is 5.88%
CMYK: (0,15,0,6) C0M15Y0K6 (0%,15%,0%,6%) (0.00/0.15/0.00/0.06) 

CMYK percentages

%0
%15
%0.42
%5.88

Codes

Color #F0CCEF in popluar color models

F0 CC EF
RGB 240 204 239
HSL 302° 54.55% 87.06%
HSB/HSV 302° 15.00% 94.12%
CMYK 0.00% 15.00% 0.42%
5.88%

Color #F0CCEF in popluar number systems.

HEX F0 CC EF
Decimal 240 204 239
Binary 11110000 11001100 11101111
Octal 360 314 357

Shades and tints

Shades of #F0CCEF

#F0CCEF
(240,204,239)
#DBBADA
(219,186,218)
#C6A8C5
(198,168,197)
#B196B0
(177,150,176)
#9C849B
(156,132,155)
#877286
(135,114,134)
#726071
(114,96,113)
#5D4E5C
(93,78,92)
#483C47
(72,60,71)
#332A32
(51,42,50)
#1E181D
(30,24,29)
#000000
(0,0,0)

Tints of #F0CCEF

#F0CCEF
(240,204,239)
#F1D0F0
(241,208,240)
#F2D4F1
(242,212,241)
#F3D8F2
(243,216,242)
#F4DCF3
(244,220,243)
#F5E0F4
(245,224,244)
#F6E4F5
(246,228,245)
#F7E8F6
(247,232,246)
#F8ECF7
(248,236,247)
#F9F0F8
(249,240,248)
#FAF4F9
(250,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0CCEF; }

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

This text font color is #F0CCEF.

Background Color

.myBgColor { background-color: #F0CCEF; }

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

This div background color is #F0CCEF.

Border color

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

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

This div border color is #F0CCEF.

Opacity

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

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

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

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

This text has shadow with #F0CCEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0CCEF.

Preview

Color preview on black background

This text has color #F0CCEF on black background.


Color preview on white background

This text has color #F0CCEF on white background.


Black color preview on #F0CCEF background

This text has black color on #F0CCEF background.


White color preview on #F0CCEF background

This text has white color on #F0CCEF background.


Related colors

Complementary color

Complementary color for #hex is #0F3310.


I love getcolorcode.com

Triadic colors

1 #EFF0CC and #CCEFF0 with #F0CCEF are triadic colors.

2 #EFCCF0 and #CCF0EF with #F0CCEF are triadic colors.