COLOR #F0C8D5

HEX: #F0C8D5
RGB: (240,200,213)

Color info

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

RGB color model

#F0C8D5 color RGB value is (240,200,213).

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

RGB channels and saturation

R 240 of 255 = 94%
G 200 of 255 = 78%
B 213 of 255 = 84%

240
200
213

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

Portions of RGB colors in percentages

R + G + B =
240 + 200 + 213 = 653 (100%)
R 240 of 653 ~ 36.75%
G 200 of 653 ~ 30.63%
B 213 of 653 ~ 32.62%

%36.75
%30.63
%32.62

CMYK color model

#F0C8D5 color CMYK value is (0,17,11,6).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 11.25%
  • key color value is 5.88%
CMYK:
(0,17,11,6)
C0M17Y11K6 
(0%,17%,11%,6%)
(0.00/0.17/0.11/0.06)	

CMYK percentages

%0
%16.67
%11.25
%5.88

Codes

Color #F0C8D5 in popluar color models

F0C8D5
RGB240200213
HSL341°57.14%86.27%
HSB/HSV341°16.67%94.12%
CMYK0.00%16.67%11.25%
5.88%

Color #F0C8D5 in popluar number systems.

HEXF0C8D5
Decimal240200213
Binary111100001100100011010101
Octal360310325

Shades and tints

Shades of #F0C8D5

#F0C8D5
(240,200,213)
#DBB6C2
(219,182,194)
#C6A4AF
(198,164,175)
#B1929C
(177,146,156)
#9C8089
(156,128,137)
#876E76
(135,110,118)
#725C63
(114,92,99)
#5D4A50
(93,74,80)
#48383D
(72,56,61)
#33262A
(51,38,42)
#1E1417
(30,20,23)
#000000
(0,0,0)

Tints of #F0C8D5

#F0C8D5
(240,200,213)
#F1CDD8
(241,205,216)
#F2D2DB
(242,210,219)
#F3D7DE
(243,215,222)
#F4DCE1
(244,220,225)
#F5E1E4
(245,225,228)
#F6E6E7
(246,230,231)
#F7EBEA
(247,235,234)
#F8F0ED
(248,240,237)
#F9F5F0
(249,245,240)
#FAFAF3
(250,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0C8D5; }

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

This text font color is #F0C8D5.


Background Color

.myBgColor { background-color: #F0C8D5; }

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

This div background color is #F0C8D5.


Border color

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

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

This div border color is #F0C8D5.


Opacity

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

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

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

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

This text has shadow with #F0C8D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0C8D5 on black background.


Color preview on white background

This text has color #F0C8D5 on white background.



Black color preview on #F0C8D5 background

This text has black color on #F0C8D5 background.


White color preview on #F0C8D5 background

This text has white color on #F0C8D5 background.