COLOR #F1CACA

HEX: #F1CACA
RGB: (241,202,202)

Color info

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

RGB color model

#F1CACA color RGB value is (241,202,202).

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

RGB channels and saturation

R 241 of 255 = 95%
G 202 of 255 = 79%
B 202 of 255 = 79%

241
202
202

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

Portions of RGB colors in percentages

R + G + B =
241 + 202 + 202 = 645 (100%)
R 241 of 645 ~ 37.36%
G 202 of 645 ~ 31.32%
B 202 of 645 ~ 31.32%

%37.36
%31.32
%31.32

CMYK color model

#F1CACA color CMYK value is (0,16,16,5).

  • cyan value is 0.00%
  • magenta value is 16.18%
  • yellow value is 16.18%
  • key color value is 5.49%
CMYK:
(0,16,16,5)
C0M16Y16K5 
(0%,16%,16%,5%)
(0.00/0.16/0.16/0.05)	

CMYK percentages

%0
%16.18
%16.18
%5.49

Codes

Color #F1CACA in popluar color models

F1CACA
RGB241202202
HSL58.21%86.86%
HSB/HSV16.18%94.51%
CMYK0.00%16.18%16.18%
5.49%

Color #F1CACA in popluar number systems.

HEXF1CACA
Decimal241202202
Binary111100011100101011001010
Octal361312312

Shades and tints

Shades of #F1CACA

#F1CACA
(241,202,202)
#DCB8B8
(220,184,184)
#C7A6A6
(199,166,166)
#B29494
(178,148,148)
#9D8282
(157,130,130)
#887070
(136,112,112)
#735E5E
(115,94,94)
#5E4C4C
(94,76,76)
#493A3A
(73,58,58)
#342828
(52,40,40)
#1F1616
(31,22,22)
#000000
(0,0,0)

Tints of #F1CACA

#F1CACA
(241,202,202)
#F2CECE
(242,206,206)
#F3D2D2
(243,210,210)
#F4D6D6
(244,214,214)
#F5DADA
(245,218,218)
#F6DEDE
(246,222,222)
#F7E2E2
(247,226,226)
#F8E6E6
(248,230,230)
#F9EAEA
(249,234,234)
#FAEEEE
(250,238,238)
#FBF2F2
(251,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1CACA; }

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

This text font color is #F1CACA.


Background Color

.myBgColor { background-color: #F1CACA; }

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

This div background color is #F1CACA.


Border color

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

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

This div border color is #F1CACA.


Opacity

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

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

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

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

This text has shadow with #F1CACA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1CACA on black background.


Color preview on white background

This text has color #F1CACA on white background.



Black color preview on #F1CACA background

This text has black color on #F1CACA background.


White color preview on #F1CACA background

This text has white color on #F1CACA background.