COLOR #F0C8DF

HEX: #F0C8DF
RGB: (240,200,223)

Color info

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

RGB color model

#F0C8DF color RGB value is (240,200,223).

  • red value is 240;
  • green value is 200;
  • blue value is 223.
RGB:
(240,200,223)
(94%,78%,87%)

RGB channels and saturation

R 240 of 255 = 94%
G 200 of 255 = 78%
B 223 of 255 = 87%

240
200
223

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

Portions of RGB colors in percentages

R + G + B =
240 + 200 + 223 = 663 (100%)
R 240 of 663 ~ 36.2%
G 200 of 663 ~ 30.17%
B 223 of 663 ~ 33.63%

%36.2
%30.17
%33.63

CMYK color model

#F0C8DF color CMYK value is (0,17,7,6).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 7.08%
  • key color value is 5.88%
CMYK:
(0,17,7,6)
C0M17Y7K6 
(0%,17%,7%,6%)
(0.00/0.17/0.07/0.06)	

CMYK percentages

%0
%16.67
%7.08
%5.88

Codes

Color #F0C8DF in popluar color models

F0C8DF
RGB240200223
HSL326°57.14%86.27%
HSB/HSV326°16.67%94.12%
CMYK0.00%16.67%7.08%
5.88%

Color #F0C8DF in popluar number systems.

HEXF0C8DF
Decimal240200223
Binary111100001100100011011111
Octal360310337

Shades and tints

Shades of #F0C8DF

#F0C8DF
(240,200,223)
#DBB6CB
(219,182,203)
#C6A4B7
(198,164,183)
#B192A3
(177,146,163)
#9C808F
(156,128,143)
#876E7B
(135,110,123)
#725C67
(114,92,103)
#5D4A53
(93,74,83)
#48383F
(72,56,63)
#33262B
(51,38,43)
#1E1417
(30,20,23)
#000000
(0,0,0)

Tints of #F0C8DF

#F0C8DF
(240,200,223)
#F1CDE1
(241,205,225)
#F2D2E3
(242,210,227)
#F3D7E5
(243,215,229)
#F4DCE7
(244,220,231)
#F5E1E9
(245,225,233)
#F6E6EB
(246,230,235)
#F7EBED
(247,235,237)
#F8F0EF
(248,240,239)
#F9F5F1
(249,245,241)
#FAFAF3
(250,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0C8DF color. Also use rgb(240,200,223) instead hex code.

Text Font Color

.myTextColor { color: #F0C8DF; }

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

This text font color is #F0C8DF.


Background Color

.myBgColor { background-color: #F0C8DF; }

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

This div background color is #F0C8DF.


Border color

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

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

This div border color is #F0C8DF.


Opacity

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

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

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

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

This text has shadow with #F0C8DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0C8DF on black background.


Color preview on white background

This text has color #F0C8DF on white background.



Black color preview on #F0C8DF background

This text has black color on #F0C8DF background.


White color preview on #F0C8DF background

This text has white color on #F0C8DF background.