COLOR #F0CDD4

HEX: #F0CDD4
RGB: (240,205,212)

Color info

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

RGB color model

#F0CDD4 color RGB value is (240,205,212).

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

RGB channels and saturation

R 240 of 255 = 94%
G 205 of 255 = 80%
B 212 of 255 = 83%

240
205
212

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

Portions of RGB colors in percentages

R + G + B =
240 + 205 + 212 = 657 (100%)
R 240 of 657 ~ 36.53%
G 205 of 657 ~ 31.2%
B 212 of 657 ~ 32.27%

%36.53
%31.2
%32.27

CMYK color model

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

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

Codes

Color #F0CDD4 in popluar color models

F0CDD4
RGB240205212
HSL348°53.85%87.25%
HSB/HSV348°14.58%94.12%
CMYK0.00%14.58%11.67%
5.88%

Color #F0CDD4 in popluar number systems.

HEXF0CDD4
Decimal240205212
Binary111100001100110111010100
Octal360315324

Shades and tints

Shades of #F0CDD4

#F0CDD4
(240,205,212)
#DBBBC1
(219,187,193)
#C6A9AE
(198,169,174)
#B1979B
(177,151,155)
#9C8588
(156,133,136)
#877375
(135,115,117)
#726162
(114,97,98)
#5D4F4F
(93,79,79)
#483D3C
(72,61,60)
#332B29
(51,43,41)
#1E1916
(30,25,22)
#000000
(0,0,0)

Tints of #F0CDD4

#F0CDD4
(240,205,212)
#F1D1D7
(241,209,215)
#F2D5DA
(242,213,218)
#F3D9DD
(243,217,221)
#F4DDE0
(244,221,224)
#F5E1E3
(245,225,227)
#F6E5E6
(246,229,230)
#F7E9E9
(247,233,233)
#F8EDEC
(248,237,236)
#F9F1EF
(249,241,239)
#FAF5F2
(250,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0CDD4; }

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

This text font color is #F0CDD4.


Background Color

.myBgColor { background-color: #F0CDD4; }

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

This div background color is #F0CDD4.


Border color

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

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

This div border color is #F0CDD4.


Opacity

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

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

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

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

This text has shadow with #F0CDD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0CDD4 on black background.


Color preview on white background

This text has color #F0CDD4 on white background.



Black color preview on #F0CDD4 background

This text has black color on #F0CDD4 background.


White color preview on #F0CDD4 background

This text has white color on #F0CDD4 background.