COLOR #F2CCD4

HEX: #F2CCD4
RGB: (242,204,212)

Color info

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

RGB color model

#F2CCD4 color RGB value is (242,204,212).

  • red value is 242;
  • green value is 204;
  • blue value is 212.
RGB:
(242,204,212)
(95%,80%,83%)

RGB channels and saturation

R 242 of 255 = 95%
G 204 of 255 = 80%
B 212 of 255 = 83%

242
204
212

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

Portions of RGB colors in percentages

R + G + B =
242 + 204 + 212 = 658 (100%)
R 242 of 658 ~ 36.78%
G 204 of 658 ~ 31%
B 212 of 658 ~ 32.22%

%36.78
%31
%32.22

CMYK color model

#F2CCD4 color CMYK value is (0,16,12,5).

  • cyan value is 0.00%
  • magenta value is 15.70%
  • yellow value is 12.40%
  • key color value is 5.10%
CMYK:
(0,16,12,5)
C0M16Y12K5 
(0%,16%,12%,5%)
(0.00/0.16/0.12/0.05)	

CMYK percentages

%0
%15.7
%12.4
%5.1

Codes

Color #F2CCD4 in popluar color models

F2CCD4
RGB242204212
HSL347°59.38%87.45%
HSB/HSV347°15.70%94.90%
CMYK0.00%15.70%12.40%
5.10%

Color #F2CCD4 in popluar number systems.

HEXF2CCD4
Decimal242204212
Binary111100101100110011010100
Octal362314324

Shades and tints

Shades of #F2CCD4

#F2CCD4
(242,204,212)
#DCBAC1
(220,186,193)
#C6A8AE
(198,168,174)
#B0969B
(176,150,155)
#9A8488
(154,132,136)
#847275
(132,114,117)
#6E6062
(110,96,98)
#584E4F
(88,78,79)
#423C3C
(66,60,60)
#2C2A29
(44,42,41)
#161816
(22,24,22)
#000000
(0,0,0)

Tints of #F2CCD4

#F2CCD4
(242,204,212)
#F3D0D7
(243,208,215)
#F4D4DA
(244,212,218)
#F5D8DD
(245,216,221)
#F6DCE0
(246,220,224)
#F7E0E3
(247,224,227)
#F8E4E6
(248,228,230)
#F9E8E9
(249,232,233)
#FAECEC
(250,236,236)
#FBF0EF
(251,240,239)
#FCF4F2
(252,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2CCD4 color. Also use rgb(242,204,212) instead hex code.

Text Font Color

.myTextColor { color: #F2CCD4; }

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

This text font color is #F2CCD4.


Background Color

.myBgColor { background-color: #F2CCD4; }

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

This div background color is #F2CCD4.


Border color

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

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

This div border color is #F2CCD4.


Opacity

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

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

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

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

This text has shadow with #F2CCD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2CCD4 on black background.


Color preview on white background

This text has color #F2CCD4 on white background.



Black color preview on #F2CCD4 background

This text has black color on #F2CCD4 background.


White color preview on #F2CCD4 background

This text has white color on #F2CCD4 background.