COLOR #F0C7DE

HEX: #F0C7DE
RGB: (240,199,222)

Color info

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

RGB color model

#F0C7DE color RGB value is (240,199,222).

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

RGB channels and saturation

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

240
199
222

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

Portions of RGB colors in percentages

R + G + B =
240 + 199 + 222 = 661 (100%)
R 240 of 661 ~ 36.31%
G 199 of 661 ~ 30.11%
B 222 of 661 ~ 33.59%

%36.31
%30.11
%33.59

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.08%
  • 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
%17.08
%7.5
%5.88

Codes

Color #F0C7DE in popluar color models

F0C7DE
RGB240199222
HSL326°57.75%86.08%
HSB/HSV326°17.08%94.12%
CMYK0.00%17.08%7.50%
5.88%

Color #F0C7DE in popluar number systems.

HEXF0C7DE
Decimal240199222
Binary111100001100011111011110
Octal360307336

Shades and tints

Shades of #F0C7DE

#F0C7DE
(240,199,222)
#DBB5CA
(219,181,202)
#C6A3B6
(198,163,182)
#B191A2
(177,145,162)
#9C7F8E
(156,127,142)
#876D7A
(135,109,122)
#725B66
(114,91,102)
#5D4952
(93,73,82)
#48373E
(72,55,62)
#33252A
(51,37,42)
#1E1316
(30,19,22)
#000000
(0,0,0)

Tints of #F0C7DE

#F0C7DE
(240,199,222)
#F1CCE1
(241,204,225)
#F2D1E4
(242,209,228)
#F3D6E7
(243,214,231)
#F4DBEA
(244,219,234)
#F5E0ED
(245,224,237)
#F6E5F0
(246,229,240)
#F7EAF3
(247,234,243)
#F8EFF6
(248,239,246)
#F9F4F9
(249,244,249)
#FAF9FC
(250,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0C7DE; }

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

This text font color is #F0C7DE.


Background Color

.myBgColor { background-color: #F0C7DE; }

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

This div background color is #F0C7DE.


Border color

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

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

This div border color is #F0C7DE.


Opacity

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

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

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

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

This text has shadow with #F0C7DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0C7DE on black background.


Color preview on white background

This text has color #F0C7DE on white background.



Black color preview on #F0C7DE background

This text has black color on #F0C7DE background.


White color preview on #F0C7DE background

This text has white color on #F0C7DE background.