COLOR #F4C0C2

HEX: #F4C0C2
RGB: (244,192,194)

Color info

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

RGB color model

#F4C0C2 color RGB value is (244,192,194).

  • red value is 244;
  • green value is 192;
  • blue value is 194.
RGB:
(244,192,194)
(96%,75%,76%)

RGB channels and saturation

R 244 of 255 = 96%
G 192 of 255 = 75%
B 194 of 255 = 76%

244
192
194

R + G + B ~ 82%. #F4C0C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 192 + 194 = 630 (100%)
R 244 of 630 ~ 38.73%
G 192 of 630 ~ 30.48%
B 194 of 630 ~ 30.79%

%38.73
%30.48
%30.79

CMYK color model

#F4C0C2 color CMYK value is (0,21,20,4).

  • cyan value is 0.00%
  • magenta value is 21.31%
  • yellow value is 20.49%
  • key color value is 4.31%
CMYK:
(0,21,20,4)
C0M21Y20K4 
(0%,21%,20%,4%)
(0.00/0.21/0.20/0.04)	

CMYK percentages

%0
%21.31
%20.49
%4.31

Codes

Color #F4C0C2 in popluar color models

F4C0C2
RGB244192194
HSL358°70.27%85.49%
HSB/HSV358°21.31%95.69%
CMYK0.00%21.31%20.49%
4.31%

Color #F4C0C2 in popluar number systems.

HEXF4C0C2
Decimal244192194
Binary111101001100000011000010
Octal364300302

Shades and tints

Shades of #F4C0C2

#F4C0C2
(244,192,194)
#DEAFB1
(222,175,177)
#C89EA0
(200,158,160)
#B28D8F
(178,141,143)
#9C7C7E
(156,124,126)
#866B6D
(134,107,109)
#705A5C
(112,90,92)
#5A494B
(90,73,75)
#44383A
(68,56,58)
#2E2729
(46,39,41)
#181618
(24,22,24)
#000000
(0,0,0)

Tints of #F4C0C2

#F4C0C2
(244,192,194)
#F5C5C7
(245,197,199)
#F6CACC
(246,202,204)
#F7CFD1
(247,207,209)
#F8D4D6
(248,212,214)
#F9D9DB
(249,217,219)
#FADEE0
(250,222,224)
#FBE3E5
(251,227,229)
#FCE8EA
(252,232,234)
#FDEDEF
(253,237,239)
#FEF2F4
(254,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4C0C2 color. Also use rgb(244,192,194) instead hex code.

Text Font Color

.myTextColor { color: #F4C0C2; }

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

This text font color is #F4C0C2.


Background Color

.myBgColor { background-color: #F4C0C2; }

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

This div background color is #F4C0C2.


Border color

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

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

This div border color is #F4C0C2.


Opacity

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

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

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

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

This text has shadow with #F4C0C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4C0C2 on black background.


Color preview on white background

This text has color #F4C0C2 on white background.



Black color preview on #F4C0C2 background

This text has black color on #F4C0C2 background.


White color preview on #F4C0C2 background

This text has white color on #F4C0C2 background.