COLOR #F0CCE0

HEX: #F0CCE0 RGB: (240,204,224)

Color info

#F0CCE0 contains red, green and blue colors in about the same proportion. Web safe color of #F0CCE0 is #FFCCCC (or #FCC).

RGB color model

#F0CCE0 color RGB value is (240,204,224).

RGB: (240,204,224) (94%, 80%, 88%)

RGB channels and saturation

R 240 of 255 = 94%
G 204 of 255 = 80%
B 224 of 255 = 88%

240
204
224

R + G + B ~ 87%. #F0CCE0 is light color.

Portions of RGB colors in percentages

R + G + B = 240 + 204 + 224 = 668 (100%)
R 240 of 668 ~ 35.93%
G 204 of 668 ~ 30.54%
B 224 of 668 ~ 33.53'%

%35.93
%30.54
%33.53

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.00%
  • yellow value is 6.67%
  • key color value is 5.88%

CMYK: (0,15,7,6)
C0M15Y7K6 (0%, 15%, 7%, 6%)
(0.00 / 0.15 / 0.07 / 0.06)

CMYK percentages

%0
%15
%6.67
%5.88

Codes

Color #F0CCE0 in popluar color models

F0 CC E0
RGB 240 204 224
HSL 327° 54.55% 87.06%
HSB/HSV 327° 15.00% 94.12%
CMYK 0.00% 15.00% 6.67%
5.88%

Color #F0CCE0 in popluar number systems.

HEX F0 CC E0
Decimal 240 204 224
Binary 11110000 11001100 11100000
Octal 360 314 340

Shades and tints

Shades of #F0CCE0

#F0CCE0
(240,204,224)
#DBBACC
(219,186,204)
#C6A8B8
(198,168,184)
#B196A4
(177,150,164)
#9C8490
(156,132,144)
#87727C
(135,114,124)
#726068
(114,96,104)
#5D4E54
(93,78,84)
#483C40
(72,60,64)
#332A2C
(51,42,44)
#1E1818
(30,24,24)
#000000
(0,0,0)

Tints of #F0CCE0

#F0CCE0
(240,204,224)
#F1D0E2
(241,208,226)
#F2D4E4
(242,212,228)
#F3D8E6
(243,216,230)
#F4DCE8
(244,220,232)
#F5E0EA
(245,224,234)
#F6E4EC
(246,228,236)
#F7E8EE
(247,232,238)
#F8ECF0
(248,236,240)
#F9F0F2
(249,240,242)
#FAF4F4
(250,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0CCE0; }

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

This text font color is #F0CCE0.

Background Color

.myBgColor { background-color: #F0CCE0; }

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

This div background color is #F0CCE0.

Border color

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

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

This div border color is #F0CCE0.

Opacity

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

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

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

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

This text has shadow with #F0CCE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0CCE0.

Preview

Color preview on black background

This text has color #F0CCE0 on black background.


Color preview on white background

This text has color #F0CCE0 on white background.


Black color preview on #F0CCE0 background

This text has black color on #F0CCE0 background.


White color preview on #F0CCE0 background

This text has white color on #F0CCE0 background.


Related colors

Complementary color

Complementary color for #hex is #0F331F.


I love getcolorcode.com

Triadic colors

1 #E0F0CC and #CCE0F0 with #F0CCE0 are triadic colors.

2 #E0CCF0 and #CCF0E0 with #F0CCE0 are triadic colors.