COLOR #F2CCCA

HEX: #F2CCCA
RGB: (242,204,202)

Color info

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

RGB color model

#F2CCCA color RGB value is (242,204,202).

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

RGB channels and saturation

R 242 of 255 = 95%
G 204 of 255 = 80%
B 202 of 255 = 79%

242
204
202

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

Portions of RGB colors in percentages

R + G + B =
242 + 204 + 202 = 648 (100%)
R 242 of 648 ~ 37.35%
G 204 of 648 ~ 31.48%
B 202 of 648 ~ 31.17%

%37.35
%31.48
%31.17

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.70%
  • yellow value is 16.53%
  • key color value is 5.10%
CMYK:
(0,16,17,5)
C0M16Y17K5 
(0%,16%,17%,5%)
(0.00/0.16/0.17/0.05)	

CMYK percentages

%0
%15.7
%16.53
%5.1

Codes

Color #F2CCCA in popluar color models

F2CCCA
RGB242204202
HSL60.61%87.06%
HSB/HSV16.53%94.90%
CMYK0.00%15.70%16.53%
5.10%

Color #F2CCCA in popluar number systems.

HEXF2CCCA
Decimal242204202
Binary111100101100110011001010
Octal362314312

Shades and tints

Shades of #F2CCCA

#F2CCCA
(242,204,202)
#DCBAB8
(220,186,184)
#C6A8A6
(198,168,166)
#B09694
(176,150,148)
#9A8482
(154,132,130)
#847270
(132,114,112)
#6E605E
(110,96,94)
#584E4C
(88,78,76)
#423C3A
(66,60,58)
#2C2A28
(44,42,40)
#161816
(22,24,22)
#000000
(0,0,0)

Tints of #F2CCCA

#F2CCCA
(242,204,202)
#F3D0CE
(243,208,206)
#F4D4D2
(244,212,210)
#F5D8D6
(245,216,214)
#F6DCDA
(246,220,218)
#F7E0DE
(247,224,222)
#F8E4E2
(248,228,226)
#F9E8E6
(249,232,230)
#FAECEA
(250,236,234)
#FBF0EE
(251,240,238)
#FCF4F2
(252,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2CCCA; }

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

This text font color is #F2CCCA.


Background Color

.myBgColor { background-color: #F2CCCA; }

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

This div background color is #F2CCCA.


Border color

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

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

This div border color is #F2CCCA.


Opacity

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

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

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

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

This text has shadow with #F2CCCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2CCCA on black background.


Color preview on white background

This text has color #F2CCCA on white background.



Black color preview on #F2CCCA background

This text has black color on #F2CCCA background.


White color preview on #F2CCCA background

This text has white color on #F2CCCA background.