COLOR #F0CDDD

HEX: #F0CDDD RGB: (240,205,221)

Color info

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

RGB color model

#F0CDDD color RGB value is (240,205,221).

RGB: (240,205,221) (94%, 80%, 87%)

RGB channels and saturation

R 240 of 255 = 94%
G 205 of 255 = 80%
B 221 of 255 = 87%

240
205
221

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

Portions of RGB colors in percentages

R + G + B = 240 + 205 + 221 = 666 (100%)
R 240 of 666 ~ 36.04%
G 205 of 666 ~ 30.78%
B 221 of 666 ~ 33.18'%

%36.04
%30.78
%33.18

CMYK color model

#F0CDDD color CMYK value is (0,15,8,6).

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

CMYK: (0,15,8,6)
C0M15Y8K6 (0%, 15%, 8%, 6%)
(0.00 / 0.15 / 0.08 / 0.06)

CMYK percentages

%0
%14.58
%7.92
%5.88

Codes

Color #F0CDDD in popluar color models

F0 CD DD
RGB 240 205 221
HSL 333° 53.85% 87.25%
HSB/HSV 333° 14.58% 94.12%
CMYK 0.00% 14.58% 7.92%
5.88%

Color #F0CDDD in popluar number systems.

HEX F0 CD DD
Decimal 240 205 221
Binary 11110000 11001101 11011101
Octal 360 315 335

Shades and tints

Shades of #F0CDDD

#F0CDDD
(240,205,221)
#DBBBC9
(219,187,201)
#C6A9B5
(198,169,181)
#B197A1
(177,151,161)
#9C858D
(156,133,141)
#877379
(135,115,121)
#726165
(114,97,101)
#5D4F51
(93,79,81)
#483D3D
(72,61,61)
#332B29
(51,43,41)
#1E1915
(30,25,21)
#000000
(0,0,0)

Tints of #F0CDDD

#F0CDDD
(240,205,221)
#F1D1E0
(241,209,224)
#F2D5E3
(242,213,227)
#F3D9E6
(243,217,230)
#F4DDE9
(244,221,233)
#F5E1EC
(245,225,236)
#F6E5EF
(246,229,239)
#F7E9F2
(247,233,242)
#F8EDF5
(248,237,245)
#F9F1F8
(249,241,248)
#FAF5FB
(250,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0CDDD; }

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

This text font color is #F0CDDD.

Background Color

.myBgColor { background-color: #F0CDDD; }

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

This div background color is #F0CDDD.

Border color

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

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

This div border color is #F0CDDD.

Opacity

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

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

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

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

This text has shadow with #F0CDDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0CDDD.

Preview

Color preview on black background

This text has color #F0CDDD on black background.


Color preview on white background

This text has color #F0CDDD on white background.


Black color preview on #F0CDDD background

This text has black color on #F0CDDD background.


White color preview on #F0CDDD background

This text has white color on #F0CDDD background.


Related colors

Complementary color

Complementary color for #hex is #0F3222.


I love getcolorcode.com

Triadic colors

1 #DDF0CD and #CDDDF0 with #F0CDDD are triadic colors.

2 #DDCDF0 and #CDF0DD with #F0CDDD are triadic colors.