COLOR #F0CDC0

HEX: #F0CDC0
RGB: (240,205,192)

Color info

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

RGB color model

#F0CDC0 color RGB value is (240,205,192).

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

RGB channels and saturation

R 240 of 255 = 94%
G 205 of 255 = 80%
B 192 of 255 = 75%

240
205
192

R + G + B ~ 83%. #F0CDC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 205 + 192 = 637 (100%)
R 240 of 637 ~ 37.68%
G 205 of 637 ~ 32.18%
B 192 of 637 ~ 30.14%

%37.68
%32.18
%30.14

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.58%
  • yellow value is 20.00%
  • key color value is 5.88%
CMYK:
(0,15,20,6)
C0M15Y20K6 
(0%,15%,20%,6%)
(0.00/0.15/0.20/0.06)	

CMYK percentages

%0
%14.58
%20
%5.88

Codes

Color #F0CDC0 in popluar color models

F0CDC0
RGB240205192
HSL16°61.54%84.71%
HSB/HSV16°20.00%94.12%
CMYK0.00%14.58%20.00%
5.88%

Color #F0CDC0 in popluar number systems.

HEXF0CDC0
Decimal240205192
Binary111100001100110111000000
Octal360315300

Shades and tints

Shades of #F0CDC0

#F0CDC0
(240,205,192)
#DBBBAF
(219,187,175)
#C6A99E
(198,169,158)
#B1978D
(177,151,141)
#9C857C
(156,133,124)
#87736B
(135,115,107)
#72615A
(114,97,90)
#5D4F49
(93,79,73)
#483D38
(72,61,56)
#332B27
(51,43,39)
#1E1916
(30,25,22)
#000000
(0,0,0)

Tints of #F0CDC0

#F0CDC0
(240,205,192)
#F1D1C5
(241,209,197)
#F2D5CA
(242,213,202)
#F3D9CF
(243,217,207)
#F4DDD4
(244,221,212)
#F5E1D9
(245,225,217)
#F6E5DE
(246,229,222)
#F7E9E3
(247,233,227)
#F8EDE8
(248,237,232)
#F9F1ED
(249,241,237)
#FAF5F2
(250,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0CDC0; }

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

This text font color is #F0CDC0.


Background Color

.myBgColor { background-color: #F0CDC0; }

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

This div background color is #F0CDC0.


Border color

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

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

This div border color is #F0CDC0.


Opacity

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

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

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

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

This text has shadow with #F0CDC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0CDC0 on black background.


Color preview on white background

This text has color #F0CDC0 on white background.



Black color preview on #F0CDC0 background

This text has black color on #F0CDC0 background.


White color preview on #F0CDC0 background

This text has white color on #F0CDC0 background.