COLOR #F0C7C2

HEX: #F0C7C2
RGB: (240,199,194)

Color info

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

RGB color model

#F0C7C2 color RGB value is (240,199,194).

  • red value is 240;
  • green value is 199;
  • blue value is 194.
RGB:
(240,199,194)
(94%,78%,76%)

RGB channels and saturation

R 240 of 255 = 94%
G 199 of 255 = 78%
B 194 of 255 = 76%

240
199
194

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

Portions of RGB colors in percentages

R + G + B =
240 + 199 + 194 = 633 (100%)
R 240 of 633 ~ 37.91%
G 199 of 633 ~ 31.44%
B 194 of 633 ~ 30.65%

%37.91
%31.44
%30.65

CMYK color model

#F0C7C2 color CMYK value is (0,17,19,6).

  • cyan value is 0.00%
  • magenta value is 17.08%
  • yellow value is 19.17%
  • key color value is 5.88%
CMYK:
(0,17,19,6)
C0M17Y19K6 
(0%,17%,19%,6%)
(0.00/0.17/0.19/0.06)	

CMYK percentages

%0
%17.08
%19.17
%5.88

Codes

Color #F0C7C2 in popluar color models

F0C7C2
RGB240199194
HSL60.53%85.10%
HSB/HSV19.17%94.12%
CMYK0.00%17.08%19.17%
5.88%

Color #F0C7C2 in popluar number systems.

HEXF0C7C2
Decimal240199194
Binary111100001100011111000010
Octal360307302

Shades and tints

Shades of #F0C7C2

#F0C7C2
(240,199,194)
#DBB5B1
(219,181,177)
#C6A3A0
(198,163,160)
#B1918F
(177,145,143)
#9C7F7E
(156,127,126)
#876D6D
(135,109,109)
#725B5C
(114,91,92)
#5D494B
(93,73,75)
#48373A
(72,55,58)
#332529
(51,37,41)
#1E1318
(30,19,24)
#000000
(0,0,0)

Tints of #F0C7C2

#F0C7C2
(240,199,194)
#F1CCC7
(241,204,199)
#F2D1CC
(242,209,204)
#F3D6D1
(243,214,209)
#F4DBD6
(244,219,214)
#F5E0DB
(245,224,219)
#F6E5E0
(246,229,224)
#F7EAE5
(247,234,229)
#F8EFEA
(248,239,234)
#F9F4EF
(249,244,239)
#FAF9F4
(250,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0C7C2 color. Also use rgb(240,199,194) instead hex code.

Text Font Color

.myTextColor { color: #F0C7C2; }

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

This text font color is #F0C7C2.


Background Color

.myBgColor { background-color: #F0C7C2; }

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

This div background color is #F0C7C2.


Border color

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

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

This div border color is #F0C7C2.


Opacity

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

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

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

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

This text has shadow with #F0C7C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0C7C2 on black background.


Color preview on white background

This text has color #F0C7C2 on white background.



Black color preview on #F0C7C2 background

This text has black color on #F0C7C2 background.


White color preview on #F0C7C2 background

This text has white color on #F0C7C2 background.