COLOR #F2C5C0

HEX: #F2C5C0
RGB: (242,197,192)

Color info

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

RGB color model

#F2C5C0 color RGB value is (242,197,192).

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

RGB channels and saturation

R 242 of 255 = 95%
G 197 of 255 = 77%
B 192 of 255 = 75%

242
197
192

R + G + B ~ 82%. #F2C5C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 197 + 192 = 631 (100%)
R 242 of 631 ~ 38.35%
G 197 of 631 ~ 31.22%
B 192 of 631 ~ 30.43%

%38.35
%31.22
%30.43

CMYK color model

#F2C5C0 color CMYK value is (0,19,21,5).

  • cyan value is 0.00%
  • magenta value is 18.60%
  • yellow value is 20.66%
  • key color value is 5.10%
CMYK:
(0,19,21,5)
C0M19Y21K5 
(0%,19%,21%,5%)
(0.00/0.19/0.21/0.05)	

CMYK percentages

%0
%18.6
%20.66
%5.1

Codes

Color #F2C5C0 in popluar color models

F2C5C0
RGB242197192
HSL65.79%85.10%
HSB/HSV20.66%94.90%
CMYK0.00%18.60%20.66%
5.10%

Color #F2C5C0 in popluar number systems.

HEXF2C5C0
Decimal242197192
Binary111100101100010111000000
Octal362305300

Shades and tints

Shades of #F2C5C0

#F2C5C0
(242,197,192)
#DCB4AF
(220,180,175)
#C6A39E
(198,163,158)
#B0928D
(176,146,141)
#9A817C
(154,129,124)
#84706B
(132,112,107)
#6E5F5A
(110,95,90)
#584E49
(88,78,73)
#423D38
(66,61,56)
#2C2C27
(44,44,39)
#161B16
(22,27,22)
#000000
(0,0,0)

Tints of #F2C5C0

#F2C5C0
(242,197,192)
#F3CAC5
(243,202,197)
#F4CFCA
(244,207,202)
#F5D4CF
(245,212,207)
#F6D9D4
(246,217,212)
#F7DED9
(247,222,217)
#F8E3DE
(248,227,222)
#F9E8E3
(249,232,227)
#FAEDE8
(250,237,232)
#FBF2ED
(251,242,237)
#FCF7F2
(252,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2C5C0; }

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

This text font color is #F2C5C0.


Background Color

.myBgColor { background-color: #F2C5C0; }

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

This div background color is #F2C5C0.


Border color

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

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

This div border color is #F2C5C0.


Opacity

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

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

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

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

This text has shadow with #F2C5C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2C5C0 on black background.


Color preview on white background

This text has color #F2C5C0 on white background.



Black color preview on #F2C5C0 background

This text has black color on #F2C5C0 background.


White color preview on #F2C5C0 background

This text has white color on #F2C5C0 background.