COLOR #F0CBCD

HEX: #F0CBCD RGB: (240,203,205)

Color info

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

RGB color model

#F0CBCD color RGB value is (240,203,205).

RGB: (240,203,205) (94%, 80%, 80%)

RGB channels and saturation

R 240 of 255 = 94%
G 203 of 255 = 80%
B 205 of 255 = 80%

240
203
205

R + G + B ~ 85%. #F0CBCD is quite light color.

Portions of RGB colors in percentages

R + G + B = 240 + 203 + 205 = 648 (100%)
R 240 of 648 ~ 37.04%
G 203 of 648 ~ 31.33%
B 205 of 648 ~ 31.64'%

%37.04
%31.33
%31.64

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.42%
  • yellow value is 14.58%
  • key color value is 5.88%
CMYK: (0,15,15,6) C0M15Y15K6 (0%,15%,15%,6%) (0.00/0.15/0.15/0.06) 

CMYK percentages

%0
%15.42
%14.58
%5.88

Codes

Color #F0CBCD in popluar color models

F0 CB CD
RGB 240 203 205
HSL 357° 55.22% 86.86%
HSB/HSV 357° 15.42% 94.12%
CMYK 0.00% 15.42% 14.58%
5.88%

Color #F0CBCD in popluar number systems.

HEX F0 CB CD
Decimal 240 203 205
Binary 11110000 11001011 11001101
Octal 360 313 315

Shades and tints

Shades of #F0CBCD

#F0CBCD
(240,203,205)
#DBB9BB
(219,185,187)
#C6A7A9
(198,167,169)
#B19597
(177,149,151)
#9C8385
(156,131,133)
#877173
(135,113,115)
#725F61
(114,95,97)
#5D4D4F
(93,77,79)
#483B3D
(72,59,61)
#33292B
(51,41,43)
#1E1719
(30,23,25)
#000000
(0,0,0)

Tints of #F0CBCD

#F0CBCD
(240,203,205)
#F1CFD1
(241,207,209)
#F2D3D5
(242,211,213)
#F3D7D9
(243,215,217)
#F4DBDD
(244,219,221)
#F5DFE1
(245,223,225)
#F6E3E5
(246,227,229)
#F7E7E9
(247,231,233)
#F8EBED
(248,235,237)
#F9EFF1
(249,239,241)
#FAF3F5
(250,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0CBCD; }

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

This text font color is #F0CBCD.

Background Color

.myBgColor { background-color: #F0CBCD; }

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

This div background color is #F0CBCD.

Border color

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

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

This div border color is #F0CBCD.

Opacity

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

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

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

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

This text has shadow with #F0CBCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0CBCD.

Preview

Color preview on black background

This text has color #F0CBCD on black background.


Color preview on white background

This text has color #F0CBCD on white background.


Black color preview on #F0CBCD background

This text has black color on #F0CBCD background.


White color preview on #F0CBCD background

This text has white color on #F0CBCD background.


Related colors

Complementary color

Complementary color for #hex is #0F3432.


I love getcolorcode.com

Triadic colors

1 #CDF0CB and #CBCDF0 with #F0CBCD are triadic colors.

2 #CDCBF0 and #CBF0CD with #F0CBCD are triadic colors.