COLOR #F0CACA

HEX: #F0CACA
RGB: (240,202,202)

Color info

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

RGB color model

#F0CACA color RGB value is (240,202,202).

  • red value is 240;
  • green value is 202;
  • blue value is 202.
RGB:
(240,202,202)
(94%,79%,79%)

RGB channels and saturation

R 240 of 255 = 94%
G 202 of 255 = 79%
B 202 of 255 = 79%

240
202
202

R + G + B ~ 84%. #F0CACA is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 202 + 202 = 644 (100%)
R 240 of 644 ~ 37.27%
G 202 of 644 ~ 31.37%
B 202 of 644 ~ 31.37%

%37.27
%31.37
%31.37

CMYK color model

#F0CACA color CMYK value is (0,16,16,6).

  • cyan value is 0.00%
  • magenta value is 15.83%
  • yellow value is 15.83%
  • key color value is 5.88%
CMYK:
(0,16,16,6)
C0M16Y16K6 
(0%,16%,16%,6%)
(0.00/0.16/0.16/0.06)	

CMYK percentages

%0
%15.83
%15.83
%5.88

Codes

Color #F0CACA in popluar color models

F0CACA
RGB240202202
HSL55.88%86.67%
HSB/HSV15.83%94.12%
CMYK0.00%15.83%15.83%
5.88%

Color #F0CACA in popluar number systems.

HEXF0CACA
Decimal240202202
Binary111100001100101011001010
Octal360312312

Shades and tints

Shades of #F0CACA

#F0CACA
(240,202,202)
#DBB8B8
(219,184,184)
#C6A6A6
(198,166,166)
#B19494
(177,148,148)
#9C8282
(156,130,130)
#877070
(135,112,112)
#725E5E
(114,94,94)
#5D4C4C
(93,76,76)
#483A3A
(72,58,58)
#332828
(51,40,40)
#1E1616
(30,22,22)
#000000
(0,0,0)

Tints of #F0CACA

#F0CACA
(240,202,202)
#F1CECE
(241,206,206)
#F2D2D2
(242,210,210)
#F3D6D6
(243,214,214)
#F4DADA
(244,218,218)
#F5DEDE
(245,222,222)
#F6E2E2
(246,226,226)
#F7E6E6
(247,230,230)
#F8EAEA
(248,234,234)
#F9EEEE
(249,238,238)
#FAF2F2
(250,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0CACA; }

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

This text font color is #F0CACA.


Background Color

.myBgColor { background-color: #F0CACA; }

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

This div background color is #F0CACA.


Border color

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

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

This div border color is #F0CACA.


Opacity

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

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

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

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

This text has shadow with #F0CACA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0CACA on black background.


Color preview on white background

This text has color #F0CACA on white background.



Black color preview on #F0CACA background

This text has black color on #F0CACA background.


White color preview on #F0CACA background

This text has white color on #F0CACA background.