COLOR #F4CACB

HEX: #F4CACB
RGB: (244,202,203)

Color info

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

RGB color model

#F4CACB color RGB value is (244,202,203).

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

RGB channels and saturation

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

244
202
203

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

Portions of RGB colors in percentages

R + G + B =
244 + 202 + 203 = 649 (100%)
R 244 of 649 ~ 37.6%
G 202 of 649 ~ 31.12%
B 203 of 649 ~ 31.28%

%37.6
%31.12
%31.28

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.21%
  • yellow value is 16.80%
  • key color value is 4.31%
CMYK:
(0,17,17,4)
C0M17Y17K4 
(0%,17%,17%,4%)
(0.00/0.17/0.17/0.04)	

CMYK percentages

%0
%17.21
%16.8
%4.31

Codes

Color #F4CACB in popluar color models

F4CACB
RGB244202203
HSL359°65.63%87.45%
HSB/HSV359°17.21%95.69%
CMYK0.00%17.21%16.80%
4.31%

Color #F4CACB in popluar number systems.

HEXF4CACB
Decimal244202203
Binary111101001100101011001011
Octal364312313

Shades and tints

Shades of #F4CACB

#F4CACB
(244,202,203)
#DEB8B9
(222,184,185)
#C8A6A7
(200,166,167)
#B29495
(178,148,149)
#9C8283
(156,130,131)
#867071
(134,112,113)
#705E5F
(112,94,95)
#5A4C4D
(90,76,77)
#443A3B
(68,58,59)
#2E2829
(46,40,41)
#181617
(24,22,23)
#000000
(0,0,0)

Tints of #F4CACB

#F4CACB
(244,202,203)
#F5CECF
(245,206,207)
#F6D2D3
(246,210,211)
#F7D6D7
(247,214,215)
#F8DADB
(248,218,219)
#F9DEDF
(249,222,223)
#FAE2E3
(250,226,227)
#FBE6E7
(251,230,231)
#FCEAEB
(252,234,235)
#FDEEEF
(253,238,239)
#FEF2F3
(254,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4CACB; }

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

This text font color is #F4CACB.


Background Color

.myBgColor { background-color: #F4CACB; }

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

This div background color is #F4CACB.


Border color

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

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

This div border color is #F4CACB.


Opacity

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

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

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

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

This text has shadow with #F4CACB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4CACB on black background.


Color preview on white background

This text has color #F4CACB on white background.



Black color preview on #F4CACB background

This text has black color on #F4CACB background.


White color preview on #F4CACB background

This text has white color on #F4CACB background.