COLOR #F0CDDB

HEX: #F0CDDB RGB: (240,205,219)

Color info

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

RGB color model

#F0CDDB color RGB value is (240,205,219).

RGB: (240,205,219) (94%, 80%, 86%)

RGB channels and saturation

R 240 of 255 = 94%
G 205 of 255 = 80%
B 219 of 255 = 86%

240
205
219

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

Portions of RGB colors in percentages

R + G + B = 240 + 205 + 219 = 664 (100%)
R 240 of 664 ~ 36.14%
G 205 of 664 ~ 30.87%
B 219 of 664 ~ 32.98'%

%36.14
%30.87
%32.98

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.58%
  • yellow value is 8.75%
  • 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
%8.75
%5.88

Codes

Color #F0CDDB in popluar color models

F0 CD DB
RGB 240 205 219
HSL 336° 53.85% 87.25%
HSB/HSV 336° 14.58% 94.12%
CMYK 0.00% 14.58% 8.75%
5.88%

Color #F0CDDB in popluar number systems.

HEX F0 CD DB
Decimal 240 205 219
Binary 11110000 11001101 11011011
Octal 360 315 333

Shades and tints

Shades of #F0CDDB

#F0CDDB
(240,205,219)
#DBBBC8
(219,187,200)
#C6A9B5
(198,169,181)
#B197A2
(177,151,162)
#9C858F
(156,133,143)
#87737C
(135,115,124)
#726169
(114,97,105)
#5D4F56
(93,79,86)
#483D43
(72,61,67)
#332B30
(51,43,48)
#1E191D
(30,25,29)
#000000
(0,0,0)

Tints of #F0CDDB

#F0CDDB
(240,205,219)
#F1D1DE
(241,209,222)
#F2D5E1
(242,213,225)
#F3D9E4
(243,217,228)
#F4DDE7
(244,221,231)
#F5E1EA
(245,225,234)
#F6E5ED
(246,229,237)
#F7E9F0
(247,233,240)
#F8EDF3
(248,237,243)
#F9F1F6
(249,241,246)
#FAF5F9
(250,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0CDDB; }

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

This text font color is #F0CDDB.

Background Color

.myBgColor { background-color: #F0CDDB; }

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

This div background color is #F0CDDB.

Border color

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

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

This div border color is #F0CDDB.

Opacity

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

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

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

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

This text has shadow with #F0CDDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0CDDB.

Preview

Color preview on black background

This text has color #F0CDDB on black background.


Color preview on white background

This text has color #F0CDDB on white background.


Black color preview on #F0CDDB background

This text has black color on #F0CDDB background.


White color preview on #F0CDDB background

This text has white color on #F0CDDB background.


Related colors

Complementary color

Complementary color for #hex is #0F3224.


I love getcolorcode.com

Triadic colors

1 #DBF0CD and #CDDBF0 with #F0CDDB are triadic colors.

2 #DBCDF0 and #CDF0DB with #F0CDDB are triadic colors.