COLOR #F0CBD6

HEX: #F0CBD6 RGB: (240,203,214)

Color info

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

RGB color model

#F0CBD6 color RGB value is (240,203,214).

RGB: (240,203,214) (94%, 80%, 84%)

RGB channels and saturation

R 240 of 255 = 94%
G 203 of 255 = 80%
B 214 of 255 = 84%

240
203
214

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

Portions of RGB colors in percentages

R + G + B = 240 + 203 + 214 = 657 (100%)
R 240 of 657 ~ 36.53%
G 203 of 657 ~ 30.9%
B 214 of 657 ~ 32.57'%

%36.53
%30.9
%32.57

CMYK color model

#F0CBD6 color CMYK value is (0,15,11,6).

  • cyan value is 0.00%
  • magenta value is 15.42%
  • yellow value is 10.83%
  • key color value is 5.88%

CMYK: (0,15,11,6)
C0M15Y11K6 (0%, 15%, 11%, 6%)
(0.00 / 0.15 / 0.11 / 0.06)

CMYK percentages

%0
%15.42
%10.83
%5.88

Codes

Color #F0CBD6 in popluar color models

F0 CB D6
RGB 240 203 214
HSL 342° 55.22% 86.86%
HSB/HSV 342° 15.42% 94.12%
CMYK 0.00% 15.42% 10.83%
5.88%

Color #F0CBD6 in popluar number systems.

HEX F0 CB D6
Decimal 240 203 214
Binary 11110000 11001011 11010110
Octal 360 313 326

Shades and tints

Shades of #F0CBD6

#F0CBD6
(240,203,214)
#DBB9C3
(219,185,195)
#C6A7B0
(198,167,176)
#B1959D
(177,149,157)
#9C838A
(156,131,138)
#877177
(135,113,119)
#725F64
(114,95,100)
#5D4D51
(93,77,81)
#483B3E
(72,59,62)
#33292B
(51,41,43)
#1E1718
(30,23,24)
#000000
(0,0,0)

Tints of #F0CBD6

#F0CBD6
(240,203,214)
#F1CFD9
(241,207,217)
#F2D3DC
(242,211,220)
#F3D7DF
(243,215,223)
#F4DBE2
(244,219,226)
#F5DFE5
(245,223,229)
#F6E3E8
(246,227,232)
#F7E7EB
(247,231,235)
#F8EBEE
(248,235,238)
#F9EFF1
(249,239,241)
#FAF3F4
(250,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0CBD6; }

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

This text font color is #F0CBD6.

Background Color

.myBgColor { background-color: #F0CBD6; }

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

This div background color is #F0CBD6.

Border color

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

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

This div border color is #F0CBD6.

Opacity

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

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

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

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

This text has shadow with #F0CBD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0CBD6.

Preview

Color preview on black background

This text has color #F0CBD6 on black background.


Color preview on white background

This text has color #F0CBD6 on white background.


Black color preview on #F0CBD6 background

This text has black color on #F0CBD6 background.


White color preview on #F0CBD6 background

This text has white color on #F0CBD6 background.


Related colors

Complementary color

Complementary color for #hex is #0F3429.


I love getcolorcode.com

Triadic colors

1 #D6F0CB and #CBD6F0 with #F0CBD6 are triadic colors.

2 #D6CBF0 and #CBF0D6 with #F0CBD6 are triadic colors.