COLOR #F0CBDB

HEX: #F0CBDB RGB: (240,203,219)

Color info

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

RGB color model

#F0CBDB color RGB value is (240,203,219).

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

RGB channels and saturation

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

240
203
219

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

Portions of RGB colors in percentages

R + G + B = 240 + 203 + 219 = 662 (100%)
R 240 of 662 ~ 36.25%
G 203 of 662 ~ 30.66%
B 219 of 662 ~ 33.08'%

%36.25
%30.66
%33.08

CMYK color model

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

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

Codes

Color #F0CBDB in popluar color models

F0 CB DB
RGB 240 203 219
HSL 334° 55.22% 86.86%
HSB/HSV 334° 15.42% 94.12%
CMYK 0.00% 15.42% 8.75%
5.88%

Color #F0CBDB in popluar number systems.

HEX F0 CB DB
Decimal 240 203 219
Binary 11110000 11001011 11011011
Octal 360 313 333

Shades and tints

Shades of #F0CBDB

#F0CBDB
(240,203,219)
#DBB9C8
(219,185,200)
#C6A7B5
(198,167,181)
#B195A2
(177,149,162)
#9C838F
(156,131,143)
#87717C
(135,113,124)
#725F69
(114,95,105)
#5D4D56
(93,77,86)
#483B43
(72,59,67)
#332930
(51,41,48)
#1E171D
(30,23,29)
#000000
(0,0,0)

Tints of #F0CBDB

#F0CBDB
(240,203,219)
#F1CFDE
(241,207,222)
#F2D3E1
(242,211,225)
#F3D7E4
(243,215,228)
#F4DBE7
(244,219,231)
#F5DFEA
(245,223,234)
#F6E3ED
(246,227,237)
#F7E7F0
(247,231,240)
#F8EBF3
(248,235,243)
#F9EFF6
(249,239,246)
#FAF3F9
(250,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0CBDB; }

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

This text font color is #F0CBDB.

Background Color

.myBgColor { background-color: #F0CBDB; }

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

This div background color is #F0CBDB.

Border color

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

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

This div border color is #F0CBDB.

Opacity

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

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

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

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

This text has shadow with #F0CBDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0CBDB.

Preview

Color preview on black background

This text has color #F0CBDB on black background.


Color preview on white background

This text has color #F0CBDB on white background.


Black color preview on #F0CBDB background

This text has black color on #F0CBDB background.


White color preview on #F0CBDB background

This text has white color on #F0CBDB background.


Related colors

Complementary color

Complementary color for #hex is #0F3424.


I love getcolorcode.com

Triadic colors

1 #DBF0CB and #CBDBF0 with #F0CBDB are triadic colors.

2 #DBCBF0 and #CBF0DB with #F0CBDB are triadic colors.