COLOR #F0C2DA

HEX: #F0C2DA RGB: (240,194,218)

Color info

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

RGB color model

#F0C2DA color RGB value is (240,194,218).

RGB: (240,194,218) (94%, 76%, 85%)

RGB channels and saturation

R 240 of 255 = 94%
G 194 of 255 = 76%
B 218 of 255 = 85%

240
194
218

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

Portions of RGB colors in percentages

R + G + B = 240 + 194 + 218 = 652 (100%)
R 240 of 652 ~ 36.81%
G 194 of 652 ~ 29.75%
B 218 of 652 ~ 33.44'%

%36.81
%29.75
%33.44

CMYK color model

#F0C2DA color CMYK value is (0,19,9,6).

  • cyan value is 0.00%
  • magenta value is 19.17%
  • yellow value is 9.17%
  • key color value is 5.88%

CMYK: (0,19,9,6)
C0M19Y9K6 (0%, 19%, 9%, 6%)
(0.00 / 0.19 / 0.09 / 0.06)

CMYK percentages

%0
%19.17
%9.17
%5.88

Codes

Color #F0C2DA in popluar color models

F0 C2 DA
RGB 240 194 218
HSL 329° 60.53% 85.10%
HSB/HSV 329° 19.17% 94.12%
CMYK 0.00% 19.17% 9.17%
5.88%

Color #F0C2DA in popluar number systems.

HEX F0 C2 DA
Decimal 240 194 218
Binary 11110000 11000010 11011010
Octal 360 302 332

Shades and tints

Shades of #F0C2DA

#F0C2DA
(240,194,218)
#DBB1C7
(219,177,199)
#C6A0B4
(198,160,180)
#B18FA1
(177,143,161)
#9C7E8E
(156,126,142)
#876D7B
(135,109,123)
#725C68
(114,92,104)
#5D4B55
(93,75,85)
#483A42
(72,58,66)
#33292F
(51,41,47)
#1E181C
(30,24,28)
#000000
(0,0,0)

Tints of #F0C2DA

#F0C2DA
(240,194,218)
#F1C7DD
(241,199,221)
#F2CCE0
(242,204,224)
#F3D1E3
(243,209,227)
#F4D6E6
(244,214,230)
#F5DBE9
(245,219,233)
#F6E0EC
(246,224,236)
#F7E5EF
(247,229,239)
#F8EAF2
(248,234,242)
#F9EFF5
(249,239,245)
#FAF4F8
(250,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0C2DA color. Also use rgb(240,194,218) instead hex code.

Text Font Color

.myTextColor { color: #F0C2DA; }

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

This text font color is #F0C2DA.

Background Color

.myBgColor { background-color: #F0C2DA; }

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

This div background color is #F0C2DA.

Border color

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

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

This div border color is #F0C2DA.

Opacity

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

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

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

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

This text has shadow with #F0C2DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0C2DA.

Preview

Color preview on black background

This text has color #F0C2DA on black background.


Color preview on white background

This text has color #F0C2DA on white background.


Black color preview on #F0C2DA background

This text has black color on #F0C2DA background.


White color preview on #F0C2DA background

This text has white color on #F0C2DA background.


Related colors

Complementary color

Complementary color for #hex is #0F3D25.


I love getcolorcode.com

Triadic colors

1 #DAF0C2 and #C2DAF0 with #F0C2DA are triadic colors.

2 #DAC2F0 and #C2F0DA with #F0C2DA are triadic colors.