COLOR #F2CCE9

HEX: #F2CCE9
RGB: (242,204,233)

Color info

#F2CCE9 contains red, green and blue colors in about the same proportion. Web safe color of #F2CCE9 is #FFCCFF (or #FCF).

RGB color model

#F2CCE9 color RGB value is (242,204,233).

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

RGB channels and saturation

R 242 of 255 = 95%
G 204 of 255 = 80%
B 233 of 255 = 91%

242
204
233

R + G + B ~ 89%. #F2CCE9 is light color.

Portions of RGB colors in percentages

R + G + B =
242 + 204 + 233 = 679 (100%)
R 242 of 679 ~ 35.64%
G 204 of 679 ~ 30.04%
B 233 of 679 ~ 34.32%

%35.64
%30.04
%34.32

CMYK color model

#F2CCE9 color CMYK value is (0,16,4,5).

  • cyan value is 0.00%
  • magenta value is 15.70%
  • yellow value is 3.72%
  • key color value is 5.10%
CMYK: (0,16,4,5) C0M16Y4K5 (0%,16%,4%,5%) (0.00/0.16/0.04/0.05)

CMYK percentages

%0
%15.7
%3.72
%5.1

Codes

Color #F2CCE9 in popluar color models

F2CCE9
RGB242204233
HSL314°59.38%87.45%
HSB/HSV314°15.70%94.90%
CMYK0.00%15.70%3.72%
5.10%

Color #F2CCE9 in popluar number systems.

HEXF2CCE9
Decimal242204233
Binary111100101100110011101001
Octal362314351

Shades and tints

Shades of #F2CCE9

#F2CCE9
(242,204,233)
#DCBAD4
(220,186,212)
#C6A8BF
(198,168,191)
#B096AA
(176,150,170)
#9A8495
(154,132,149)
#847280
(132,114,128)
#6E606B
(110,96,107)
#584E56
(88,78,86)
#423C41
(66,60,65)
#2C2A2C
(44,42,44)
#161817
(22,24,23)
#000000
(0,0,0)

Tints of #F2CCE9

#F2CCE9
(242,204,233)
#F3D0EB
(243,208,235)
#F4D4ED
(244,212,237)
#F5D8EF
(245,216,239)
#F6DCF1
(246,220,241)
#F7E0F3
(247,224,243)
#F8E4F5
(248,228,245)
#F9E8F7
(249,232,247)
#FAECF9
(250,236,249)
#FBF0FB
(251,240,251)
#FCF4FD
(252,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2CCE9; }

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

This text font color is #F2CCE9.


Background Color

.myBgColor { background-color: #F2CCE9; }

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

This div background color is #F2CCE9.


Border color

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

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

This div border color is #F2CCE9.


Opacity

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

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

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

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

This text has shadow with #F2CCE9 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #F2CCE9 on black background.


Color preview on white background

This text has color #F2CCE9 on white background.



Black color preview on #F2CCE9 background

This text has black color on #F2CCE9 background.


White color preview on #F2CCE9 background

This text has white color on #F2CCE9 background.