COLOR #F0CBD3

HEX: #F0CBD3 RGB: (240,203,211)

Color info

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

RGB color model

#F0CBD3 color RGB value is (240,203,211).

RGB: (240,203,211) (94%, 80%, 83%)

RGB channels and saturation

R 240 of 255 = 94%
G 203 of 255 = 80%
B 211 of 255 = 83%

240
203
211

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

Portions of RGB colors in percentages

R + G + B = 240 + 203 + 211 = 654 (100%)
R 240 of 654 ~ 36.7%
G 203 of 654 ~ 31.04%
B 211 of 654 ~ 32.26'%

%36.7
%31.04
%32.26

CMYK color model

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

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

CMYK: (0,15,12,6)
C0M15Y12K6 (0%, 15%, 12%, 6%)
(0.00 / 0.15 / 0.12 / 0.06)

CMYK percentages

%0
%15.42
%12.08
%5.88

Codes

Color #F0CBD3 in popluar color models

F0 CB D3
RGB 240 203 211
HSL 347° 55.22% 86.86%
HSB/HSV 347° 15.42% 94.12%
CMYK 0.00% 15.42% 12.08%
5.88%

Color #F0CBD3 in popluar number systems.

HEX F0 CB D3
Decimal 240 203 211
Binary 11110000 11001011 11010011
Octal 360 313 323

Shades and tints

Shades of #F0CBD3

#F0CBD3
(240,203,211)
#DBB9C0
(219,185,192)
#C6A7AD
(198,167,173)
#B1959A
(177,149,154)
#9C8387
(156,131,135)
#877174
(135,113,116)
#725F61
(114,95,97)
#5D4D4E
(93,77,78)
#483B3B
(72,59,59)
#332928
(51,41,40)
#1E1715
(30,23,21)
#000000
(0,0,0)

Tints of #F0CBD3

#F0CBD3
(240,203,211)
#F1CFD7
(241,207,215)
#F2D3DB
(242,211,219)
#F3D7DF
(243,215,223)
#F4DBE3
(244,219,227)
#F5DFE7
(245,223,231)
#F6E3EB
(246,227,235)
#F7E7EF
(247,231,239)
#F8EBF3
(248,235,243)
#F9EFF7
(249,239,247)
#FAF3FB
(250,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0CBD3; }

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

This text font color is #F0CBD3.

Background Color

.myBgColor { background-color: #F0CBD3; }

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

This div background color is #F0CBD3.

Border color

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

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

This div border color is #F0CBD3.

Opacity

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

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

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

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

This text has shadow with #F0CBD3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0CBD3.

Preview

Color preview on black background

This text has color #F0CBD3 on black background.


Color preview on white background

This text has color #F0CBD3 on white background.


Black color preview on #F0CBD3 background

This text has black color on #F0CBD3 background.


White color preview on #F0CBD3 background

This text has white color on #F0CBD3 background.


Related colors

Complementary color

Complementary color for #hex is #0F342C.


I love getcolorcode.com

Triadic colors

1 #D3F0CB and #CBD3F0 with #F0CBD3 are triadic colors.

2 #D3CBF0 and #CBF0D3 with #F0CBD3 are triadic colors.