COLOR #F0C4DD

HEX: #F0C4DD
RGB: (240,196,221)

Color info

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

RGB color model

#F0C4DD color RGB value is (240,196,221).

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

RGB channels and saturation

R 240 of 255 = 94%
G 196 of 255 = 77%
B 221 of 255 = 87%

240
196
221

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

Portions of RGB colors in percentages

R + G + B =
240 + 196 + 221 = 657 (100%)
R 240 of 657 ~ 36.53%
G 196 of 657 ~ 29.83%
B 221 of 657 ~ 33.64%

%36.53
%29.83
%33.64

CMYK color model

#F0C4DD color CMYK value is (0,18,8,6).

  • cyan value is 0.00%
  • magenta value is 18.33%
  • yellow value is 7.92%
  • key color value is 5.88%
CMYK:
(0,18,8,6)
C0M18Y8K6 
(0%,18%,8%,6%)
(0.00/0.18/0.08/0.06)	

CMYK percentages

%0
%18.33
%7.92
%5.88

Codes

Color #F0C4DD in popluar color models

F0C4DD
RGB240196221
HSL326°59.46%85.49%
HSB/HSV326°18.33%94.12%
CMYK0.00%18.33%7.92%
5.88%

Color #F0C4DD in popluar number systems.

HEXF0C4DD
Decimal240196221
Binary111100001100010011011101
Octal360304335

Shades and tints

Shades of #F0C4DD

#F0C4DD
(240,196,221)
#DBB3C9
(219,179,201)
#C6A2B5
(198,162,181)
#B191A1
(177,145,161)
#9C808D
(156,128,141)
#876F79
(135,111,121)
#725E65
(114,94,101)
#5D4D51
(93,77,81)
#483C3D
(72,60,61)
#332B29
(51,43,41)
#1E1A15
(30,26,21)
#000000
(0,0,0)

Tints of #F0C4DD

#F0C4DD
(240,196,221)
#F1C9E0
(241,201,224)
#F2CEE3
(242,206,227)
#F3D3E6
(243,211,230)
#F4D8E9
(244,216,233)
#F5DDEC
(245,221,236)
#F6E2EF
(246,226,239)
#F7E7F2
(247,231,242)
#F8ECF5
(248,236,245)
#F9F1F8
(249,241,248)
#FAF6FB
(250,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0C4DD; }

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

This text font color is #F0C4DD.


Background Color

.myBgColor { background-color: #F0C4DD; }

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

This div background color is #F0C4DD.


Border color

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

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

This div border color is #F0C4DD.


Opacity

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

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

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

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

This text has shadow with #F0C4DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0C4DD on black background.


Color preview on white background

This text has color #F0C4DD on white background.



Black color preview on #F0C4DD background

This text has black color on #F0C4DD background.


White color preview on #F0C4DD background

This text has white color on #F0C4DD background.