COLOR #F2CCE4

HEX: #F2CCE4
RGB: (242,204,228)

Color info

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

RGB color model

#F2CCE4 color RGB value is (242,204,228).

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

RGB channels and saturation

R 242 of 255 = 95%
G 204 of 255 = 80%
B 228 of 255 = 89%

242
204
228

R + G + B ~ 88%. #F2CCE4 is light color.

Portions of RGB colors in percentages

R + G + B =
242 + 204 + 228 = 674 (100%)
R 242 of 674 ~ 35.91%
G 204 of 674 ~ 30.27%
B 228 of 674 ~ 33.83%

%35.91
%30.27
%33.83

CMYK color model

#F2CCE4 color CMYK value is (0,16,6,5).

  • cyan value is 0.00%
  • magenta value is 15.70%
  • yellow value is 5.79%
  • key color value is 5.10%
CMYK:
(0,16,6,5)
C0M16Y6K5 
(0%,16%,6%,5%)
(0.00/0.16/0.06/0.05)	

CMYK percentages

%0
%15.7
%5.79
%5.1

Codes

Color #F2CCE4 in popluar color models

F2CCE4
RGB242204228
HSL322°59.38%87.45%
HSB/HSV322°15.70%94.90%
CMYK0.00%15.70%5.79%
5.10%

Color #F2CCE4 in popluar number systems.

HEXF2CCE4
Decimal242204228
Binary111100101100110011100100
Octal362314344

Shades and tints

Shades of #F2CCE4

#F2CCE4
(242,204,228)
#DCBAD0
(220,186,208)
#C6A8BC
(198,168,188)
#B096A8
(176,150,168)
#9A8494
(154,132,148)
#847280
(132,114,128)
#6E606C
(110,96,108)
#584E58
(88,78,88)
#423C44
(66,60,68)
#2C2A30
(44,42,48)
#16181C
(22,24,28)
#000000
(0,0,0)

Tints of #F2CCE4

#F2CCE4
(242,204,228)
#F3D0E6
(243,208,230)
#F4D4E8
(244,212,232)
#F5D8EA
(245,216,234)
#F6DCEC
(246,220,236)
#F7E0EE
(247,224,238)
#F8E4F0
(248,228,240)
#F9E8F2
(249,232,242)
#FAECF4
(250,236,244)
#FBF0F6
(251,240,246)
#FCF4F8
(252,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2CCE4; }

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

This text font color is #F2CCE4.


Background Color

.myBgColor { background-color: #F2CCE4; }

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

This div background color is #F2CCE4.


Border color

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

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

This div border color is #F2CCE4.


Opacity

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

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

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

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

This text has shadow with #F2CCE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2CCE4 on black background.


Color preview on white background

This text has color #F2CCE4 on white background.



Black color preview on #F2CCE4 background

This text has black color on #F2CCE4 background.


White color preview on #F2CCE4 background

This text has white color on #F2CCE4 background.