COLOR #F2C5DC

HEX: #F2C5DC
RGB: (242,197,220)

Color info

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

RGB color model

#F2C5DC color RGB value is (242,197,220).

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

RGB channels and saturation

R 242 of 255 = 95%
G 197 of 255 = 77%
B 220 of 255 = 86%

242
197
220

R + G + B ~ 86%. #F2C5DC is light color.

Portions of RGB colors in percentages

R + G + B =
242 + 197 + 220 = 659 (100%)
R 242 of 659 ~ 36.72%
G 197 of 659 ~ 29.89%
B 220 of 659 ~ 33.38%

%36.72
%29.89
%33.38

CMYK color model

#F2C5DC color CMYK value is (0,19,9,5).

  • cyan value is 0.00%
  • magenta value is 18.60%
  • yellow value is 9.09%
  • key color value is 5.10%
CMYK:
(0,19,9,5)
C0M19Y9K5 
(0%,19%,9%,5%)
(0.00/0.19/0.09/0.05)	

CMYK percentages

%0
%18.6
%9.09
%5.1

Codes

Color #F2C5DC in popluar color models

F2C5DC
RGB242197220
HSL329°63.38%86.08%
HSB/HSV329°18.60%94.90%
CMYK0.00%18.60%9.09%
5.10%

Color #F2C5DC in popluar number systems.

HEXF2C5DC
Decimal242197220
Binary111100101100010111011100
Octal362305334

Shades and tints

Shades of #F2C5DC

#F2C5DC
(242,197,220)
#DCB4C8
(220,180,200)
#C6A3B4
(198,163,180)
#B092A0
(176,146,160)
#9A818C
(154,129,140)
#847078
(132,112,120)
#6E5F64
(110,95,100)
#584E50
(88,78,80)
#423D3C
(66,61,60)
#2C2C28
(44,44,40)
#161B14
(22,27,20)
#000000
(0,0,0)

Tints of #F2C5DC

#F2C5DC
(242,197,220)
#F3CADF
(243,202,223)
#F4CFE2
(244,207,226)
#F5D4E5
(245,212,229)
#F6D9E8
(246,217,232)
#F7DEEB
(247,222,235)
#F8E3EE
(248,227,238)
#F9E8F1
(249,232,241)
#FAEDF4
(250,237,244)
#FBF2F7
(251,242,247)
#FCF7FA
(252,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2C5DC; }

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

This text font color is #F2C5DC.


Background Color

.myBgColor { background-color: #F2C5DC; }

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

This div background color is #F2C5DC.


Border color

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

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

This div border color is #F2C5DC.


Opacity

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

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

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

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

This text has shadow with #F2C5DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2C5DC on black background.


Color preview on white background

This text has color #F2C5DC on white background.



Black color preview on #F2C5DC background

This text has black color on #F2C5DC background.


White color preview on #F2C5DC background

This text has white color on #F2C5DC background.