COLOR #F2C8C0

HEX: #F2C8C0
RGB: (242,200,192)

Color info

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

RGB color model

#F2C8C0 color RGB value is (242,200,192).

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

RGB channels and saturation

R 242 of 255 = 95%
G 200 of 255 = 78%
B 192 of 255 = 75%

242
200
192

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

Portions of RGB colors in percentages

R + G + B =
242 + 200 + 192 = 634 (100%)
R 242 of 634 ~ 38.17%
G 200 of 634 ~ 31.55%
B 192 of 634 ~ 30.28%

%38.17
%31.55
%30.28

CMYK color model

#F2C8C0 color CMYK value is (0,17,21,5).

  • cyan value is 0.00%
  • magenta value is 17.36%
  • yellow value is 20.66%
  • key color value is 5.10%
CMYK:
(0,17,21,5)
C0M17Y21K5 
(0%,17%,21%,5%)
(0.00/0.17/0.21/0.05)	

CMYK percentages

%0
%17.36
%20.66
%5.1

Codes

Color #F2C8C0 in popluar color models

F2C8C0
RGB242200192
HSL10°65.79%85.10%
HSB/HSV10°20.66%94.90%
CMYK0.00%17.36%20.66%
5.10%

Color #F2C8C0 in popluar number systems.

HEXF2C8C0
Decimal242200192
Binary111100101100100011000000
Octal362310300

Shades and tints

Shades of #F2C8C0

#F2C8C0
(242,200,192)
#DCB6AF
(220,182,175)
#C6A49E
(198,164,158)
#B0928D
(176,146,141)
#9A807C
(154,128,124)
#846E6B
(132,110,107)
#6E5C5A
(110,92,90)
#584A49
(88,74,73)
#423838
(66,56,56)
#2C2627
(44,38,39)
#161416
(22,20,22)
#000000
(0,0,0)

Tints of #F2C8C0

#F2C8C0
(242,200,192)
#F3CDC5
(243,205,197)
#F4D2CA
(244,210,202)
#F5D7CF
(245,215,207)
#F6DCD4
(246,220,212)
#F7E1D9
(247,225,217)
#F8E6DE
(248,230,222)
#F9EBE3
(249,235,227)
#FAF0E8
(250,240,232)
#FBF5ED
(251,245,237)
#FCFAF2
(252,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2C8C0; }

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

This text font color is #F2C8C0.


Background Color

.myBgColor { background-color: #F2C8C0; }

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

This div background color is #F2C8C0.


Border color

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

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

This div border color is #F2C8C0.


Opacity

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

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

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

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

This text has shadow with #F2C8C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2C8C0 on black background.


Color preview on white background

This text has color #F2C8C0 on white background.



Black color preview on #F2C8C0 background

This text has black color on #F2C8C0 background.


White color preview on #F2C8C0 background

This text has white color on #F2C8C0 background.