COLOR #F0C9DD

HEX: #F0C9DD
RGB: (240,201,221)

Color info

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

RGB color model

#F0C9DD color RGB value is (240,201,221).

  • red value is 240;
  • green value is 201;
  • blue value is 221.
RGB:
(240,201,221)
(94%,79%,87%)

RGB channels and saturation

R 240 of 255 = 94%
G 201 of 255 = 79%
B 221 of 255 = 87%

240
201
221

R + G + B ~ 87%. #F0C9DD is light color.

Portions of RGB colors in percentages

R + G + B =
240 + 201 + 221 = 662 (100%)
R 240 of 662 ~ 36.25%
G 201 of 662 ~ 30.36%
B 221 of 662 ~ 33.38%

%36.25
%30.36
%33.38

CMYK color model

#F0C9DD color CMYK value is (0,16,8,6).

  • cyan value is 0.00%
  • magenta value is 16.25%
  • yellow value is 7.92%
  • key color value is 5.88%
CMYK:
(0,16,8,6)
C0M16Y8K6 
(0%,16%,8%,6%)
(0.00/0.16/0.08/0.06)	

CMYK percentages

%0
%16.25
%7.92
%5.88

Codes

Color #F0C9DD in popluar color models

F0C9DD
RGB240201221
HSL329°56.52%86.47%
HSB/HSV329°16.25%94.12%
CMYK0.00%16.25%7.92%
5.88%

Color #F0C9DD in popluar number systems.

HEXF0C9DD
Decimal240201221
Binary111100001100100111011101
Octal360311335

Shades and tints

Shades of #F0C9DD

#F0C9DD
(240,201,221)
#DBB7C9
(219,183,201)
#C6A5B5
(198,165,181)
#B193A1
(177,147,161)
#9C818D
(156,129,141)
#876F79
(135,111,121)
#725D65
(114,93,101)
#5D4B51
(93,75,81)
#48393D
(72,57,61)
#332729
(51,39,41)
#1E1515
(30,21,21)
#000000
(0,0,0)

Tints of #F0C9DD

#F0C9DD
(240,201,221)
#F1CDE0
(241,205,224)
#F2D1E3
(242,209,227)
#F3D5E6
(243,213,230)
#F4D9E9
(244,217,233)
#F5DDEC
(245,221,236)
#F6E1EF
(246,225,239)
#F7E5F2
(247,229,242)
#F8E9F5
(248,233,245)
#F9EDF8
(249,237,248)
#FAF1FB
(250,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0C9DD color. Also use rgb(240,201,221) instead hex code.

Text Font Color

.myTextColor { color: #F0C9DD; }

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

This text font color is #F0C9DD.


Background Color

.myBgColor { background-color: #F0C9DD; }

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

This div background color is #F0C9DD.


Border color

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

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

This div border color is #F0C9DD.


Opacity

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

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

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

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

This text has shadow with #F0C9DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0C9DD on black background.


Color preview on white background

This text has color #F0C9DD on white background.



Black color preview on #F0C9DD background

This text has black color on #F0C9DD background.


White color preview on #F0C9DD background

This text has white color on #F0C9DD background.