COLOR #F2C3C6

HEX: #F2C3C6
RGB: (242,195,198)

Color info

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

RGB color model

#F2C3C6 color RGB value is (242,195,198).

  • red value is 242;
  • green value is 195;
  • blue value is 198.
RGB:
(242,195,198)
(95%,76%,78%)

RGB channels and saturation

R 242 of 255 = 95%
G 195 of 255 = 76%
B 198 of 255 = 78%

242
195
198

R + G + B ~ 83%. #F2C3C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 195 + 198 = 635 (100%)
R 242 of 635 ~ 38.11%
G 195 of 635 ~ 30.71%
B 198 of 635 ~ 31.18%

%38.11
%30.71
%31.18

CMYK color model

#F2C3C6 color CMYK value is (0,19,18,5).

  • cyan value is 0.00%
  • magenta value is 19.42%
  • yellow value is 18.18%
  • key color value is 5.10%
CMYK:
(0,19,18,5)
C0M19Y18K5 
(0%,19%,18%,5%)
(0.00/0.19/0.18/0.05)	

CMYK percentages

%0
%19.42
%18.18
%5.1

Codes

Color #F2C3C6 in popluar color models

F2C3C6
RGB242195198
HSL356°64.38%85.69%
HSB/HSV356°19.42%94.90%
CMYK0.00%19.42%18.18%
5.10%

Color #F2C3C6 in popluar number systems.

HEXF2C3C6
Decimal242195198
Binary111100101100001111000110
Octal362303306

Shades and tints

Shades of #F2C3C6

#F2C3C6
(242,195,198)
#DCB2B4
(220,178,180)
#C6A1A2
(198,161,162)
#B09090
(176,144,144)
#9A7F7E
(154,127,126)
#846E6C
(132,110,108)
#6E5D5A
(110,93,90)
#584C48
(88,76,72)
#423B36
(66,59,54)
#2C2A24
(44,42,36)
#161912
(22,25,18)
#000000
(0,0,0)

Tints of #F2C3C6

#F2C3C6
(242,195,198)
#F3C8CB
(243,200,203)
#F4CDD0
(244,205,208)
#F5D2D5
(245,210,213)
#F6D7DA
(246,215,218)
#F7DCDF
(247,220,223)
#F8E1E4
(248,225,228)
#F9E6E9
(249,230,233)
#FAEBEE
(250,235,238)
#FBF0F3
(251,240,243)
#FCF5F8
(252,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2C3C6 color. Also use rgb(242,195,198) instead hex code.

Text Font Color

.myTextColor { color: #F2C3C6; }

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

This text font color is #F2C3C6.


Background Color

.myBgColor { background-color: #F2C3C6; }

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

This div background color is #F2C3C6.


Border color

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

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

This div border color is #F2C3C6.


Opacity

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

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

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

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

This text has shadow with #F2C3C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2C3C6 on black background.


Color preview on white background

This text has color #F2C3C6 on white background.



Black color preview on #F2C3C6 background

This text has black color on #F2C3C6 background.


White color preview on #F2C3C6 background

This text has white color on #F2C3C6 background.