COLOR #F0CCD7

HEX: #F0CCD7
RGB: (240,204,215)

Color info

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

RGB color model

#F0CCD7 color RGB value is (240,204,215).

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

RGB channels and saturation

R 240 of 255 = 94%
G 204 of 255 = 80%
B 215 of 255 = 84%

240
204
215

R + G + B ~ 86%. #F0CCD7 is light color.

Portions of RGB colors in percentages

R + G + B =
240 + 204 + 215 = 659 (100%)
R 240 of 659 ~ 36.42%
G 204 of 659 ~ 30.96%
B 215 of 659 ~ 32.63%

%36.42
%30.96
%32.63

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.00%
  • yellow value is 10.42%
  • key color value is 5.88%
CMYK:
(0,15,10,6)
C0M15Y10K6 
(0%,15%,10%,6%)
(0.00/0.15/0.10/0.06)	

CMYK percentages

%0
%15
%10.42
%5.88

Codes

Color #F0CCD7 in popluar color models

F0CCD7
RGB240204215
HSL342°54.55%87.06%
HSB/HSV342°15.00%94.12%
CMYK0.00%15.00%10.42%
5.88%

Color #F0CCD7 in popluar number systems.

HEXF0CCD7
Decimal240204215
Binary111100001100110011010111
Octal360314327

Shades and tints

Shades of #F0CCD7

#F0CCD7
(240,204,215)
#DBBAC4
(219,186,196)
#C6A8B1
(198,168,177)
#B1969E
(177,150,158)
#9C848B
(156,132,139)
#877278
(135,114,120)
#726065
(114,96,101)
#5D4E52
(93,78,82)
#483C3F
(72,60,63)
#332A2C
(51,42,44)
#1E1819
(30,24,25)
#000000
(0,0,0)

Tints of #F0CCD7

#F0CCD7
(240,204,215)
#F1D0DA
(241,208,218)
#F2D4DD
(242,212,221)
#F3D8E0
(243,216,224)
#F4DCE3
(244,220,227)
#F5E0E6
(245,224,230)
#F6E4E9
(246,228,233)
#F7E8EC
(247,232,236)
#F8ECEF
(248,236,239)
#F9F0F2
(249,240,242)
#FAF4F5
(250,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0CCD7; }

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

This text font color is #F0CCD7.


Background Color

.myBgColor { background-color: #F0CCD7; }

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

This div background color is #F0CCD7.


Border color

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

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

This div border color is #F0CCD7.


Opacity

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

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

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

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

This text has shadow with #F0CCD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0CCD7 on black background.


Color preview on white background

This text has color #F0CCD7 on white background.



Black color preview on #F0CCD7 background

This text has black color on #F0CCD7 background.


White color preview on #F0CCD7 background

This text has white color on #F0CCD7 background.