COLOR #F2C8CE

HEX: #F2C8CE
RGB: (242,200,206)

Color info

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

RGB color model

#F2C8CE color RGB value is (242,200,206).

  • red value is 242;
  • green value is 200;
  • blue value is 206.
RGB:
(242,200,206)
(95%,78%,81%)

RGB channels and saturation

R 242 of 255 = 95%
G 200 of 255 = 78%
B 206 of 255 = 81%

242
200
206

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

Portions of RGB colors in percentages

R + G + B =
242 + 200 + 206 = 648 (100%)
R 242 of 648 ~ 37.35%
G 200 of 648 ~ 30.86%
B 206 of 648 ~ 31.79%

%37.35
%30.86
%31.79

CMYK color model

#F2C8CE color CMYK value is (0,17,15,5).

  • cyan value is 0.00%
  • magenta value is 17.36%
  • yellow value is 14.88%
  • key color value is 5.10%
CMYK:
(0,17,15,5)
C0M17Y15K5 
(0%,17%,15%,5%)
(0.00/0.17/0.15/0.05)	

CMYK percentages

%0
%17.36
%14.88
%5.1

Codes

Color #F2C8CE in popluar color models

F2C8CE
RGB242200206
HSL351°61.76%86.67%
HSB/HSV351°17.36%94.90%
CMYK0.00%17.36%14.88%
5.10%

Color #F2C8CE in popluar number systems.

HEXF2C8CE
Decimal242200206
Binary111100101100100011001110
Octal362310316

Shades and tints

Shades of #F2C8CE

#F2C8CE
(242,200,206)
#DCB6BC
(220,182,188)
#C6A4AA
(198,164,170)
#B09298
(176,146,152)
#9A8086
(154,128,134)
#846E74
(132,110,116)
#6E5C62
(110,92,98)
#584A50
(88,74,80)
#42383E
(66,56,62)
#2C262C
(44,38,44)
#16141A
(22,20,26)
#000000
(0,0,0)

Tints of #F2C8CE

#F2C8CE
(242,200,206)
#F3CDD2
(243,205,210)
#F4D2D6
(244,210,214)
#F5D7DA
(245,215,218)
#F6DCDE
(246,220,222)
#F7E1E2
(247,225,226)
#F8E6E6
(248,230,230)
#F9EBEA
(249,235,234)
#FAF0EE
(250,240,238)
#FBF5F2
(251,245,242)
#FCFAF6
(252,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2C8CE color. Also use rgb(242,200,206) instead hex code.

Text Font Color

.myTextColor { color: #F2C8CE; }

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

This text font color is #F2C8CE.


Background Color

.myBgColor { background-color: #F2C8CE; }

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

This div background color is #F2C8CE.


Border color

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

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

This div border color is #F2C8CE.


Opacity

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

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

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

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

This text has shadow with #F2C8CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2C8CE on black background.


Color preview on white background

This text has color #F2C8CE on white background.



Black color preview on #F2C8CE background

This text has black color on #F2C8CE background.


White color preview on #F2C8CE background

This text has white color on #F2C8CE background.