COLOR #F4CACC

HEX: #F4CACC
RGB: (244,202,204)

Color info

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

RGB color model

#F4CACC color RGB value is (244,202,204).

  • red value is 244;
  • green value is 202;
  • blue value is 204.
RGB:
(244,202,204)
(96%,79%,80%)

RGB channels and saturation

R 244 of 255 = 96%
G 202 of 255 = 79%
B 204 of 255 = 80%

244
202
204

R + G + B ~ 85%. #F4CACC is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 202 + 204 = 650 (100%)
R 244 of 650 ~ 37.54%
G 202 of 650 ~ 31.08%
B 204 of 650 ~ 31.38%

%37.54
%31.08
%31.38

CMYK color model

#F4CACC color CMYK value is (0,17,16,4).

  • cyan value is 0.00%
  • magenta value is 17.21%
  • yellow value is 16.39%
  • key color value is 4.31%
CMYK:
(0,17,16,4)
C0M17Y16K4 
(0%,17%,16%,4%)
(0.00/0.17/0.16/0.04)	

CMYK percentages

%0
%17.21
%16.39
%4.31

Codes

Color #F4CACC in popluar color models

F4CACC
RGB244202204
HSL357°65.63%87.45%
HSB/HSV357°17.21%95.69%
CMYK0.00%17.21%16.39%
4.31%

Color #F4CACC in popluar number systems.

HEXF4CACC
Decimal244202204
Binary111101001100101011001100
Octal364312314

Shades and tints

Shades of #F4CACC

#F4CACC
(244,202,204)
#DEB8BA
(222,184,186)
#C8A6A8
(200,166,168)
#B29496
(178,148,150)
#9C8284
(156,130,132)
#867072
(134,112,114)
#705E60
(112,94,96)
#5A4C4E
(90,76,78)
#443A3C
(68,58,60)
#2E282A
(46,40,42)
#181618
(24,22,24)
#000000
(0,0,0)

Tints of #F4CACC

#F4CACC
(244,202,204)
#F5CED0
(245,206,208)
#F6D2D4
(246,210,212)
#F7D6D8
(247,214,216)
#F8DADC
(248,218,220)
#F9DEE0
(249,222,224)
#FAE2E4
(250,226,228)
#FBE6E8
(251,230,232)
#FCEAEC
(252,234,236)
#FDEEF0
(253,238,240)
#FEF2F4
(254,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4CACC color. Also use rgb(244,202,204) instead hex code.

Text Font Color

.myTextColor { color: #F4CACC; }

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

This text font color is #F4CACC.


Background Color

.myBgColor { background-color: #F4CACC; }

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

This div background color is #F4CACC.


Border color

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

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

This div border color is #F4CACC.


Opacity

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

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

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

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

This text has shadow with #F4CACC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4CACC on black background.


Color preview on white background

This text has color #F4CACC on white background.



Black color preview on #F4CACC background

This text has black color on #F4CACC background.


White color preview on #F4CACC background

This text has white color on #F4CACC background.