COLOR #F2C7DD

HEX: #F2C7DD RGB: (242,199,221)

Color info

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

RGB color model

#F2C7DD color RGB value is (242,199,221).

RGB: (242,199,221) (95%, 78%, 87%)

RGB channels and saturation

R 242 of 255 = 95%
G 199 of 255 = 78%
B 221 of 255 = 87%

242
199
221

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

Portions of RGB colors in percentages

R + G + B = 242 + 199 + 221 = 662 (100%)
R 242 of 662 ~ 36.56%
G 199 of 662 ~ 30.06%
B 221 of 662 ~ 33.38'%

%36.56
%30.06
%33.38

CMYK color model

#F2C7DD color CMYK value is (0,18,9,5).

  • cyan value is 0.00%
  • magenta value is 17.77%
  • yellow value is 8.68%
  • key color value is 5.10%

CMYK: (0,18,9,5)
C0M18Y9K5 (0%, 18%, 9%, 5%)
(0.00 / 0.18 / 0.09 / 0.05)

CMYK percentages

%0
%17.77
%8.68
%5.1

Codes

Color #F2C7DD in popluar color models

F2 C7 DD
RGB 242 199 221
HSL 329° 62.32% 86.47%
HSB/HSV 329° 17.77% 94.90%
CMYK 0.00% 17.77% 8.68%
5.10%

Color #F2C7DD in popluar number systems.

HEX F2 C7 DD
Decimal 242 199 221
Binary 11110010 11000111 11011101
Octal 362 307 335

Shades and tints

Shades of #F2C7DD

#F2C7DD
(242,199,221)
#DCB5C9
(220,181,201)
#C6A3B5
(198,163,181)
#B091A1
(176,145,161)
#9A7F8D
(154,127,141)
#846D79
(132,109,121)
#6E5B65
(110,91,101)
#584951
(88,73,81)
#42373D
(66,55,61)
#2C2529
(44,37,41)
#161315
(22,19,21)
#000000
(0,0,0)

Tints of #F2C7DD

#F2C7DD
(242,199,221)
#F3CCE0
(243,204,224)
#F4D1E3
(244,209,227)
#F5D6E6
(245,214,230)
#F6DBE9
(246,219,233)
#F7E0EC
(247,224,236)
#F8E5EF
(248,229,239)
#F9EAF2
(249,234,242)
#FAEFF5
(250,239,245)
#FBF4F8
(251,244,248)
#FCF9FB
(252,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2C7DD color. Also use rgb(242,199,221) instead hex code.

Text Font Color

.myTextColor { color: #F2C7DD; }

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

This text font color is #F2C7DD.

Background Color

.myBgColor { background-color: #F2C7DD; }

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

This div background color is #F2C7DD.

Border color

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

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

This div border color is #F2C7DD.

Opacity

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

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

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

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

This text has shadow with #F2C7DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2C7DD.

Preview

Color preview on black background

This text has color #F2C7DD on black background.


Color preview on white background

This text has color #F2C7DD on white background.


Black color preview on #F2C7DD background

This text has black color on #F2C7DD background.


White color preview on #F2C7DD background

This text has white color on #F2C7DD background.


Related colors

Complementary color

Complementary color for #hex is #0D3822.


I love getcolorcode.com

Triadic colors

1 #DDF2C7 and #C7DDF2 with #F2C7DD are triadic colors.

2 #DDC7F2 and #C7F2DD with #F2C7DD are triadic colors.