COLOR #F0C8DE

HEX: #F0C8DE
RGB: (240,200,222)

Color info

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

RGB color model

#F0C8DE color RGB value is (240,200,222).

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

RGB channels and saturation

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

240
200
222

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

Portions of RGB colors in percentages

R + G + B =
240 + 200 + 222 = 662 (100%)
R 240 of 662 ~ 36.25%
G 200 of 662 ~ 30.21%
B 222 of 662 ~ 33.53%

%36.25
%30.21
%33.53

CMYK color model

#F0C8DE color CMYK value is (0,17,8,6).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 7.50%
  • key color value is 5.88%
CMYK:
(0,17,8,6)
C0M17Y8K6 
(0%,17%,8%,6%)
(0.00/0.17/0.08/0.06)	

CMYK percentages

%0
%16.67
%7.5
%5.88

Codes

Color #F0C8DE in popluar color models

F0C8DE
RGB240200222
HSL327°57.14%86.27%
HSB/HSV327°16.67%94.12%
CMYK0.00%16.67%7.50%
5.88%

Color #F0C8DE in popluar number systems.

HEXF0C8DE
Decimal240200222
Binary111100001100100011011110
Octal360310336

Shades and tints

Shades of #F0C8DE

#F0C8DE
(240,200,222)
#DBB6CA
(219,182,202)
#C6A4B6
(198,164,182)
#B192A2
(177,146,162)
#9C808E
(156,128,142)
#876E7A
(135,110,122)
#725C66
(114,92,102)
#5D4A52
(93,74,82)
#48383E
(72,56,62)
#33262A
(51,38,42)
#1E1416
(30,20,22)
#000000
(0,0,0)

Tints of #F0C8DE

#F0C8DE
(240,200,222)
#F1CDE1
(241,205,225)
#F2D2E4
(242,210,228)
#F3D7E7
(243,215,231)
#F4DCEA
(244,220,234)
#F5E1ED
(245,225,237)
#F6E6F0
(246,230,240)
#F7EBF3
(247,235,243)
#F8F0F6
(248,240,246)
#F9F5F9
(249,245,249)
#FAFAFC
(250,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0C8DE; }

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

This text font color is #F0C8DE.


Background Color

.myBgColor { background-color: #F0C8DE; }

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

This div background color is #F0C8DE.


Border color

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

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

This div border color is #F0C8DE.


Opacity

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

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

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

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

This text has shadow with #F0C8DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0C8DE on black background.


Color preview on white background

This text has color #F0C8DE on white background.



Black color preview on #F0C8DE background

This text has black color on #F0C8DE background.


White color preview on #F0C8DE background

This text has white color on #F0C8DE background.