COLOR #F0CDD5

HEX: #F0CDD5
RGB: (240,205,213)

Color info

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

RGB color model

#F0CDD5 color RGB value is (240,205,213).

  • red value is 240;
  • green value is 205;
  • blue value is 213.
RGB:
(240,205,213)
(94%,80%,84%)

RGB channels and saturation

R 240 of 255 = 94%
G 205 of 255 = 80%
B 213 of 255 = 84%

240
205
213

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

Portions of RGB colors in percentages

R + G + B =
240 + 205 + 213 = 658 (100%)
R 240 of 658 ~ 36.47%
G 205 of 658 ~ 31.16%
B 213 of 658 ~ 32.37%

%36.47
%31.16
%32.37

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.58%
  • yellow value is 11.25%
  • 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
%14.58
%11.25
%5.88

Codes

Color #F0CDD5 in popluar color models

F0CDD5
RGB240205213
HSL346°53.85%87.25%
HSB/HSV346°14.58%94.12%
CMYK0.00%14.58%11.25%
5.88%

Color #F0CDD5 in popluar number systems.

HEXF0CDD5
Decimal240205213
Binary111100001100110111010101
Octal360315325

Shades and tints

Shades of #F0CDD5

#F0CDD5
(240,205,213)
#DBBBC2
(219,187,194)
#C6A9AF
(198,169,175)
#B1979C
(177,151,156)
#9C8589
(156,133,137)
#877376
(135,115,118)
#726163
(114,97,99)
#5D4F50
(93,79,80)
#483D3D
(72,61,61)
#332B2A
(51,43,42)
#1E1917
(30,25,23)
#000000
(0,0,0)

Tints of #F0CDD5

#F0CDD5
(240,205,213)
#F1D1D8
(241,209,216)
#F2D5DB
(242,213,219)
#F3D9DE
(243,217,222)
#F4DDE1
(244,221,225)
#F5E1E4
(245,225,228)
#F6E5E7
(246,229,231)
#F7E9EA
(247,233,234)
#F8EDED
(248,237,237)
#F9F1F0
(249,241,240)
#FAF5F3
(250,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0CDD5; }

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

This text font color is #F0CDD5.


Background Color

.myBgColor { background-color: #F0CDD5; }

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

This div background color is #F0CDD5.


Border color

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

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

This div border color is #F0CDD5.


Opacity

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

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

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

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

This text has shadow with #F0CDD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0CDD5 on black background.


Color preview on white background

This text has color #F0CDD5 on white background.



Black color preview on #F0CDD5 background

This text has black color on #F0CDD5 background.


White color preview on #F0CDD5 background

This text has white color on #F0CDD5 background.