COLOR #F0C8D0

HEX: #F0C8D0
RGB: (240,200,208)

Color info

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

RGB color model

#F0C8D0 color RGB value is (240,200,208).

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

RGB channels and saturation

R 240 of 255 = 94%
G 200 of 255 = 78%
B 208 of 255 = 82%

240
200
208

R + G + B ~ 85%. #F0C8D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 200 + 208 = 648 (100%)
R 240 of 648 ~ 37.04%
G 200 of 648 ~ 30.86%
B 208 of 648 ~ 32.1%

%37.04
%30.86
%32.1

CMYK color model

#F0C8D0 color CMYK value is (0,17,13,6).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 13.33%
  • key color value is 5.88%
CMYK:
(0,17,13,6)
C0M17Y13K6 
(0%,17%,13%,6%)
(0.00/0.17/0.13/0.06)	

CMYK percentages

%0
%16.67
%13.33
%5.88

Codes

Color #F0C8D0 in popluar color models

F0C8D0
RGB240200208
HSL348°57.14%86.27%
HSB/HSV348°16.67%94.12%
CMYK0.00%16.67%13.33%
5.88%

Color #F0C8D0 in popluar number systems.

HEXF0C8D0
Decimal240200208
Binary111100001100100011010000
Octal360310320

Shades and tints

Shades of #F0C8D0

#F0C8D0
(240,200,208)
#DBB6BE
(219,182,190)
#C6A4AC
(198,164,172)
#B1929A
(177,146,154)
#9C8088
(156,128,136)
#876E76
(135,110,118)
#725C64
(114,92,100)
#5D4A52
(93,74,82)
#483840
(72,56,64)
#33262E
(51,38,46)
#1E141C
(30,20,28)
#000000
(0,0,0)

Tints of #F0C8D0

#F0C8D0
(240,200,208)
#F1CDD4
(241,205,212)
#F2D2D8
(242,210,216)
#F3D7DC
(243,215,220)
#F4DCE0
(244,220,224)
#F5E1E4
(245,225,228)
#F6E6E8
(246,230,232)
#F7EBEC
(247,235,236)
#F8F0F0
(248,240,240)
#F9F5F4
(249,245,244)
#FAFAF8
(250,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0C8D0; }

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

This text font color is #F0C8D0.


Background Color

.myBgColor { background-color: #F0C8D0; }

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

This div background color is #F0C8D0.


Border color

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

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

This div border color is #F0C8D0.


Opacity

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

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

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

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

This text has shadow with #F0C8D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0C8D0 on black background.


Color preview on white background

This text has color #F0C8D0 on white background.



Black color preview on #F0C8D0 background

This text has black color on #F0C8D0 background.


White color preview on #F0C8D0 background

This text has white color on #F0C8D0 background.