COLOR #F0CBD2

HEX: #F0CBD2
RGB: (240,203,210)

Color info

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

RGB color model

#F0CBD2 color RGB value is (240,203,210).

  • red value is 240;
  • green value is 203;
  • blue value is 210.
RGB:
(240,203,210)
(94%,80%,82%)

RGB channels and saturation

R 240 of 255 = 94%
G 203 of 255 = 80%
B 210 of 255 = 82%

240
203
210

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

Portions of RGB colors in percentages

R + G + B =
240 + 203 + 210 = 653 (100%)
R 240 of 653 ~ 36.75%
G 203 of 653 ~ 31.09%
B 210 of 653 ~ 32.16%

%36.75
%31.09
%32.16

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.42%
  • yellow value is 12.50%
  • key color value is 5.88%
CMYK:
(0,15,13,6)
C0M15Y13K6 
(0%,15%,13%,6%)
(0.00/0.15/0.13/0.06)	

CMYK percentages

%0
%15.42
%12.5
%5.88

Codes

Color #F0CBD2 in popluar color models

F0CBD2
RGB240203210
HSL349°55.22%86.86%
HSB/HSV349°15.42%94.12%
CMYK0.00%15.42%12.50%
5.88%

Color #F0CBD2 in popluar number systems.

HEXF0CBD2
Decimal240203210
Binary111100001100101111010010
Octal360313322

Shades and tints

Shades of #F0CBD2

#F0CBD2
(240,203,210)
#DBB9BF
(219,185,191)
#C6A7AC
(198,167,172)
#B19599
(177,149,153)
#9C8386
(156,131,134)
#877173
(135,113,115)
#725F60
(114,95,96)
#5D4D4D
(93,77,77)
#483B3A
(72,59,58)
#332927
(51,41,39)
#1E1714
(30,23,20)
#000000
(0,0,0)

Tints of #F0CBD2

#F0CBD2
(240,203,210)
#F1CFD6
(241,207,214)
#F2D3DA
(242,211,218)
#F3D7DE
(243,215,222)
#F4DBE2
(244,219,226)
#F5DFE6
(245,223,230)
#F6E3EA
(246,227,234)
#F7E7EE
(247,231,238)
#F8EBF2
(248,235,242)
#F9EFF6
(249,239,246)
#FAF3FA
(250,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0CBD2; }

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

This text font color is #F0CBD2.


Background Color

.myBgColor { background-color: #F0CBD2; }

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

This div background color is #F0CBD2.


Border color

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

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

This div border color is #F0CBD2.


Opacity

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

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

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

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

This text has shadow with #F0CBD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0CBD2 on black background.


Color preview on white background

This text has color #F0CBD2 on white background.



Black color preview on #F0CBD2 background

This text has black color on #F0CBD2 background.


White color preview on #F0CBD2 background

This text has white color on #F0CBD2 background.