COLOR #F0CDDA

HEX: #F0CDDA RGB: (240,205,218)

Color info

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

RGB color model

#F0CDDA color RGB value is (240,205,218).

RGB: (240,205,218) (94%, 80%, 85%)

RGB channels and saturation

R 240 of 255 = 94%
G 205 of 255 = 80%
B 218 of 255 = 85%

240
205
218

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

Portions of RGB colors in percentages

R + G + B = 240 + 205 + 218 = 663 (100%)
R 240 of 663 ~ 36.2%
G 205 of 663 ~ 30.92%
B 218 of 663 ~ 32.88'%

%36.2
%30.92
%32.88

CMYK color model

#F0CDDA color CMYK value is (0,15,9,6).

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

CMYK: (0,15,9,6)
C0M15Y9K6 (0%, 15%, 9%, 6%)
(0.00 / 0.15 / 0.09 / 0.06)

CMYK percentages

%0
%14.58
%9.17
%5.88

Codes

Color #F0CDDA in popluar color models

F0 CD DA
RGB 240 205 218
HSL 338° 53.85% 87.25%
HSB/HSV 338° 14.58% 94.12%
CMYK 0.00% 14.58% 9.17%
5.88%

Color #F0CDDA in popluar number systems.

HEX F0 CD DA
Decimal 240 205 218
Binary 11110000 11001101 11011010
Octal 360 315 332

Shades and tints

Shades of #F0CDDA

#F0CDDA
(240,205,218)
#DBBBC7
(219,187,199)
#C6A9B4
(198,169,180)
#B197A1
(177,151,161)
#9C858E
(156,133,142)
#87737B
(135,115,123)
#726168
(114,97,104)
#5D4F55
(93,79,85)
#483D42
(72,61,66)
#332B2F
(51,43,47)
#1E191C
(30,25,28)
#000000
(0,0,0)

Tints of #F0CDDA

#F0CDDA
(240,205,218)
#F1D1DD
(241,209,221)
#F2D5E0
(242,213,224)
#F3D9E3
(243,217,227)
#F4DDE6
(244,221,230)
#F5E1E9
(245,225,233)
#F6E5EC
(246,229,236)
#F7E9EF
(247,233,239)
#F8EDF2
(248,237,242)
#F9F1F5
(249,241,245)
#FAF5F8
(250,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0CDDA; }

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

This text font color is #F0CDDA.

Background Color

.myBgColor { background-color: #F0CDDA; }

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

This div background color is #F0CDDA.

Border color

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

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

This div border color is #F0CDDA.

Opacity

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

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

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

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

This text has shadow with #F0CDDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0CDDA.

Preview

Color preview on black background

This text has color #F0CDDA on black background.


Color preview on white background

This text has color #F0CDDA on white background.


Black color preview on #F0CDDA background

This text has black color on #F0CDDA background.


White color preview on #F0CDDA background

This text has white color on #F0CDDA background.


Related colors

Complementary color

Complementary color for #hex is #0F3225.


I love getcolorcode.com

Triadic colors

1 #DAF0CD and #CDDAF0 with #F0CDDA are triadic colors.

2 #DACDF0 and #CDF0DA with #F0CDDA are triadic colors.