COLOR #F2C9DC

HEX: #F2C9DC RGB: (242,201,220)

Color info

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

RGB color model

#F2C9DC color RGB value is (242,201,220).

RGB: (242,201,220) (95%, 79%, 86%)

RGB channels and saturation

R 242 of 255 = 95%
G 201 of 255 = 79%
B 220 of 255 = 86%

242
201
220

R + G + B ~ 87%. #F2C9DC is light color.

Portions of RGB colors in percentages

R + G + B = 242 + 201 + 220 = 663 (100%)
R 242 of 663 ~ 36.5%
G 201 of 663 ~ 30.32%
B 220 of 663 ~ 33.18'%

%36.5
%30.32
%33.18

CMYK color model

#F2C9DC color CMYK value is (0,17,9,5).

  • cyan value is 0.00%
  • magenta value is 16.94%
  • yellow value is 9.09%
  • key color value is 5.10%

CMYK: (0,17,9,5)
C0M17Y9K5 (0%, 17%, 9%, 5%)
(0.00 / 0.17 / 0.09 / 0.05)

CMYK percentages

%0
%16.94
%9.09
%5.1

Codes

Color #F2C9DC in popluar color models

F2 C9 DC
RGB 242 201 220
HSL 332° 61.19% 86.86%
HSB/HSV 332° 16.94% 94.90%
CMYK 0.00% 16.94% 9.09%
5.10%

Color #F2C9DC in popluar number systems.

HEX F2 C9 DC
Decimal 242 201 220
Binary 11110010 11001001 11011100
Octal 362 311 334

Shades and tints

Shades of #F2C9DC

#F2C9DC
(242,201,220)
#DCB7C8
(220,183,200)
#C6A5B4
(198,165,180)
#B093A0
(176,147,160)
#9A818C
(154,129,140)
#846F78
(132,111,120)
#6E5D64
(110,93,100)
#584B50
(88,75,80)
#42393C
(66,57,60)
#2C2728
(44,39,40)
#161514
(22,21,20)
#000000
(0,0,0)

Tints of #F2C9DC

#F2C9DC
(242,201,220)
#F3CDDF
(243,205,223)
#F4D1E2
(244,209,226)
#F5D5E5
(245,213,229)
#F6D9E8
(246,217,232)
#F7DDEB
(247,221,235)
#F8E1EE
(248,225,238)
#F9E5F1
(249,229,241)
#FAE9F4
(250,233,244)
#FBEDF7
(251,237,247)
#FCF1FA
(252,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2C9DC; }

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

This text font color is #F2C9DC.

Background Color

.myBgColor { background-color: #F2C9DC; }

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

This div background color is #F2C9DC.

Border color

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

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

This div border color is #F2C9DC.

Opacity

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

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

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

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

This text has shadow with #F2C9DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2C9DC.

Preview

Color preview on black background

This text has color #F2C9DC on black background.


Color preview on white background

This text has color #F2C9DC on white background.


Black color preview on #F2C9DC background

This text has black color on #F2C9DC background.


White color preview on #F2C9DC background

This text has white color on #F2C9DC background.


Related colors

Complementary color

Complementary color for #hex is #0D3623.


I love getcolorcode.com

Triadic colors

1 #DCF2C9 and #C9DCF2 with #F2C9DC are triadic colors.

2 #DCC9F2 and #C9F2DC with #F2C9DC are triadic colors.